com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image
Interface ImageComponent2DURLIOListener
- All Known Implementing Classes:
- ImageComponent2DURLState.DefaultListener
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. |
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 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
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.