|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.compat.Insets
Compatibility class for the yFiles FLEX GraphML format.
This class represents insets.
| Constructor Summary | |
Insets()
|
|
Insets(double left,
double right,
double top,
double bottom)
|
|
| Method Summary | |
double |
getBottom()
|
double |
getLeft()
|
double |
getRight()
|
double |
getTop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Insets(double left,
double right,
double top,
double bottom)
public Insets()
| Method Detail |
public double getLeft()
public double getRight()
public double getTop()
public double getBottom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||