Modifier and Type | Method and Description |
---|---|
Sprite |
Drawable.loadSprite(java.lang.String filename)
Load a Sprite from a file, with filter and rendering mode.
|
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 |
TiledSprite
Tiled sprite are mainly used for tile based levels.
|
Modifier and Type | Method and Description |
---|---|
Sprite |
Sprite.clone()
Get cloned version of current sprite.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedSpriteImpl |
class |
SpriteImpl |
class |
TiledSpriteImpl |
Modifier and Type | Method and Description |
---|---|
Sprite |
SpriteImpl.clone() |
Sprite |
DrawableFactory.loadSprite(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
Sprite |
AbstractRasteredBackgroundElement.getRaster(int id) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRasteredBackgroundElement.addRaster(Sprite sprite,
int fr,
int fg,
int fb) |
protected abstract void |
AbstractRasteredBackgroundElement.load(Sprite sprite,
int rastersNumber) |
Constructor and Description |
---|
AbstractRasteredBackgroundElement(int mainX,
int mainY,
Sprite sprite,
int rastersNumber) |
Constructor and Description |
---|
LevelRipConverter(AbstractTileMap<TileType> map,
Sprite imageMap,
int numberOfThread,
int id) |
Modifier and Type | Method and Description |
---|---|
protected void |
RasteredBackgroundElement.load(Sprite sprite,
int rastersNumber) |
Constructor and Description |
---|
RasteredBackgroundElement(int mainX,
int mainY,
Sprite sprite,
int rastersNumber) |
Modifier and Type | Method and Description |
---|---|
protected void |
RasteredBackgroundElement.load(Sprite sprite,
int rastersNumber) |
Constructor and Description |
---|
RasteredBackgroundElement(int mainX,
int mainY,
Sprite sprite,
int rastersNumber) |
Constructor and Description |
---|
ImportMapFromImage(AbstractTileMap<Tile> map,
Sprite imageMap,
int numberOfThread,
int id,
Progress progress) |