Uses of Interface
mako5.gfx.Image

Packages that use Image
mako5.gfx   
 

Uses of Image in mako5.gfx
 

Classes in mako5.gfx that implement Image
 class DefaultImage
          An image designed for use with OpenGL.
 class MaskedImage
          An image designed for use with OpenGL.
 

Methods in mako5.gfx that return Image
static Image ImageLoader.load(String file_)
          Loads an image from the given file.