ibm_ilog.diagram.overview.OverviewZoomInteractor (version 1.1-SNAPSHOT)
Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.overview.OverviewInteractor » ibm_ilog.diagram.overview.OverviewZoomInteractor
dojo.require("ibm_ilog.diagram.overview.OverviewZoomInteractor");
A ZoomInteractor controls the process of viewport panning and zooming
Property Summary
Method Summary
- activate() Activates "idle" state
- assignInputs(assignments)
- deactivate() Disconnects all connections by going to the null state
- eventButtonIsLeft(e)
- eventButtonIsMiddle(e)
- eventButtonIsRight(e)
- eventClientLocation(e) returns pointer position associated with the given event
- eventPageLocation(e) returns pointer position associated with the given event
- eventWheelAmmount(e)
- getConnections() return the eventMap
- getDefaultConnections() Returns the default event mapping
- getEnabled()
- getIncrementFactor() Returns the increment factor for zooming discrete operations
- initializeFilters()
- keyPressed(ids, e)
- overrideConnections(connections) Override the default event map with the given handlers
- reactivate() release all the handles and reconnect.
- registerHotKeys()
- setConnections(connections) sets a new connections configuration
- setEnabled(b)
- setIncrementFactor(factor) Sets the increment factor for zooming discrete operations
- setKeyManager(keyManager)
- setManager(manager)
- toString()
Event Summary
Properties
Defined by ibm_ilog.diagram.util.HandleSet
Methods
Defined by ibm_ilog.diagram.util.HandleSet
Disconnects all connections by going to the null state
Defined by ibm_ilog.diagram.util.HandleSet
returns pointer position associated with the given event
Parameter | Type | Description |
---|---|---|
e |
Defined by ibm_ilog.diagram.util.HandleSet
returns pointer position associated with the given event
Parameter | Type | Description |
---|---|---|
e |
Defined by ibm_ilog.diagram.util.HandleSet
Defined by ibm_ilog.diagram.util.HandleSet
Defined by ibm_ilog.diagram.util.HandleSet
Override the default event map with the given handlers
Parameter | Type | Description |
---|---|---|
connections |
Defined by ibm_ilog.diagram.util.HandleSet
Defined by ibm_ilog.diagram.util.HandleSet
sets a new connections configuration
Parameter | Type | Description |
---|---|---|
connections |
Sets the increment factor for zooming discrete operations
Parameter | Type | Description |
---|---|---|
factor | Number |
Defined by ibm_ilog.diagram.util.HandleSet
Events
Defined by ibm_ilog.diagram.util.HandleSet
Defined by ibm_ilog.diagram.util.HandleSet