public class DrawTreeViewsBehavior extends DrawNodesBehavior
Behavior.DrawTreeViews
behavior.currentCursor, diagramView
Constructor and Description |
---|
DrawTreeViewsBehavior(DiagramView diagramView)
Initializes a new instance of the DrawTreeViewsBehavior class.
|
Modifier and Type | Method and Description |
---|---|
protected DiagramNode |
createNode()
An instance of the DiagramNode class.
|
startDraw
cancelDrag, createLink, getDiagram, getDiagramView, pointerDown, pointerMove, pointerUp, startDrawCommon
pointerOver, supportsAutoScroll
public DrawTreeViewsBehavior(DiagramView diagramView)
diagramView
- The DiagramView this behavior will be associated with.protected DiagramNode createNode()
createNode
in class DrawNodesBehavior