|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.uml.diagram.static_structure.layout.ClassdiagramEdge
This class is an abstract implementation of all edges which are layoutable in the classdiagram.
Field Summary | |
(package private) static int |
_hGap
|
(package private) static int |
_vGap
the layout is oriented on a grid. |
(package private) org.tigris.gef.presentation.FigEdge |
currentEdge
|
(package private) org.tigris.gef.presentation.Fig |
destFigNode
each fig has a source and a destination port |
(package private) org.tigris.gef.presentation.Fig |
sourceFigNode
|
(package private) org.tigris.gef.presentation.FigPoly |
underlyingFig
the underlying fig of the edge we want to layout |
Constructor Summary | |
ClassdiagramEdge(org.tigris.gef.presentation.FigEdge edge)
Constructor. |
Method Summary | |
static int |
getHGap()
|
static int |
getVGap()
|
abstract void |
layout()
abstract method to layout the edge |
static void |
setHGap(int hGap)
|
static void |
setVGap(int vGap)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static int _vGap
static int _hGap
org.tigris.gef.presentation.FigEdge currentEdge
org.tigris.gef.presentation.FigPoly underlyingFig
org.tigris.gef.presentation.Fig destFigNode
org.tigris.gef.presentation.Fig sourceFigNode
Constructor Detail |
public ClassdiagramEdge(org.tigris.gef.presentation.FigEdge edge)
edge
- the Edge to layoutMethod Detail |
public abstract void layout()
layout
in interface LayoutedEdge
public static void setHGap(int hGap)
public static void setVGap(int vGap)
public static int getHGap()
public static int getVGap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |