|
|||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
This is an input mode for moving selected nodes.
| Constructor Summary | |
|---|---|
MoveSelectionMode(/*GraphCanvas*/ canvas, /*GraphSelection*/ selection, /*HierarchyManager?*/ hierarchyManager, /*Boolean?*/ routeEdges)
This is an input mode for moving selected nodes. |
|
| Method Summary | |
|---|---|
|
activate()
activates this instance. |
|
deactivate()
deactivates this instance. If necessary ghost objects are hidden. |
Boolean |
isRouteEdges()
returns whether edges are routed after moving nodes. |
|
setRouteEdges(/*Boolean*/ doRouteEdges)
sets whether edges are routed after moving nodes. |
| Constructor Detail |
|---|
MoveSelectionMode(/*GraphCanvas*/ canvas, /*GraphSelection*/ selection, /*HierarchyManager?*/ hierarchyManager, /*Boolean?*/ routeEdges)
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)
hierarchyManager - optional hierarchy manager for the graph of the canvas
| Method Detail |
|---|
activate()
deactivate()
Boolean isRouteEdges()
setRouteEdges(/*Boolean*/ doRouteEdges)