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

sdl4gcj::image::Image Class Reference


Static Public Member Functions

static native Version compiledVersion ()
 Get version of compiled library.
static native Version linkedVersion ()
 Get version of linked library .
static native Surface load (String filePath)
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 native Version sdl4gcj::image::Image::compiledVersion  )  [static]
 

Get version of compiled library.

Returns:
version of compiled library

static native Version sdl4gcj::image::Image::linkedVersion  )  [static]
 

Get version of linked library .

Returns:
version of linked library

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]
 


The documentation for this class was generated from the following file:
Generated on Tue Jul 19 19:29:13 2005 for sdl4gcj by  doxygen 1.4.3