Uses of Class
org.pepstock.charba.client.impl.charts.Threshold
-
Packages that use Threshold Package Description org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box. -
-
Uses of Threshold in org.pepstock.charba.client.impl.charts
Methods in org.pepstock.charba.client.impl.charts that return Threshold Modifier and Type Method 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.Methods in org.pepstock.charba.client.impl.charts that return types with arguments of type Threshold Modifier and Type Method Description List<Threshold>
GaugeDataset. getThresholds()
Gets all thresholds by an unmodifiable list.Methods in org.pepstock.charba.client.impl.charts with parameters of type Threshold Modifier and Type Method Description void
GaugeDataset. setThresholds(Threshold... newThresholds)
Sets all thresholds to use for this gauge.
-