|
|||||||||
Home >> All >> com >> barteo >> emulator >> device >> [ applet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.barteo.emulator.device.applet
Class AppletMutableImage

java.lang.Objectjavax.microedition.lcdui.Image
com.barteo.emulator.device.MutableImage
com.barteo.emulator.device.applet.AppletMutableImage
- public class AppletMutableImage
- extends com.barteo.emulator.device.MutableImage
Field Summary | |
private AppletDisplayGraphics |
displayGraphics
|
private java.awt.Frame |
f
|
private java.awt.Image |
img
|
Constructor Summary | |
AppletMutableImage(int width,
int height)
|
Method Summary | |
int[] |
getData()
|
javax.microedition.lcdui.Graphics |
getGraphics()
|
int |
getHeight()
|
java.awt.Image |
getImage()
|
int |
getWidth()
|
boolean |
isMutable()
|
Methods inherited from class javax.microedition.lcdui.Image |
createImage, createImage, createImage, createImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
img
private java.awt.Image img
f
private java.awt.Frame f
displayGraphics
private AppletDisplayGraphics displayGraphics
Constructor Detail |
AppletMutableImage
public AppletMutableImage(int width, int height)
Method Detail |
getGraphics
public javax.microedition.lcdui.Graphics getGraphics()
isMutable
public boolean isMutable()
getHeight
public int getHeight()
getImage
public java.awt.Image getImage()
getWidth
public int getWidth()
getData
public int[] getData()
|
|||||||||
Home >> All >> com >> barteo >> emulator >> device >> [ applet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |