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
 

Methods in org.argouml.uml.diagram.static_structure.layout that return ClassdiagramNode
 ClassdiagramNode ClassdiagramNode.getUplink(int i)
          Get the uplink for a given index.
 ClassdiagramNode ClassdiagramNode.getDownlink(int i)
          Get the downlink for a given index.
 ClassdiagramNode ClassdiagramLayouter.getClassdiagramNode(int index)
          Get a ClassdiagramNode from the layouted objects.
private  ClassdiagramNode ClassdiagramLayouter.getClassdiagramNode4owner(java.lang.Object m)
          Search the nodes in this classdiagram for a node with a given owner.
private  ClassdiagramNode[] ClassdiagramLayouter.getObjectsInRow(int row)
          Operation getObject InRow returns all the objects for a given row.
 

Methods in org.argouml.uml.diagram.static_structure.layout with parameters of type ClassdiagramNode
 void ClassdiagramNode.addUplink(ClassdiagramNode new_uplink)
          Add an uplink to this node.
 void ClassdiagramNode.addDownlink(ClassdiagramNode new_downlink)
          Operation setDownlinks changes the value of the attribute _downlinks.
 void ClassdiagramLayouter.add(ClassdiagramNode obj)
          Add a ClassdiagramNode to layout.
 



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