Uses of Class
javax.media.j3d.ImageComponent

Uses of ImageComponent in javax.media.j3d
 

Subclasses of ImageComponent in javax.media.j3d
 class ImageComponent2D
          This class defines a 2D image component.
 class ImageComponent3D
          This class defines a 3D image component.
 

Methods in javax.media.j3d that return ImageComponent
 ImageComponent TextureCubeMap.getImage(int level)
          This method is not supported for TextureCubeMap.
 ImageComponent Texture.getImage(int level)
          Retrieves the image for a specified mipmap level.
 ImageComponent TextureCubeMap.getImage(int level, int face)
          Retrieves the image for a specified mipmap level of a particular face of the cube map.
 ImageComponent[] TextureCubeMap.getImages()
          This method is not supported for TextureCubeMap.
 ImageComponent[] Texture.getImages()
          Retrieves the array of images for all mipmap levels.
 ImageComponent[] TextureCubeMap.getImages(int face)
          Retrieves the array of images for all mipmap level of a particular face of the cube map.
 

Methods in javax.media.j3d with parameters of type ImageComponent
 void TextureCubeMap.setImage(int level, ImageComponent image)
          This method is not supported for TextureCubeMap.
 void Texture.setImage(int level, ImageComponent image)
          Sets the image for a specified mipmap level.
 void TextureCubeMap.setImages(ImageComponent[] images)
          This method is not supported for TextureCubeMap.
 void Texture.setImages(ImageComponent[] images)
          Sets the array of images for all mipmap levels.