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 MeterDatasetMeterChartWidget. newDataset(boolean hidden)MeterDatasetMeterChartWidget. 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 classGaugeDatasetThe 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 MeterDatasetMeterChart. newDataset(boolean hidden)MeterDatasetMeterChart. newDataset(double max)
-