Uses of Package
org.pepstock.charba.client.impl.charts
-
Packages that use org.pepstock.charba.client.impl.charts 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. -
Classes in org.pepstock.charba.client.impl.charts used by org.pepstock.charba.client.gwt.widgets Class Description GaugeDataset The Gauge chart allows a number of properties to be specified for each dataset.GaugeOptions Specific options for GAUGE chart.MeterDataset The Meter chart allows a number of properties to be specified for each dataset.MeterOptions Specific options for METER chart. -
Classes in org.pepstock.charba.client.impl.charts used by org.pepstock.charba.client.impl.charts Class Description DefaultThreshold Default gauge thresholds.DescriptionLabel Meter element class to define the description to render in the meter chart under theValueLabel
.GaugeDataset The Gauge chart allows a number of properties to be specified for each dataset.GaugeOptions Specific options for GAUGE chart.MeterDataset The Meter chart allows a number of properties to be specified for each dataset.MeterOptions Specific options for METER chart.Threshold Is the threshold to use for gauge chart.ValueLabel Meter element class to define the value label to render in the meter chart.