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.ThresholdReturns 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 TypeMethodDescriptionvoidRoundScaledRamp.setThresholdColor(RoundScaledRamp.Threshold thresholdName, RGB color) Set color of the threshold.voidRoundScaledRamp.setThresholdValue(RoundScaledRamp.Threshold thresholdName, double value) Set value of the threshold.voidRoundScaledRamp.setThresholdVisibility(RoundScaledRamp.Threshold thresholdName, boolean visible) Set visibility of the threshold.