Uses of Enum Class
org.csstudio.swt.widgets.figureparts.RoundScaledRamp.Threshold
Packages that use RoundScaledRamp.Threshold
-
Uses of RoundScaledRamp.Threshold in org.csstudio.swt.widgets.figureparts
Methods in org.csstudio.swt.widgets.figureparts that return RoundScaledRamp.ThresholdModifier and TypeMethodDescriptionstatic RoundScaledRamp.Threshold
Returns the enum constant of this class with the specified name.static RoundScaledRamp.Threshold[]
RoundScaledRamp.Threshold.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.csstudio.swt.widgets.figureparts with parameters of type RoundScaledRamp.ThresholdModifier and TypeMethodDescriptionvoid
RoundScaledRamp.setThresholdColor
(RoundScaledRamp.Threshold thresholdName, RGB color) Set color of the threshold.void
RoundScaledRamp.setThresholdValue
(RoundScaledRamp.Threshold thresholdName, double value) Set value of the threshold.void
RoundScaledRamp.setThresholdVisibility
(RoundScaledRamp.Threshold thresholdName, boolean visible) Set visibility of the threshold.