Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.drawable | |
com.b3dgs.lionengine.drawable.impl |
Modifier and Type | Method and Description |
---|---|
Image |
Drawable.loadImage(java.lang.String filename)
Load an Image from a file.
|
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 |
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 | Method and Description |
---|---|
Image |
Image.clone()
Get cloned version of current image.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedSpriteImpl |
class |
ImageImpl |
class |
SpriteImpl |
class |
TiledSpriteImpl |
Modifier and Type | Method and Description |
---|---|
Image |
ImageImpl.clone() |
Image |
DrawableFactory.loadImage(java.lang.String filename) |