|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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) FigEdge |
currentEdge
|
(package private) Fig |
destFigNode
each fig has a source and a destination port |
(package private) Fig |
sourceFigNode
|
(package private) FigPoly |
underlyingFig
the underlying fig of the edge we want to layout |
Constructor Summary | |
---|---|
ClassdiagramEdge(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
FigEdge currentEdge
FigPoly underlyingFig
Fig destFigNode
Fig sourceFigNode
Constructor Detail |
public ClassdiagramEdge(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 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |