A Tile class extends Rectangle. It is to be used for non-overlapping tilings. Your task is to override the translate method so that it moves the tiles not by pixels but by tile dimensions. This figure shows the action of t.translate(1, -2).