javax.microedition.lcdui
Class Image

java.lang.Object
  extended by javax.microedition.lcdui.Image

public class Image
extends Object

Author:
Andre Nijholt

Constructor Summary
Image(int width, int height, byte[] data)
           
 
Method Summary
 byte[] getData()
           
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image(int width,
             int height,
             byte[] data)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getData

public byte[] getData()