com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image
Class ImageComponent2DURLState.DefaultListener

java.lang.Object
  extended by com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image.ImageComponent2DURLState.DefaultListener
All Implemented Interfaces:
ImageComponent2DURLIOListener
Enclosing class:
ImageComponent2DURLState

static class ImageComponent2DURLState.DefaultListener
extends java.lang.Object
implements ImageComponent2DURLIOListener


Constructor Summary
ImageComponent2DURLState.DefaultListener()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageComponent2DURLState.DefaultListener

ImageComponent2DURLState.DefaultListener()
Method Detail

createImageComponent

public ImageComponent2DURL createImageComponent(int format,
                                                int width,
                                                int height,
                                                boolean byReference,
                                                boolean yUp,
                                                java.net.URL url)
Description copied from interface: ImageComponent2DURLIOListener
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.

Specified by:
createImageComponent in interface ImageComponent2DURLIOListener
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


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.