|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.graph.uml.classdiagram.ClassdiagramEdge
gov.nih.nci.cagrid.graph.uml.classdiagram.ClassdiagramInheritanceEdge
public abstract class ClassdiagramInheritanceEdge
| Constructor Summary | |
|---|---|
ClassdiagramInheritanceEdge(org.tigris.gef.presentation.FigEdge edge)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getCenterHigh()
|
int |
getCenterLow()
|
int |
getDownGap()
|
int |
getOffset()
|
int |
getVerticalOffset()
|
void |
layout()
Abstract method to layout the edge. |
void |
setOffset(int anOffset)
Set the line-offset for this edge |
| Methods inherited from class gov.nih.nci.cagrid.graph.uml.classdiagram.ClassdiagramEdge |
|---|
getCurrentEdge, getHGap, getUnderlyingFig, getVGap, setHGap, setVGap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassdiagramInheritanceEdge(org.tigris.gef.presentation.FigEdge edge)
edge - the fig edge| Method Detail |
|---|
public int getVerticalOffset()
public int getCenterHigh()
public int getCenterLow()
public int getDownGap()
public void layout()
ClassdiagramEdge
layout in interface LayoutedEdgelayout in class ClassdiagramEdgeLayout the edges in a way that they form a nice inheritance tree. Try to
implement these nice zigzag lines between classes and works well when the
row difference is one.public void setOffset(int anOffset)
anOffset - the offset to use for this edgepublic int getOffset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||