|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.layout.classdiag.ClassdiagramEdge
de.uni_paderborn.fujaba.layout.classdiag.ClassdiagramInheritanceEdge
The class has been taken from Argo UML source code.
Field Summary | |
private FSAObject |
high
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
LOG
No comment provided by developer, please add a comment to improve documentation. |
private FSAObject |
low
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class de.uni_paderborn.fujaba.layout.classdiag.ClassdiagramEdge |
|
Constructor Summary | |
ClassdiagramInheritanceEdge(FSABendLine edge)
Constructor. |
Method Summary | |
int |
getCenterHigh()
|
int |
getCenterLow()
|
int |
getDownGap()
|
abstract int |
getVerticalOffset()
|
void |
layout()
Layout the edges in a way that they form a nice inheritance tree. |
Methods inherited from class de.uni_paderborn.fujaba.layout.classdiag.ClassdiagramEdge |
addPoint, getCurrentEdge, getDestFigNode, getHGap, getSourceFigNode, getUnderlyingFig, getVGap, setHGap, setVGap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.log4j.Logger LOG
private FSAObject high
private FSAObject low
Constructor Detail |
public ClassdiagramInheritanceEdge(FSABendLine edge)
edge
- the fig edgeMethod Detail |
public abstract int getVerticalOffset()
public int getCenterHigh()
public int getCenterLow()
public int getDownGap()
public void layout()
layout
in interface LayoutedEdge
layout
in class ClassdiagramEdge
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |