Uses of Interface
com.amalgamasimulation.visualsets.IAbstractBarVisualSet
Packages that use IAbstractBarVisualSet
-
Uses of IAbstractBarVisualSet in com.amalgamasimulation.visualsets
Classes in com.amalgamasimulation.visualsets that implement IAbstractBarVisualSetModifier 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 IAbstractBarVisualSetModifier and TypeMethodDescriptionIAbstractBarVisualSet.setBackgroundColor(Function<C, Color> backgroundColorExtractor) Sets the background color for each category.IAbstractBarVisualSet.setBorderColor(Function<C, Color> borderColorExtractor) Sets the border color for each category.IAbstractBarVisualSet.setBorderWidth(Function<C, Double> borderWidthExtractor) Sets the border width in pixels for each category.IAbstractBarVisualSet.setElementText(Function<T, String> elementTextExtractor) Sets the label text for each data element.IAbstractBarVisualSet.setLegendLabelText(Function<C, String> legendLabelTextExtractor) Sets the legend label text for each category.