Uses of Enum Class
org.csstudio.swt.widgets.figureparts.RoundScaledRamp.Threshold
-
Uses of RoundScaledRamp.Threshold in org.csstudio.swt.widgets.figureparts
Modifier 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.Modifier 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.