Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields

sdl4gcj::image::Image Class Reference


Static Public Member Functions

static native Surface load (String filePath)
 Load image from a file.
static Surface load (File file)
static native Surface load (byte[] bytes, int offset, int length)
static Surface load (byte[] bytes)
 same as load(bytes, 0, bytes.length);
static Surface load (InputStream inputStream)

Member Function Documentation

static Surface sdl4gcj::image::Image::load InputStream  inputStream  )  [inline, static]
 

static Surface sdl4gcj::image::Image::load byte[]  bytes  )  [inline, static]
 

same as load(bytes, 0, bytes.length);

static native Surface sdl4gcj::image::Image::load byte[]  bytes,
int  offset,
int  length
[static]
 

static Surface sdl4gcj::image::Image::load File  file  )  [inline, static]
 

static native Surface sdl4gcj::image::Image::load String  filePath  )  [static]
 

Load image from a file.

Returns:
The loaded image as Surface


The documentation for this class was generated from the following file:
Generated on Sun Oct 16 15:28:55 2005 for sdl4gcj by  doxygen 1.4.3