|
|||||
| SUMMARY: FIELD | CONSTR | METHOD| EVENT | DETAIL: FIELD | CONSTR | METHOD| EVENT | ||||
This is an input mode for resizing selected nodes.
| Field Summary | |
|---|---|
Object |
mainNode
the node for which the size change is computed (read/write) |
String |
mode
the moving corner or side, either "NW", "N", "NE", "W", "E", "SW", "S" or "SE" (read/write) |
| Constructor Summary | |
|---|---|
ResizeNodesMode(/*GraphCanvas*/ canvas, /*GraphSelection*/ selection)
This is an input mode for resizing selected nodes. |
|
| Method Summary | |
|---|---|
|
activate()
activates this instance. |
|
deactivate()
deactivates this instance. If necessary ghost objects are hidden. |
| Field Detail |
|---|
/*Object*/ mainNode
/*String*/ mode
| Constructor Detail |
|---|
ResizeNodesMode(/*GraphCanvas*/ canvas, /*GraphSelection*/ selection)
canvas - the canvas for which to handle user input
selection - the selection to use (note that this is a reference and thus a "live" object)
| Method Detail |
|---|
activate()
deactivate()