Increments the X,Y coordinates by nX and nY.
nX
nY
@override Position incrementXY(num nX, num nY) { translate = translate.incrementXY(nX, nY); return this; }