Uses of Class
com.amalgamasimulation.visualsets.LabeledVisualSet
Packages that use LabeledVisualSet
-
Uses of LabeledVisualSet in com.amalgamasimulation.visualsets
Subclasses of LabeledVisualSet in com.amalgamasimulation.visualsetsModifier and TypeClassDescriptionclassclassVisual set for drawing rectangles.classVisual set for drawing heatmaps as two-dimensional fields with cells of different colors.classVisual set for drawing regions with limited ranges along Y-axis.classVisual set for drawing regions.classSlotsVisualSet<E extends Interval>Methods in com.amalgamasimulation.visualsets that return LabeledVisualSetModifier and TypeMethodDescriptionLabeledVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelFontSizeExtractor, Function<? extends T, Color> labelColorExtractor) Sets the labels of the rectangles representing plot data elements.