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.Threshold
RoundScaledRamp.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 void
RoundScaledRamp. setThresholdColor(RoundScaledRamp.Threshold thresholdName, org.eclipse.swt.graphics.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.
-