TileImage: refactor: eliminate drawWithTimeTo()

having a context (such as time) may come back in the future,
but for now it seems better to not do this.
This commit is contained in:
Jason Long 2015-01-09 13:32:50 -05:00
parent 9e1f735b3f
commit 7592117306
3 changed files with 16 additions and 26 deletions

View file

@ -112,7 +112,7 @@ public class MakeTiles
}
@Override
public void drawWithTimeTo(Graphics2D gr, int time, int destX, int destY, int srcX, int srcY) { throw new Error("not implemented"); }
public void drawTo(Graphics2D gr, int destX, int destY, int srcX, int srcY) { throw new UnsupportedOperationException(); }
}
static class Composer