public class Position extends Object
Constructor and Description |
---|
Position(int xmin,
int ymin,
int xmax,
int ymax) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCenterX() |
int |
getCenterY() |
int |
getXmax() |
int |
getXmin() |
int |
getYmax() |
int |
getYmin() |
int |
hashCode() |
Position |
move(TileGeometry position,
int sizeMove) |
String |
toString() |
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()
Copyright © 2016. All Rights Reserved.