public final class Zoom extends AbstractConfigurationItem
ZoomPlugin.ID
plugin configuration.DEFAULT_MODE, DEFAULT_OVER_SCALE_MODE
Modifier and Type | Method and Description |
---|---|
default CompletedCallback |
getCompletedCallback()
Returns the callback called once zooming or panning is completed.
|
Drag |
getDrag()
Returns the drag-to-zoom effect.
|
default InteractionAxis |
getMode()
Returns the element (panning or zooming) directions.
|
default ModeCallback |
getModeCallback()
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
|
default InteractionAxis |
getOverScaleMode()
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
|
default ModeCallback |
getOverScaleModeCallback()
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse
cursor is over one of scale
|
Pinch |
getPinch()
Returns the pinch-to-zoom effect.
|
default ProgressCallback |
getProgressCallback()
Returns the callback called while the user is zooming or panning.
|
default RejectedCallback |
getRejectedCallback()
Returns the callback called once zooming or panning is rejected.
|
default StartCallback |
getStartCallback()
Returns the callback called once zooming or panning is started.
|
Wheel |
getWheel()
Returns the wheel-to-zoom effect.
|
getCompletedCallback, getMode, getModeCallback, getOverScaleMode, getOverScaleModeCallback, getProgressCallback, getRejectedCallback, getStartCallback, setCompletedCallback, setMode, setMode, setMode, setOverScaleMode, setOverScaleMode, setOverScaleMode, setProgressCallback, setRejectedCallback, setStartCallback
checkAndAddToParent, 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
checkDefaultValuesArgument, 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
public Wheel getWheel()
public Drag getDrag()
public Pinch getPinch()
public InteractionAxis getMode()
public InteractionAxis getOverScaleMode()
public ModeCallback getModeCallback()
public ModeCallback getOverScaleModeCallback()
public ProgressCallback getProgressCallback()
public CompletedCallback getCompletedCallback()
public RejectedCallback getRejectedCallback()
public StartCallback getStartCallback()