Package com.b3dgs.lionengine.drawable

Interface Summary
AnimatedSprite AnimatedSprite is an extended sprite, as it is now able to play it, using animations data.
Animation Animation data container for animation routine.
Animator Anim routine, which can play an animation from anim container.
Cursor Used to represent a mouse cursor, desynchronized from the window mouse pointer.
FontSprite Allow the use of image based font.
Image It allows images loading and rendering.
ParallaxedSprite ParallaxedSprites are used for parallax effect (2.5D perspective).
Renderable Anything that can be rendered on screen.
Sprite Sprites works like images, but it supports modifications, such as scaling and filtering.
Text Text works using a Font, a size, a type (Normal, Bold...) and an alignment (Left, Centered, Right).
TiledSprite Tiled sprite are mainly used for tile based levels.
 

Enum Summary
AnimState List of standard animation states, used by an animated sprite.