Increments the Y coordinate by n
n
@override Position incrementY(num n) { translate = translate.incrementY(n); return this; }