public interface Renderable
Graphic
void render(Graphic g, int x, int y)
g
- The graphic output.x
- The horizontal location.y
- The vertical location.int getWidth()
int getHeight()
Copyright © 2014 Byron 3D Games Studio. All rights reserved.