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.IDplugin.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZoomOptionscreate(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:AbstractPluginOptionsFactoryCreates a plugin options by a native object which is containing the options values and its defaults.- Specified by:
createin classAbstractPluginOptionsFactory<ZoomOptions>- Parameters:
nativeObject- native object which is containing the optionsdefaultValues- the defaults values for the plugin options- Returns:
- a plugin options instance
-
-