public class Position
extends java.lang.Object
Constructor and Description |
---|
Position(int xmin,
int ymin,
int xmax,
int ymax) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getCenterX() |
int |
getCenterY() |
int |
getXmax() |
int |
getXmin() |
int |
getYmax() |
int |
getYmin() |
int |
hashCode() |
Position |
move(TileGeometry position,
int sizeMove) |
java.lang.String |
toString() |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public Position move(TileGeometry position, int sizeMove)
public int getXmin()
public int getXmax()
public int getYmin()
public int getYmax()
public int getCenterX()
public int getCenterY()