Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.drawable | |
com.b3dgs.lionengine.drawable.impl | |
com.b3dgs.lionengine.game.platform |
Modifier and Type | Method and Description |
---|---|
AnimatedSprite |
Drawable.loadAnimatedSprite(java.awt.image.BufferedImage surface,
int horizontalFrames,
int verticalFrames)
Create an animated sprite using an image as reference, giving horizontal and vertical frames, filter and rendering mode.
|
AnimatedSprite |
Drawable.loadAnimatedSprite(java.lang.String filename,
int horizontalFrames,
int verticalFrames)
Load an AnimatedSprite from a file, giving horizontal and vertical frames, filter and rendering mode.
|
Modifier and Type | Method and Description |
---|---|
AnimatedSprite |
AnimatedSprite.clone()
Get cloned version of current animatedsprite.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedSpriteImpl |
Modifier and Type | Method and Description |
---|---|
AnimatedSprite |
AnimatedSpriteImpl.clone() |
AnimatedSprite |
DrawableFactory.loadAnimatedSprite(java.awt.image.BufferedImage surface,
int numberOfHorizontalFrames,
int numberOfVerticalFrames) |
AnimatedSprite |
DrawableFactory.loadAnimatedSprite(java.lang.String filename,
int numberOfHorizontalFrames,
int numberOfVerticalFrames) |
Modifier and Type | Field and Description |
---|---|
protected AnimatedSprite |
AbstractPlatformPlayer.sprite |
Modifier and Type | Method and Description |
---|---|
AnimatedSprite |
AbstractRasteredPlatformPlayer.getRasterAnim(int rasterID) |
AnimatedSprite |
AbstractPlatformPlayer.getSprite() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AnimatedSprite> |
AbstractRasteredPlatformPlayer.getRasterAnim() |