Uses of Class
org.pepstock.charba.client.impl.charts.MeterOptions
-
Packages that use MeterOptions 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 MeterOptions in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return MeterOptions Modifier and Type Method Description MeterOptions
MeterChartWidget. getOptions()
-
Uses of MeterOptions in org.pepstock.charba.client.impl.charts
Subclasses of MeterOptions in org.pepstock.charba.client.impl.charts Modifier and Type Class Description class
GaugeOptions
Specific options for GAUGE chart.Methods in org.pepstock.charba.client.impl.charts that return MeterOptions Modifier and Type Method Description MeterOptions
MeterChart. getOptions()
-