(
final Graphics g,
final int x, final int y,
final int orientation)
| 56 | } |
| 57 | |
| 58 | public final void drawRotated( |
| 59 | final Graphics g, |
| 60 | final int x, final int y, |
| 61 | final int orientation) { |
| 62 | image.drawRotated(g, x, y, orientation); |
| 63 | } |
| 64 | |
| 65 | public final int getWidth() { |
| 66 | return image.getWidth(); |