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 ThresholdGaugeDataset. getCurrent()Returns the current threshold.ThresholdDefaultThreshold. getThreshold()Creates a new threshold cloning the constant one.ThresholdThreshold. setColor(IsColor color)Sets the color of threshold.ThresholdThreshold. 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 voidGaugeDataset. setThresholds(Threshold... newThresholds)Sets all thresholds to use for this gauge.
-