Package | Description |
---|---|
com.b3dgs.lionengine.drawable | |
com.b3dgs.lionengine.drawable.impl | |
com.b3dgs.lionengine.game.background |
Modifier and Type | Interface and Description |
---|---|
interface |
AnimatedSprite
AnimatedSprite is an extended sprite, as it is now able to play it, using animations data.
|
interface |
Image
Image allows images loading and rendering.
|
interface |
ParallaxedSprite
ParallaxedSprites are used for parallax effect (3D perspective).
|
interface |
Sprite
Sprites works like images, but it uses buffer, so it supports modifications, such as scaling and filtering.
|
interface |
TiledSprite
Tiled sprite are mainly used for tile based levels.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedSpriteImpl |
class |
ImageImpl |
class |
ParallaxedSpriteImpl |
class |
SpriteImpl |
class |
TiledSpriteImpl |
Modifier and Type | Method and Description |
---|---|
Renderable |
BackgroundElement.getSprite() |
Constructor and Description |
---|
BackgroundElement(int mainX,
int mainY,
Renderable sprite) |