public interface ImageComponent2DURLIOListener
| Modifier and Type | Method and Description |
|---|---|
ImageComponent2DURL |
createImageComponent(int format,
int width,
int height,
boolean byReference,
boolean yUp,
java.net.URL url)
The listener method which is called when a ImageComponent2DURL is
loaded from the scenegraph file.
|
ImageComponent2DURL createImageComponent(int format, int width, int height, boolean byReference, boolean yUp, java.net.URL url)
format - The image format from ImageComponentwidth - The image width from ImageComponentheight - The image height from ImageComponentbyReference - The byReference flag from ImageComponentyUp - The yUp flag from ImageComponenturl - The URL for the image component