org.jgraph.graph
public static class AttributeMap.SerializableRectangle2D extends Double implements Serializable
| Constructor Summary | |
|---|---|
| SerializableRectangle2D() | |
| SerializableRectangle2D(double x, double y, double width, double height) | |
| Method Summary | |
|---|---|
| void | setHeight(double height) |
| void | setWidth(double width) |
| void | setX(double x) |
| void | setY(double y) |