|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.Interaction
com.mindfusion.diagramming.BehaviorBase
com.mindfusion.diagramming.DrawNodesBehavior
com.mindfusion.diagramming.DrawControlsBehavior
public class DrawControlsBehavior
Implements the Behavior.DrawControls
behavior.
Field Summary |
---|
Fields inherited from class com.mindfusion.diagramming.BehaviorBase |
---|
currentCursor, diagramView |
Constructor Summary | |
---|---|
DrawControlsBehavior(DiagramView diagramView)
Initializes a new instance of the DrawControlsBehavior class. |
Method Summary | |
---|---|
protected DiagramNode |
createNode()
DrawNodesBehavior.createNode() override. |
Methods inherited from class com.mindfusion.diagramming.DrawNodesBehavior |
---|
setMouseCursor, startDraw |
Methods inherited from class com.mindfusion.diagramming.BehaviorBase |
---|
createLink, getDiagram, getDiagramView, mouseDragged, mouseMoved, mousePressed, mouseReleased, setModfCursor, startDrawCommon |
Methods inherited from class com.mindfusion.diagramming.Interaction |
---|
cancelDrag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawControlsBehavior(DiagramView diagramView)
diagramView
- The DiagramView
this behavior will be associated with.Method Detail |
---|
protected DiagramNode createNode()
DrawNodesBehavior.createNode()
override.
createNode
in class DrawNodesBehavior
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |