Uses of Class
javax.media.j3d.ImageComponent2D

Packages that use ImageComponent2D
com.sun.j3d.utils.image Provides texture image utility classes. 
com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image   
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of ImageComponent2D in com.sun.j3d.utils.image
 

Methods in com.sun.j3d.utils.image that return ImageComponent2D
 ImageComponent2D TextureLoader.getImage()
          Returns the associated ImageComponent2D object
 ImageComponent2D TextureLoader.getScaledImage(float xScale, float yScale)
          Returns the scaled ImageComponent2D object
 ImageComponent2D TextureLoader.getScaledImage(int width, int height)
          Returns the scaled ImageComponent2D object
 

Uses of ImageComponent2D in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image
 

Subclasses of ImageComponent2D in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image
 class ImageComponent2DURL
           
 

Uses of ImageComponent2D in javax.media.j3d
 

Methods in javax.media.j3d that return ImageComponent2D
 ImageComponent2D Texture2D.getDetailImage()
          Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
 ImageComponent2D Raster.getImage()
          Retrieves the current pixel array object.
 ImageComponent2D Background.getImage()
          Retrieves the background image.
 ImageComponent2D Canvas3D.getOffScreenBuffer()
          Retrieves the off-screen buffer for this Canvas3D.
 

Methods in javax.media.j3d with parameters of type ImageComponent2D
 void Texture2D.setDetailImage(ImageComponent2D detailTexture)
          Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
 void Raster.setImage(ImageComponent2D image)
          Sets the pixel array used to copy pixels to/from a Canvas3D.
 void Background.setImage(ImageComponent2D image)
          Sets the background image to the specified image.
 void TextureCubeMap.setImage(int level, int face, ImageComponent2D image)
          Sets the image for a specified mipmap level of a specified face of the cube map
 void TextureCubeMap.setImages(int face, ImageComponent2D[] images)
          Sets the array of images for mipmap levels from base level through max level for a specified face of the cube map
 void Canvas3D.setOffScreenBuffer(ImageComponent2D buffer)
          Sets the off-screen buffer for this Canvas3D.
 void ImageComponent2D.Updater.updateData(ImageComponent2D imageComponent, int x, int y, int width, int height)
          Updates image data that is accessed by reference.
 

Constructors in javax.media.j3d with parameters of type ImageComponent2D
Background(ImageComponent2D image)
          Constructs a Background node with the specified image.
Raster(Point3f pos, int type, int xSrcOffset, int ySrcOffset, int width, int height, ImageComponent2D image, DepthComponent depthComponent)
          Constructs a new Raster object with the specified values.
Raster(Point3f pos, int type, int clipMode, java.awt.Point srcOffset, java.awt.Dimension size, java.awt.Point dstOffset, ImageComponent2D image, DepthComponent depthComponent)
          Constructs a new Raster object with the specified values.
Raster(Point3f pos, int type, java.awt.Point srcOffset, java.awt.Dimension size, ImageComponent2D image, DepthComponent depthComponent)
          Constructs a new Raster object with the specified values.