Uses of Class
com.b3dgs.lionengine.game.background.BackgroundElement

Packages that use BackgroundElement
com.b3dgs.lionengine.game.background   
 

Uses of BackgroundElement in com.b3dgs.lionengine.game.background
 

Subclasses of BackgroundElement in com.b3dgs.lionengine.game.background
 class AbstractRasteredBackgroundElement
          Specific background element, supporting raster effects.
 

Methods in com.b3dgs.lionengine.game.background that return BackgroundElement
protected  BackgroundElement AbstractBackground.createElement(java.lang.String path, java.lang.String name, int x, int y, boolean alpha)
          Create an element from a path and its name, plus its coordinates.