Package | Description |
---|---|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
Threshold |
GaugeDataset.getCurrent()
Returns the current threshold.
|
Threshold |
DefaultThreshold.getThreshold()
Creates a new threshold cloning the constant one.
|
Threshold |
Threshold.setColor(IsColor color)
Sets the color of threshold.
|
Threshold |
Threshold.setValue(double value)
Sets the value of threshold.
|
Modifier and Type | Method and Description |
---|---|
List<Threshold> |
GaugeDataset.getThresholds()
Gets all thresholds by an unmodifiable list.
|
Modifier and Type | Method and Description |
---|---|
void |
GaugeDataset.setThresholds(Threshold... newThresholds)
Sets all thresholds to use for this gauge.
|