Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.emulator.device
Class MutableImage  view MutableImage download MutableImage.java

java.lang.Object
  extended byjavax.microedition.lcdui.Image
      extended bycom.barteo.emulator.device.MutableImage

public abstract class MutableImage
extends javax.microedition.lcdui.Image


Constructor Summary
MutableImage()
           
 
Method Summary
abstract  int[] getData()
           
 
Methods inherited from class javax.microedition.lcdui.Image
createImage, createImage, createImage, createImage, getGraphics, getHeight, getWidth, isMutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableImage

public MutableImage()
Method Detail

getData

public abstract int[] getData()