Uses of Class
org.pepstock.charba.client.impl.charts.MeterDataset
-
Packages that use MeterDataset 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 MeterDataset in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return MeterDataset Modifier and Type Method Description MeterDataset
MeterChartWidget. newDataset(boolean hidden)
MeterDataset
MeterChartWidget. newDataset(double max)
Returns a dataset with a maximum value. -
Uses of MeterDataset in org.pepstock.charba.client.impl.charts
Subclasses of MeterDataset in org.pepstock.charba.client.impl.charts Modifier and Type Class Description class
GaugeDataset
The Gauge chart allows a number of properties to be specified for each dataset.Methods in org.pepstock.charba.client.impl.charts that return MeterDataset Modifier and Type Method Description MeterDataset
MeterChart. newDataset(boolean hidden)
MeterDataset
MeterChart. newDataset(double max)
-