Uses of Class
com.jme.image.Image

Packages that use Image
com.jme.image   
com.jme.util   
com.jme.widget.button   
com.jme.widget.image   
 

Uses of Image in com.jme.image
 

Methods in com.jme.image that return Image
 Image Texture.getImage()
          getImage returns the image data that makes up this texture.
 

Methods in com.jme.image with parameters of type Image
 void Texture.setImage(Image image)
          setImage sets the image object that defines the texture.
 

Uses of Image in com.jme.util
 

Methods in com.jme.util that return Image
static Image TGALoader.loadImage(java.io.InputStream fis)
          loadImage is a manual image loader which is entirely independent of AWT.
static Image TextureManager.loadImage(java.awt.Image image, boolean flipImage)
          loadImage sets the image data.
static Image PNGLoader.loadImage(java.io.InputStream fis)
           
static Image JPGLoader.loadImage(java.io.InputStream fis)
           
static Image GIFLoader.loadImage(java.io.InputStream fis)
           
static Image DDSLoader.loadImage(java.io.InputStream fis)
           
static Image BMPLoader.loadImage(java.io.InputStream fis)
           
 

Uses of Image in com.jme.widget.button
 

Fields in com.jme.widget.button declared as Image
protected  Image WidgetImageButton._imageUp
           
protected  Image WidgetImageButton._imageDown
           
protected  Image WidgetImageButton._imageOver
           
 

Constructors in com.jme.widget.button with parameters of type Image
WidgetImageButton(Image imageUp, Image imageDown, Image imageOver)
          Constructor that allows the user to pass in com.jme.image.Image instead of the java.awt.Image reference.
 

Uses of Image in com.jme.widget.image
 

Methods in com.jme.widget.image that return Image
 Image WidgetImage.getImage()
           
 

Methods in com.jme.widget.image with parameters of type Image
 void WidgetImage.setImage(Image image)
           
 

Constructors in com.jme.widget.image with parameters of type Image
WidgetImage(Image image)
           
WidgetImage(Image image, WidgetAlignmentType alignment, int scaleMode)