org.newdawn.slick
Interface Renderable
- All Known Implementing Classes:
- Animation, BigImage, Image, SpriteSheet
public interface Renderable
Description of anything that can be drawn
- Author:
- kevin
Method Summary |
void |
draw(float x,
float y)
Draw this artefact at the given location |
draw
void draw(float x,
float y)
- Draw this artefact at the given location
- Parameters:
x
- The x coordinate to draw the artefact aty
- The y coordinate to draw the artefact at
Copyright © 2006 New Dawn Software. All Rights Reserved.