java.io.Serializable
public class Coordinate
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
Coordinate(int x,
int y) |
Create a new coordinate
|
Modifier and Type | Method | Description |
---|---|---|
int |
getX() |
Get the x coordinate
|
int |
getY() |
Get the y coordinate
|