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. |
setMouseCursor, startDraw
createLink, getDiagram, getDiagramView, pointerDown, pointerMove, pointerOver, pointerUp, setModfCursor, startDrawCommon
cancelDrag
public DrawControlsBehavior(DiagramView diagramView)
diagramView
- The DiagramView
this behavior will be associated with.protected DiagramNode createNode()
DrawNodesBehavior.createNode()
override.createNode
in class DrawNodesBehavior