../../../../ibm_ilog/diagram/editor/interactors/ResizeKeyInteractor.html
ibm_ilog.diagram.editor.interactors.ResizeKeyInteractor
dojo.require("ibm_ilog.diagram.editor.interactors.ResizeKeyInteractor");
This Interactor manages the graphElements resizing through the keyboard interaction.
This Interactor have 8 connections: reduceWidth, fineReduceWidth, increaseWidth, fineIncreaseWidth,
reduceHeight, fineReduceHeight, increaseHeight, fineIncreaseHeight.
Property Summary
Method Summary
Event Summary
Properties
Methods
Parameter | Type | Description |
---|
assignments | | |
Disconnects all connections by going to the null state
Parameter | Type | Description |
---|
e | | |
Parameter | Type | Description |
---|
e | | |
Parameter | Type | Description |
---|
e | | |
returns pointer position associated with the given event
Parameter | Type | Description |
---|
e | | |
returns pointer position associated with the given event
Parameter | Type | Description |
---|
e | | |
Parameter | Type | Description |
---|
e | | |
Finely increases the focused element height from the right bottom corner
Parameter | Type | Description |
---|
e | | |
Finely increases the focused element width from the right bottom corner
Parameter | Type | Description |
---|
e | | |
Finely reduces the focused element height from the right bottom corner
Parameter | Type | Description |
---|
e | | |
Finely reduces the focused element width from the right bottom corner
Parameter | Type | Description |
---|
e | | |
returns the default event mapping
gets the resize fine increment
gets the resize increment
returns the Interactor Id
Increases the focused element height from the right bottom corner
Parameter | Type | Description |
---|
e | | |
Increases the focused element width from the right bottom corner
Parameter | Type | Description |
---|
e | | |
initialize the new instance.
Parameter | Type | Description |
---|
diagram | ibm_ilog.diagram.widget.Diagram | the associated diagram. |
Parameter | Type | Description |
---|
ids | | |
e | | |
Override the default event map with the given handlers
Parameter | Type | Description |
---|
connections | | |
release all the handles and reconnect.
Reduces the focused element height from the right bottom corner
Parameter | Type | Description |
---|
e | | |
Reduces the focused element width from the right bottom corner
Parameter | Type | Description |
---|
e | | |
sets a new connections configuration
Parameter | Type | Description |
---|
connections | | |
Parameter | Type | Description |
---|
b | | |
sets the resize fine increment
Parameter | Type | Description |
---|
increment | integer | the fine increment to be set |
sets the resize increment
Parameter | Type | Description |
---|
increment | integer | the increment to be set |
Parameter | Type | Description |
---|
keyManager | | |
Parameter | Type | Description |
---|
manager | | |
Events