|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.folding.markup.Bend
A data object that represents a yFiles FLEX bend for EdgeViewState objects.
| Constructor Summary | |
Bend()
Creates a bend at 0,0. |
|
Bend(double x,
double y)
Creates a bend at the provided coordinates. |
|
| Method Summary | |
java.lang.Object |
getTag()
The user tag assigned to this bend |
double |
getX()
|
double |
getY()
|
void |
setTag(java.lang.Object tag)
The user tag assigned to this bend |
void |
setX(double x)
|
void |
setY(double y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Bend(double x,
double y)
x - The bend's x coordinatey - The bend's y coordinatepublic Bend()
| Method Detail |
public double getX()
public void setX(double x)
x - the x coordinate of this bend.public double getY()
public void setY(double y)
y - the y coordinate of this bend.public java.lang.Object getTag()
public void setTag(java.lang.Object tag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||