Package com.nevergarden.myna.display
Interface Drawable
-
- All Known Implementing Classes:
DisplayObject
,DisplayObjectContainer
,Quad
,Sprite
,Stage
,TPSpriteAnimation
public interface Drawable
Interface for everything that can be drawn by the renderer.- See Also:
Renderer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
draw(int frame)
Draws the drawable on the given frame.
-