Class LabelsOptionsFactory
- java.lang.Object
- 
- org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory<LabelsOptions>
- 
- org.pepstock.charba.client.labels.LabelsOptionsFactory
 
 
- 
 public final class LabelsOptionsFactory extends AbstractPluginOptionsFactory<LabelsOptions> Factory to get the options (form chart or from default global ones) related toLabelsPlugin.IDplugin.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelsOptionscreate(NativeObject nativeObject, IsDefaultPlugins defaultValues)Creates a plugin options by a native object which is containing the options values and its defaults.- 
Methods inherited from class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactorygetPluginId, loadDefaultsPluginOptions
 
- 
 
- 
- 
- 
Method Detail- 
createpublic LabelsOptions create(NativeObject nativeObject, IsDefaultPlugins defaultValues) Description copied from class:AbstractPluginOptionsFactoryCreates a plugin options by a native object which is containing the options values and its defaults.- Specified by:
- createin class- AbstractPluginOptionsFactory<LabelsOptions>
- Parameters:
- nativeObject- native object which is containing the options
- defaultValues- the defaults values for the plugin options
- Returns:
- a plugin options instance
 
 
- 
 
-