public static final class Polyomino.IntegerPoint
extends java.lang.Object
Constructor and Description |
---|
IntegerPoint()
This method creates a new integer point.
|
IntegerPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
int |
getX()
This method gets the x coordinate of the point.
|
int |
getY()
This method gets the y coordinate of the point.
|
void |
setX(int x)
This method sets the x coordinate of the point.
|
void |
setY(int y)
This method sets the y coordinate of the point.
|
public IntegerPoint()
public IntegerPoint(int x, int y)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)