javax.microedition.lcdui
Class Image
java.lang.Object
javax.microedition.lcdui.Image
public class Image
- extends Object
Constructor Summary |
Image()
|
Method Summary |
static Image |
createImage(byte[] imageData,
int imageOffset,
int imageLength)
|
static Image |
createImage(Image source)
|
static Image |
createImage(Image image,
int x,
int y,
int width,
int height,
int transform)
|
static Image |
createImage(InputStream stream)
|
static Image |
createImage(int width,
int height)
|
static Image |
createImage(String name)
|
static Image |
createRGBImage(int[] rgb,
int width,
int height,
boolean processAlpha)
|
Graphics |
getGraphics()
|
int |
getHeight()
|
void |
getRGB(int[] arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
|
int |
getWidth()
|
boolean |
isMutable()
|
static void |
setStaticInstance(Image delegate)
|
protected Image |
static_createImage(byte[] imageData,
int imageOffset,
int imageLength)
|
protected Image |
static_createImage(Image source)
|
protected Image |
static_createImage(Image image,
int x,
int y,
int width,
int height,
int transform)
|
protected Image |
static_createImage(InputStream stream)
|
protected Image |
static_createImage(int width,
int height)
|
protected Image |
static_createImage(String name)
|
protected Image |
static_createRGBImage(int[] rgb,
int width,
int height,
boolean processAlpha)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image()
setStaticInstance
public static void setStaticInstance(Image delegate)
createImage
public static Image createImage(int width,
int height)
static_createImage
protected Image static_createImage(int width,
int height)
createImage
public static Image createImage(Image source)
static_createImage
protected Image static_createImage(Image source)
createImage
public static Image createImage(String name)
throws IOException
- Throws:
IOException
static_createImage
protected Image static_createImage(String name)
throws IOException
- Throws:
IOException
createImage
public static Image createImage(byte[] imageData,
int imageOffset,
int imageLength)
static_createImage
protected Image static_createImage(byte[] imageData,
int imageOffset,
int imageLength)
createImage
public static Image createImage(Image image,
int x,
int y,
int width,
int height,
int transform)
static_createImage
protected Image static_createImage(Image image,
int x,
int y,
int width,
int height,
int transform)
getGraphics
public Graphics getGraphics()
getWidth
public int getWidth()
getHeight
public int getHeight()
isMutable
public boolean isMutable()
createImage
public static Image createImage(InputStream stream)
throws IOException
- Throws:
IOException
static_createImage
protected Image static_createImage(InputStream stream)
throws IOException
- Throws:
IOException
createRGBImage
public static Image createRGBImage(int[] rgb,
int width,
int height,
boolean processAlpha)
static_createRGBImage
protected Image static_createRGBImage(int[] rgb,
int width,
int height,
boolean processAlpha)
getRGB
public void getRGB(int[] arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
Copyright © 2006-2007 Jayway AB. All Rights Reserved.