Class LabelsPlugin
- java.lang.Object
- 
- org.pepstock.charba.client.labels.LabelsPlugin
 
- 
 public final class LabelsPlugin extends Object Entry point of LABELS plugin with some static utilities to enable it and to get and set options.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Field SummaryFields Modifier and Type Field Description static LabelsOptionsFactoryFACTORYData labels options factorystatic StringIDPlugin ID "labels".
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidenable()Inject the plugin but disables in the all charts waiting for the specific statement for each chart.static voidenable(boolean enableToAllCharts)Inject the plugin and by the argument decides to enable the plugin to all charts or not.
 
- 
- 
- 
Field Detail- 
IDpublic static final String ID Plugin ID "labels".
 - 
FACTORYpublic static final LabelsOptionsFactory FACTORY Data labels options factory
 
- 
 - 
Method Detail- 
enablepublic static void enable() Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
 - 
enablepublic static void enable(boolean enableToAllCharts) Inject the plugin and by the argument decides to enable the plugin to all charts or not.- Parameters:
- enableToAllCharts- by- truethe plugin will be enabled to all charts, otherwise- false.
 
 
- 
 
-