public class Geometry
extends java.lang.Object
| Constructor and Description |
|---|
Geometry(int height,
int width) |
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public java.lang.String toGraphML()