Constructor Summary |
|
public | NewTextureLoader(java.awt.Image image) Constructs a NewTextureLoader object loading the specified iamge in
default (RGBA) format. |
public | NewTextureLoader(java.awt.Image image, int flags) Constructs a NewTextureLoader object loading the specified image
and option flags in the default (RGBA) format.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: image - the image object to load Parameters: flags - the flags to use in construction (e.g. |
public | NewTextureLoader(java.awt.Image image, java.lang.String format) Constructs a NewTextureLoader object loading the specified file
using the specified format.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: image - the image object to load Parameters: format - specificaiton of which channels to use (e.g. |
public | NewTextureLoader(java.awt.Image image, java.lang.String format, int flags) Constructs a NewTextureLoader object loading the specified file
with specified format and flags.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: image - the image object to load Parameters: format - specificaiton of which channels to use (e.g. |
public | NewTextureLoader(java.lang.String fname) Constructs a NewTextureLoader object loading the specified file
using the default format (RGBA). |
public | NewTextureLoader(java.lang.String fname, int flags) Constructs a NewTextureLoader object loading the specified file
with the specified flags.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: fname - the name of the file to load Parameters: flags - the flags to use in construction (e.g. |
public | NewTextureLoader(java.lang.String fname, java.lang.String format) Constructs a NewTextureLoader object loading the specified file
using the specified format.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: fname - the name of the file to load Parameters: format - specificaiton of which channels to use (e.g. |
public | NewTextureLoader(java.lang.String fname, java.lang.String format, int flags) Constructs a NewTextureLoader object loading the specified file
using the specified format and flags.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: fname - the name of the file to load Parameters: format - specificaiton of which channels to use (e.g. |
public | NewTextureLoader(java.net.URL url) Constructs a NewTextureLoader object loading the specified URL
using the default format. |
public | NewTextureLoader(java.net.URL url, int flags) Constructs a NewTextureLoader object loading the specified URL
using the specified flags.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: url - specifies the URL of the image to load Parameters: flags - the flags to use in construction (e.g. |
public | NewTextureLoader(java.net.URL url, java.lang.String format) Constructs a NewTextureLoader object loading the specified URL
using the specified format.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: url - specifies the URL of the image to load Parameters: format - specificaiton of which channels to use (e.g. |
public | NewTextureLoader(java.net.URL url, java.lang.String format, int flags) Constructs a NewTextureLoader object loading the specified URL
using the specified format and flags.
The an image observer must be set using the setImageObserver() method
before using this constructor.
Parameters: url - specifies the URL of the image to load Parameters: format - specificaiton of which channels to use (e.g. |