JSR-184 Public Review Draft - Apr. 30, 2003.

Uses of Class
javax.microedition.m3d.Image2D

Uses of Image2D in javax.microedition.m3d
 

Methods in javax.microedition.m3d that return Image2D
 Image2D Texture2D.getImage()
          Retrieves the current base level (full size) texture image.
 Image2D Sprite.getImage()
          Gets the current Sprite image..
 Image2D Background.getImage()
          Gets the current background image.
 

Methods in javax.microedition.m3d with parameters of type Image2D
 void Texture2D.setImage(Image2D image)
          Sets the given Image2D as the texture image of this Texture2D.
 void Sprite.setImage(Image2D image)
          Sets the image to display.
 void Background.setImage(Image2D image)
          Sets the background image, or switches from background image mode to background color mode.
 

Constructors in javax.microedition.m3d with parameters of type Image2D
Texture2D(Image2D image)
          Constructs a new texture object with the given image, setting the texture attributes to their default values.
Sprite(boolean scaled, Image2D image)
          Constructs a new Sprite with the given scaling mode and image.
 


JSR-184 Public Review Draft - Apr. 30, 2003.

Copyright © 2003 Nokia Corporation. See the Copyright Notice for details.