Class HtmlLegendOptionsFactory
- java.lang.Object
-
- org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory<HtmlLegendOptions>
-
- org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory
-
public final class HtmlLegendOptionsFactory extends AbstractPluginOptionsFactory<HtmlLegendOptions>
Factory to get the options (form chart or from default global ones) related toHtmlLegend.IDplugin.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HtmlLegendOptionscreate(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.AbstractPluginOptionsFactory
getPluginId, loadDefaultsPluginOptions
-
-
-
-
Method Detail
-
create
public HtmlLegendOptions 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 classAbstractPluginOptionsFactory<HtmlLegendOptions>- Parameters:
nativeObject- native object which is containing the optionsdefaultValues- the defaults values for the plugin options- Returns:
- a plugin options instance
-
-