com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image
Interface ImageComponent2DURLIOListener


public interface ImageComponent2DURLIOListener

The listener interface which is called when a ImageComponent2DURL is loaded from the scenegraph file


Method Summary
 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.
 

Method Detail

createImageComponent

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. This method must return a valid ImageComponent2DURL, the returned object will be placed in the scene graph.

Parameters:
format - The image format from ImageComponent
width - The image width from ImageComponent
height - The image height from ImageComponent
byReference - The byReference flag from ImageComponent
yUp - The yUp flag from ImageComponent
url - The URL for the image component