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

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