IBM ILOG Dojo Diagrammer 1.1 API Documentation
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

ibm_ilog.diagram.interactors.ZoomInteractor

Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.interactors.ZoomInteractor
dojo.require("ibm_ilog.diagram.interactors.ZoomInteractor");

A ZoomInteractor controls the process of viewport panning and zooming

Property Summary

Method Summary

Event Summary

Properties

Methods

assignInputs
ParameterTypeDescription
assignments
deactivate
Disconnects all connections by going to the null state
eventButtonIsLeft
ParameterTypeDescription
e
eventButtonIsMiddle
ParameterTypeDescription
e
eventButtonIsRight
ParameterTypeDescription
e
eventClientLocation
returns pointer position associated with the given event
ParameterTypeDescription
e
eventPageLocation
returns pointer position associated with the given event
ParameterTypeDescription
e
eventWheelAmmount
ParameterTypeDescription
e
getDefaultConnections
Returns the default event mapping
getIncrementFactor
Returns the increment factor for zooming discrete operations
initialize
Zoom interactor constructor, based on a target Diagram widget.
ParameterTypeDescription
diagramibm_ilog.diagram.widget.Diagram
keyPressed
ParameterTypeDescription
ids
e
overrideConnections
Override the default event map with the given handlers
ParameterTypeDescription
connections
reactivate
release all the handles and reconnect.
setConnections
sets a new connections configuration
ParameterTypeDescription
connections
setEnabled
ParameterTypeDescription
b
setIncrementFactor
Sets the increment factor for zooming discrete operations
ParameterTypeDescription
factorNumber
setKeyManager
ParameterTypeDescription
keyManager
setManager
ParameterTypeDescription
manager

Events