Uses of Class
org.eclipse.nebula.visualization.widgets.figureparts.RoundScaledRamp.Threshold
-
Packages that use RoundScaledRamp.Threshold Package Description org.eclipse.nebula.visualization.widgets.figureparts -
-
Uses of RoundScaledRamp.Threshold in org.eclipse.nebula.visualization.widgets.figureparts
Methods in org.eclipse.nebula.visualization.widgets.figureparts that return RoundScaledRamp.Threshold Modifier and Type Method Description static RoundScaledRamp.ThresholdRoundScaledRamp.Threshold. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RoundScaledRamp.Threshold[]RoundScaledRamp.Threshold. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.visualization.widgets.figureparts with parameters of type RoundScaledRamp.Threshold Modifier and Type Method Description voidRoundScaledRamp. setThresholdColor(RoundScaledRamp.Threshold thresholdName, org.eclipse.swt.graphics.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.
-