org.argouml.uml.diagram.state.ui
Class StateDiagramRenderer

java.lang.Object
  |
  +--org.argouml.uml.diagram.state.ui.StateDiagramRenderer

public class StateDiagramRenderer
extends java.lang.Object

This class defines a renderer object for UML Statechart Diagrams. In a Statechart Diagram the following UML objects are displayed with the following Figs:

  UML Object          ---  Fig
  ---------------------------------------
  State              ---  FigSimpleState
  CompositeState     ---  FigCompositeState
  ActionState        ---  FigActionState
  FinalState         ---  FigFinalState
  Pseudostate        ---  FigPseudostate
    Inititial         ---  FigInitialState
    Branch            ---  FigBranchState
    Fork              ---  FigForkState
    Join              ---  FigJoinState
    DeepHistory       ---  FigDeepHistoryState
    ShallowHistory    ---  FigShallowistoryState
  Transition         ---  FigTransition
  more...
  


Field Summary
protected static Logger cat
           
(package private) static long serialVersionUID
           
 
Constructor Summary
StateDiagramRenderer()
           
 
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

StateDiagramRenderer

public StateDiagramRenderer()
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