org.argouml.uml.diagram.deployment.ui
Class DeploymentDiagramRenderer

java.lang.Object
  |
  +--org.argouml.uml.diagram.deployment.ui.DeploymentDiagramRenderer

public class DeploymentDiagramRenderer
extends java.lang.Object


Field Summary
protected static Logger cat
           
(package private) static long serialVersionUID
           
 
Constructor Summary
DeploymentDiagramRenderer()
           
 
Method Summary
 FigEdge getFigEdgeFor(GraphModel gm, Layer lay, java.lang.Object edge)
          Return a Fig that can be used to represent the given edge
 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 Logger cat

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DeploymentDiagramRenderer

public DeploymentDiagramRenderer()
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)
Return a Fig that can be used to represent the given edge



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