|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.KSlimEdge.Bend
public static class KSlimEdge.Bend
Definition of an edge bend for orthogonal drawing.
Nested Class Summary | |
---|---|
static class |
KSlimEdge.Bend.Type
Type of edge bend, from the perspective of the source node. |
Constructor Summary | |
---|---|
KSlimEdge.Bend(KSlimEdge theedge,
KSlimEdge.Bend.Type thetype)
Creates an edge bend of given type. |
Method Summary | |
---|---|
KSlimEdge |
getEdge()
Returns the slim edge associated with this bend. |
int |
getIndex()
Returns the index. |
KSlimEdge.Bend.Type |
getType()
Returns the bend type. |
float |
getXpos()
Returns the x position. |
float |
getYpos()
Returns the y position. |
void |
setXpos(float thexpos)
Sets the x position. |
void |
setYpos(float theypos)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KSlimEdge.Bend(KSlimEdge theedge, KSlimEdge.Bend.Type thetype)
theedge
- the edge to which the new bend is addedthetype
- type of edge bendMethod Detail |
---|
public KSlimEdge.Bend.Type getType()
public void setXpos(float thexpos)
thexpos
- the x position to setpublic float getXpos()
public void setYpos(float theypos)
theypos
- the ypos to setpublic float getYpos()
public int getIndex()
public KSlimEdge getEdge()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |