Uses of Enum Class
com.amalgamasimulation.visualsets.utils.LegendItemState
Packages that use LegendItemState
Package
Description
-
Uses of LegendItemState in com.amalgamasimulation.charts
Methods in com.amalgamasimulation.charts that return LegendItemStateModifier and TypeMethodDescriptionLegend.getLegendItemState(T legendItem) Returns the current state of legend item.Methods in com.amalgamasimulation.charts with parameters of type LegendItemStateModifier and TypeMethodDescriptionLegend.setLegendItemState(T legendItem, LegendItemState state) Sets the new state to legend item. -
Uses of LegendItemState in com.amalgamasimulation.charts.utils
Methods in com.amalgamasimulation.charts.utils that return LegendItemStateModifier and TypeMethodDescriptionLegendItemStateChangeDescriptor.getNewDisplayMode()LegendItemStateChangeDescriptor.getOldDisplayMode()Constructors in com.amalgamasimulation.charts.utils with parameters of type LegendItemStateModifierConstructorDescriptionLegendItemStateChangeDescriptor(T element, LegendItemState oldDisplayMode, LegendItemState newDisplayMode) -
Uses of LegendItemState in com.amalgamasimulation.visualsets.utils
Methods in com.amalgamasimulation.visualsets.utils that return LegendItemStateModifier and TypeMethodDescriptionVisibilityChangeDescriptor.getLegendItemState()static LegendItemStateReturns the enum constant of this class with the specified name.static LegendItemState[]LegendItemState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.amalgamasimulation.visualsets.utils with parameters of type LegendItemStateModifierConstructorDescriptionVisibilityChangeDescriptor(VS visualSet, boolean visible, LegendItemState displayMode, List<VS> visibleVisualSets)