com.mindfusion.diagramming
Class LinkShapesBehavior

java.lang.Object
  extended by com.mindfusion.diagramming.BehaviorBase
      extended by com.mindfusion.diagramming.LinkNodesBehavior
          extended by com.mindfusion.diagramming.LinkShapesBehavior

public class LinkShapesBehavior
extends LinkNodesBehavior

Implements the Behavior.LinkShapes behavior.


Field Summary
 
Fields inherited from class com.mindfusion.diagramming.BehaviorBase
currentCursor, diagramView
 
Method Summary
protected  DiagramNode createNode()
           
 
Methods inherited from class com.mindfusion.diagramming.LinkNodesBehavior
setMouseCursor, startDraw
 
Methods inherited from class com.mindfusion.diagramming.BehaviorBase
createLink, getDiagram, getDiagramView, setModfCursor, startDrawCommon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createNode

protected DiagramNode createNode()
Specified by:
createNode in class LinkNodesBehavior