com.mindfusion.diagramming
Class DrawContainersBehavior

java.lang.Object
  extended by com.mindfusion.diagramming.BehaviorBase
      extended by com.mindfusion.diagramming.DrawNodesBehavior
          extended by com.mindfusion.diagramming.DrawContainersBehavior

public class DrawContainersBehavior
extends DrawNodesBehavior

Implements the Behavior.DrawContainers behavior.


Field Summary
 
Fields inherited from class com.mindfusion.diagramming.BehaviorBase
currentCursor, diagramView
 
Constructor Summary
protected DrawContainersBehavior(DiagramView diagramView)
           
 
Method Summary
protected  DiagramNode createNode()
           
 
Methods inherited from class com.mindfusion.diagramming.DrawNodesBehavior
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
 

Constructor Detail

DrawContainersBehavior

protected DrawContainersBehavior(DiagramView diagramView)
Method Detail

createNode

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