Uses of Class
org.argouml.uml.diagram.static_structure.layout.ClassdiagramNode

Packages that use ClassdiagramNode
org.argouml.uml.diagram.static_structure.layout implements a rank based layout algorithm for static structure diagrams  
 

Uses of ClassdiagramNode in org.argouml.uml.diagram.static_structure.layout
 

Subclasses of ClassdiagramNode in org.argouml.uml.diagram.static_structure.layout
 class ClassdiagramNote
          This class overrides some of the aspects of ClassdiagramNodes to simplify the positioning of notes nearby the commented nodes.
 

Methods in org.argouml.uml.diagram.static_structure.layout that return ClassdiagramNode
private  ClassdiagramNode ClassdiagramNote.first()
          Return the first node to which this note is attached to.
 ClassdiagramNode ClassdiagramLayouter.getClassdiagramNode(int index)
          Deprecated.  
 

Methods in org.argouml.uml.diagram.static_structure.layout with parameters of type ClassdiagramNode
 void ClassdiagramNode.addDownlink(ClassdiagramNode newDownlink)
          Operation setDownlinks changes the value of the attribute _downlinks.
 void ClassdiagramNode.addUplink(ClassdiagramNode newUplink)
          Add an uplink to this node.
private  void ClassdiagramLayouter.placeNode(ClassdiagramNode node)
          Set the placement coordinate for a given node.
 void ClassdiagramLayouter.NodeRow.addNode(ClassdiagramNode node)
          Add a node to this NodeRow.
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook