Package org.pepstock.charba.client.zoom
Class ZoomOptionsFactory
- java.lang.Object
-
- org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory<ZoomOptions>
-
- org.pepstock.charba.client.zoom.ZoomOptionsFactory
-
public final class ZoomOptionsFactory extends AbstractPluginOptionsFactory<ZoomOptions>
Factory to get the options (form chart, form dataset or from default global ones) related toZoomPlugin.ID
plugin.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZoomOptions
create(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 ZoomOptions create(NativeObject nativeObject, IsDefaultPlugins defaultValues)
Description copied from class:AbstractPluginOptionsFactory
Creates a plugin options by a native object which is containing the options values and its defaults.- Specified by:
create
in classAbstractPluginOptionsFactory<ZoomOptions>
- Parameters:
nativeObject
- native object which is containing the optionsdefaultValues
- the defaults values for the plugin options- Returns:
- a plugin options instance
-
-