Package | Description |
---|---|
org.eclipse.nebula.visualization.widgets.figureparts |
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.
|
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.
|