Class RoundScaledRamp.ThresholdMarker
java.lang.Object
org.eclipse.nebula.visualization.widgets.figureparts.RoundScaledRamp.ThresholdMarker
- Enclosing class:
- RoundScaledRamp
static class RoundScaledRamp.ThresholdMarker
extends java.lang.Object
Hold the properties for each threshold.
-
Constructor Summary
Constructors Constructor Description ThresholdMarker(double value, org.eclipse.swt.graphics.RGB color, boolean visible)
-
Method Summary
Modifier and Type Method Description void
setColor(org.eclipse.swt.graphics.RGB color)
-
Constructor Details
-
ThresholdMarker
public ThresholdMarker(double value, org.eclipse.swt.graphics.RGB color, boolean visible)- Parameters:
value
-color
-visible
-
-
-
Method Details
-
setColor
public void setColor(org.eclipse.swt.graphics.RGB color)- Parameters:
color
- the RGB color to set
-