- Background - Interface in com.b3dgs.lionengine.game.platform.background
-
Describe a standard interface for a scrolling background, depending of a speed and a vertical location.
- BackgroundComponent - Interface in com.b3dgs.lionengine.game.platform.background
-
Represents the background component interface, which will contain background elements.
- BackgroundElement - Class in com.b3dgs.lionengine.game.platform.background
-
Represents a background element (contained in a background component).
- BackgroundElement(int, int, Renderable) - Constructor for class com.b3dgs.lionengine.game.platform.background.BackgroundElement
-
Constructor.
- BackgroundElementRastered - Class in com.b3dgs.lionengine.game.platform.background
-
Specific background element, supporting raster effects.
- BackgroundElementRastered(int, int, Sprite, int) - Constructor for class com.b3dgs.lionengine.game.platform.background.BackgroundElementRastered
-
Constructor.
- BackgroundPlatform - Class in com.b3dgs.lionengine.game.platform.background
-
AbstractBackground skeleton, used for future backgrounds implementation.
- BackgroundPlatform(String, int, int) - Constructor for class com.b3dgs.lionengine.game.platform.background.BackgroundPlatform
-
Constructor.