Uses of Enum Class
com.amalgamasimulation.visualsets.utils.LabelSide
Packages that use LabelSide
Package
Description
-
Uses of LabelSide in com.amalgamasimulation.charts
Methods in com.amalgamasimulation.charts with parameters of type LabelSideModifier and TypeMethodDescriptionChart.addTextLabel(LabelSide labelSide, String text) Sets the label text for chart.Chart.addTextLabel(LabelSide labelSide, String text, int fontSize) Sets the label text for chart.Chart.removeTextLabel(LabelSide labelSide) Removes text label for the specified label side. -
Uses of LabelSide in com.amalgamasimulation.visualsets
Fields in com.amalgamasimulation.visualsets with type parameters of type LabelSideModifier and TypeFieldDescriptionBarLabeledVisualSet.labelColorExtractorsLabeledVisualSet.labelColorExtractorsBarLabeledVisualSet.labelFontSizeExtractorsLabeledVisualSet.labelFontSizeExtractorsBarLabeledVisualSet.labelTextExtractorsLabeledVisualSet.labelTextExtractorsLabeledVisualSet.labelTextSidesListMethods in com.amalgamasimulation.visualsets that return types with arguments of type LabelSideModifier and TypeMethodDescriptionBarLabeledVisualSet.BarLabeledVisualElement.getLabelSides()Delegates a call toBarLabeledVisualSet.getLabelSides()for the data element corresponding to this visual element.BarLabeledVisualSet.getLabelSides()Returns list of allLabelSidefor which at least one text label is specified.LabeledVisualSet.getLabelSides()Returns list of allLabelSidefor which at least one text label is specified.LabeledVisualSet.LabeledVisualElement.getLabelSides()Delegates a call toLabeledVisualSet.getLabelSides()for the data element corresponding to this visual element.Methods in com.amalgamasimulation.visualsets with parameters of type LabelSideModifier and TypeMethodDescriptionSlotsVisualSet.addLabel(LabelSide labelSide, Function<? extends E, String> label, double fontSize, Color fontColor) SlotsVisualSet.addLabel(LabelSide labelSide, Function<? extends E, String> label, Function<E, Color> fontColor) BarLabeledVisualSet.BarLabeledVisualElement.getLabelColor(LabelSide labelSide, C category) Delegates a call toBarLabeledVisualSet.getLabelColor(Object, Object, LabelSide)for the data element corresponding to this visual element with givenLabelSideand category.BarLabeledVisualSet.getLabelColor(T element, C category, LabelSide labelSide) Returns the color of the label drawn for the specified data element, category, andLabelSide.LabeledVisualSet.getLabelColor(T element, LabelSide labelSide) Returns the color of the label drawn for the specified data element andLabelSide.LabeledVisualSet.LabeledVisualElement.getLabelColor(LabelSide labelSide) Delegates a call toLabeledVisualSet.getLabelColor(Object, LabelSide)for the data element corresponding to this visual element.doubleBarLabeledVisualSet.BarLabeledVisualElement.getLabelFontSize(LabelSide labelSide, C category) Delegates a call toBarLabeledVisualSet.getLabelFontSize(Object, Object, LabelSide)for the data element corresponding to this visual element with givenLabelSideand category.doubleBarLabeledVisualSet.getLabelFontSize(T element, C category, LabelSide labelSide) Returns the font size of the label drawn for the specified data element, category, andLabelSide.LabeledVisualSet.getLabelFontSize(T element, LabelSide labelSide) Returns the font size of the label drawn for the specified data element andLabelSide.doubleLabeledVisualSet.LabeledVisualElement.getLabelFontSize(LabelSide labelSide) Delegates a call toLabeledVisualSet.getLabelFontSize(Object, LabelSide)for the data element corresponding to this visual element.BarLabeledVisualSet.BarLabeledVisualElement.getLabelText(LabelSide labelSide, C category) Delegates a call toBarLabeledVisualSet.getLabelText(Object, Object, LabelSide)for the data element corresponding to this visual element with givenLabelSideand category.BarLabeledVisualSet.getLabelText(T element, C category, LabelSide labelSide) Returns the text of the label drawn for the specified data element, category, andLabelSide.LabeledVisualSet.getLabelText(T element, LabelSide labelSide) Returns the text of the label drawn for the specified data element andLabelSide.LabeledVisualSet.LabeledVisualElement.getLabelText(LabelSide labelSide) Delegates a call toLabeledVisualSet.getLabelText(Object, LabelSide)for the data element corresponding to this visual element.AbstractRegionVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelTextSizeExtractor, Function<? extends T, Color> labelTextColorExtractor) 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.BarVisualSet.setLabelText(LabelSide labelSide, BiFunction<T, C, String> labelText, BiFunction<T, C, Double> labelTextSize, BiFunction<T, C, Color> labelTextColor) GanttVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelFontSizeExtractor) Sets the labels of the rectangles representing plot data elements.GanttVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelFontSizeExtractor, Function<? extends T, Color> labelColorExtractor) HeatmapVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelFontSizeExtractor) Sets the labels of the rectangles representing plot data elements.HeatmapVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelFontSizeExtractor, Function<? extends T, Color> labelColorExtractor) HistogramVisualSet.setLabelText(LabelSide labelSide, BiFunction<T, C, String> labelText, BiFunction<T, C, Double> labelTextSize, BiFunction<T, C, Color> labelTextColor) LabeledVisualSet.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.RangeRegionVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelTextSizeExtractor, Function<? extends T, Color> labelTextColorExtractor) RegionVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelTextSizeExtractor, Function<? extends T, Color> labelTextColorExtractor) -
Uses of LabelSide in com.amalgamasimulation.visualsets.types
Methods in com.amalgamasimulation.visualsets.types with parameters of type LabelSide -
Uses of LabelSide in com.amalgamasimulation.visualsets.utils
Methods in com.amalgamasimulation.visualsets.utils that return LabelSide