|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Renderable
Anything that can be rendered on screen.
Method Summary | |
---|---|
int |
getHeight()
Get the image height size. |
int |
getWidth()
Get the image width size. |
void |
render(java.awt.Graphics2D g,
int x,
int y)
Render image on current graphic output, at specified coordinates. |
Method Detail |
---|
void render(java.awt.Graphics2D g, int x, int y)
g
- graphic output.x
- abscissa.y
- ordinate.int getWidth()
int getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |