Package org.pepstock.charba.client.zoom
Class ZoomOptions
- java.lang.Object
- 
- org.pepstock.charba.client.commons.NativeObjectContainer
- 
- org.pepstock.charba.client.commons.AbstractNode
- 
- org.pepstock.charba.client.plugins.AbstractPluginOptions
- 
- org.pepstock.charba.client.zoom.ZoomOptions
 
 
 
 
- 
 public final class ZoomOptions extends AbstractPluginOptions This is theZoomPlugin.IDplugin options where to set all the configuration needed to the plugin.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Constructor SummaryConstructors Constructor Description ZoomOptions()Creates newZoomPlugin.IDplugin options.ZoomOptions(IsChart chart)Creates newZoomPlugin.IDplugin options, relating to chart instance for default.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyingDefaults()This is invoked before storing the plugins options as default.LimitsgetLimits()Returns the limits element.PangetPan()Returns the pan element.ZoomgetZoom()Returns the zoom element.- 
Methods inherited from class org.pepstock.charba.client.plugins.AbstractPluginOptionsapplyingDefaults, getEvents, getId, getPluginId, loadGlobalsPluginOptions, setEvents, setEvents, store, store, store, store
 - 
Methods inherited from class org.pepstock.charba.client.commons.AbstractNodecheckAndAddToParent, getChildKey, getParentNode, getRootNode, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent
 - 
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainercheckDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
 
- 
 
- 
- 
- 
Constructor Detail- 
ZoomOptionspublic ZoomOptions() Creates newZoomPlugin.IDplugin options.
 - 
ZoomOptionspublic ZoomOptions(IsChart chart) Creates newZoomPlugin.IDplugin options, relating to chart instance for default.- Parameters:
- chart- chart instance related to the plugin options
 
 
- 
 - 
Method Detail- 
applyingDefaultsprotected void applyingDefaults() Description copied from class:AbstractPluginOptionsThis is invoked before storing the plugins options as default.- Overrides:
- applyingDefaultsin class- AbstractPluginOptions
 
 - 
getPanpublic Pan getPan() Returns the pan element.- Returns:
- the pan element.
 
 - 
getZoompublic Zoom getZoom() Returns the zoom element.- Returns:
- the zoom element.
 
 - 
getLimitspublic Limits getLimits() Returns the limits element.- Returns:
- the limits element.
 
 
- 
 
-