Uses of Class
org.pepstock.charba.client.impl.charts.GaugeDataset
-
Packages that use GaugeDataset Package Description org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box. -
-
Uses of GaugeDataset in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return GaugeDataset Modifier and Type Method Description GaugeDataset
GaugeChartWidget. newDataset(boolean hidden)
GaugeDataset
GaugeChartWidget. newDataset(double max)
Returns a dataset with a maximum value. -
Uses of GaugeDataset in org.pepstock.charba.client.impl.charts
Methods in org.pepstock.charba.client.impl.charts that return GaugeDataset Modifier and Type Method Description GaugeDataset
GaugeChart. newDataset(boolean hidden)
GaugeDataset
GaugeChart. newDataset(double max)
-