public class Size extends 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 IOException
serialize in interface SerializableIOExceptionCopyright © 2016–2018 Frederik Kammel. All rights reserved.