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