Uses of Enum Class
com.amalgamasimulation.charts.HiddenVisualSetsStackingPolicy
Packages that use HiddenVisualSetsStackingPolicy
-
Uses of HiddenVisualSetsStackingPolicy in com.amalgamasimulation.charts
Methods in com.amalgamasimulation.charts that return HiddenVisualSetsStackingPolicyModifier and TypeMethodDescriptionLegend.getHiddenVisualSetsStackingPolicy()Returns the current stacking policy of visual sets HIDDEN state of legend items.Returns the enum constant of this class with the specified name.static HiddenVisualSetsStackingPolicy[]HiddenVisualSetsStackingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.charts with parameters of type HiddenVisualSetsStackingPolicyModifier and TypeMethodDescriptionLegend.setHiddenVisualSetsStackingPolicy(HiddenVisualSetsStackingPolicy hiddenVisualSetsStackingPolicy) Specifies the stacking policy of visual sets HIDDEN state of legend items.