Package | Description |
---|---|
com.b3dgs.lionengine.drawable |
Classic drawable classes for a ready to use image manipulation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Sprite
Sprites work like images, but support modifications, such as scaling and filtering.
|
interface |
SpriteAnimated
SpriteAnimated is an extended sprite that allows to play it using
Animation . |
interface |
SpriteFont
SpriteFont is an extended sprite that allows to handle a font based on an image.
|
interface |
SpriteTiled
Tiled sprite are mainly used for tile based levels.
|
Modifier and Type | Method and Description |
---|---|
static Image |
Drawable.loadImage(ImageBuffer surface)
Load an image from a java image (sharing the same surface).
|
static Image |
Drawable.loadImage(Media media)
Load an image from a file.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.