public final class Position
X and Y coord, needed as frames can be offset.
private final Integer
x
y
Position(Short x, Short y)
Position(Integer x, Integer y)
final Integer
getX()
getY()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getX()
final Integer getY()