public class Size extends java.lang.Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getX() |
int |
getY() |
void |
serialize(ByteWriter bw) |
Size |
setX(int x) |
Size |
setY(int y) |
public int getX()
public Size setX(int x)
public int getY()
public Size setY(int y)
public void serialize(ByteWriter bw) throws java.io.IOException
serialize in interface Serializablejava.io.IOException