org.argouml.uml.diagram.collaboration.ui
Class CollabDiagramRenderer

java.lang.Object
  |
  +--org.argouml.uml.diagram.collaboration.ui.CollabDiagramRenderer

public class CollabDiagramRenderer
extends java.lang.Object


Field Summary
protected static Category cat
           
 
Constructor Summary
CollabDiagramRenderer()
           
 
Method Summary
 FigEdge getFigEdgeFor(GraphModel gm, Layer lay, java.lang.Object edge)
          Generally the same code as for the ClassDiagram, since its very related to it.
 FigNode getFigNodeFor(GraphModel gm, Layer lay, java.lang.Object node)
          Return a Fig that can be used to represent the given node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected static Category cat
Constructor Detail

CollabDiagramRenderer

public CollabDiagramRenderer()
Method Detail

getFigNodeFor

public FigNode getFigNodeFor(GraphModel gm,
                             Layer lay,
                             java.lang.Object node)
Return a Fig that can be used to represent the given node


getFigEdgeFor

public FigEdge getFigEdgeFor(GraphModel gm,
                             Layer lay,
                             java.lang.Object edge)
Generally the same code as for the ClassDiagram, since its very related to it.



ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook