Uses of Class
javax.media.j3d.ImageComponent2D

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(javax.vecmath.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(javax.vecmath.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(javax.vecmath.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.