Uses of Interface
com.b3dgs.lionengine.drawable.Image

Packages that use Image
com.b3dgs.lionengine   
com.b3dgs.lionengine.drawable   
com.b3dgs.lionengine.drawable.impl   
 

Uses of Image in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine that return Image
 Image Drawable.loadImage(java.awt.image.BufferedImage surface)
          Create an image from a buffered image (sharing the same surface).
 Image Drawable.loadImage(java.lang.String filename)
          Load an image from a file.
 

Uses of Image in com.b3dgs.lionengine.drawable
 

Subinterfaces of Image in com.b3dgs.lionengine.drawable
 interface AnimatedSprite
          AnimatedSprite is an extended sprite, as it is now able to play it, using animations data.
 interface FontSprite
          Allow the use of image based font.
 interface Sprite
          Sprites works like images, but it supports modifications, such as scaling and filtering.
 interface TiledSprite
          Tiled sprite are mainly used for tile based levels.
 

Methods in com.b3dgs.lionengine.drawable that return Image
 Image Image.instanciate()
          Get instancied version of current image (faster than clone, but share the same surface).
 

Uses of Image in com.b3dgs.lionengine.drawable.impl
 

Methods in com.b3dgs.lionengine.drawable.impl that return Image
 Image DrawableFactory.loadImage(java.awt.image.BufferedImage surface)
           
 Image DrawableFactory.loadImage(java.lang.String filename)