Uses of Class
com.amalgamasimulation.visualsets.BarLabeledVisualSet
Packages that use BarLabeledVisualSet
-
Uses of BarLabeledVisualSet in com.amalgamasimulation.visualsets
Subclasses of BarLabeledVisualSet in com.amalgamasimulation.visualsetsModifier and TypeClassDescriptionclassBarVisualSet<T,C> Visual set for drawing bars.classHistogramVisualSet<T extends HistogramDataAggregator<C,?>.HistogramDataGroup, C> Visual set for drawing bars.classRepresents a Waterfall visual set that extendsBarVisualSetand visualizes data in a waterfall format.Methods in com.amalgamasimulation.visualsets that return BarLabeledVisualSetModifier and TypeMethodDescriptionBarLabeledVisualSet.BarLabeledVisualElement.getVisualSet()BarLabeledVisualSet.setBarLabelColor(Function<T, Color> barLabelColorExtractor) Sets the label color for each visual element.BarLabeledVisualSet.setBarLabelFontSize(Function<T, Double> barLabelFontSizeExtractor) Sets the label font size for each visual element.BarLabeledVisualSet.setBarLabelText(Function<T, String> barLabelTextExtractor) Sets the label text for each visual element.BarLabeledVisualSet.setLabelText(LabelSide labelSide, BiFunction<T, C, String> labelTextExtractor, BiFunction<T, C, Double> labelFontSizeExtractor, BiFunction<T, C, Color> labelColorExtractor) Sets the labels of the bars representing plot data elements.