|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.argouml.uml.diagram.UmlDiagramRenderer
public abstract class UmlDiagramRenderer
Factory methods to create Figs based an model elements with supplementary data provided by a map of name value pairs.
Provides org.tigris.gef.graph.GraphNodeRenderer#getFigNodeFor(
Object, int, int, Map) to implement the GraphNodeRenderer
interface and org.tigris.gef.graph.GraphEdgeRenderer#getFigEdgeFor(Object, Map)
to implement the GraphEdgeRenderer interface.
| Constructor Summary | |
|---|---|
UmlDiagramRenderer()
|
|
| Method Summary | |
|---|---|
FigEdge |
getFigEdgeFor(java.lang.Object edge,
java.util.Map styleAttributes)
Deprecated. for 0.27.3 by tfmorris. Use method of same name which takes a GraphModel argument in the subclasses of this class. |
FigNode |
getFigNodeFor(java.lang.Object node,
int x,
int y,
java.util.Map styleAttributes)
Deprecated. for 0.27.3 by tfmorris. Only used by DiagramFactory#createRenderingElement(Object, Object)
which is itself unused (and now deprecated). |
protected FigNode |
getFigNodeForAssociationEnd(ArgoDiagram diagram,
java.lang.Object associationEnd)
|
protected void |
setPorts(Layer layer,
FigEdge newEdge)
Find the Figs in the given layer that should be the source and destination and attach these to either end of the FigEdge |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UmlDiagramRenderer()
| Method Detail |
|---|
@Deprecated
public FigNode getFigNodeFor(java.lang.Object node,
int x,
int y,
java.util.Map styleAttributes)
DiagramFactory#createRenderingElement(Object, Object)
which is itself unused (and now deprecated).
@Deprecated
public FigEdge getFigEdgeFor(java.lang.Object edge,
java.util.Map styleAttributes)
org.tigris.gef.graph.GraphEdgeRenderer#getFigEdgeFor(java.lang.Object, java.util.Map)
protected final void setPorts(Layer layer,
FigEdge newEdge)
layer - the layer to look for the FigNodesnewEdge - The edge to attach
protected FigNode getFigNodeForAssociationEnd(ArgoDiagram diagram,
java.lang.Object associationEnd)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |