org.microemu.device.j2se
Class J2SEImmutableImage
java.lang.Object
javax.microedition.lcdui.Image
org.microemu.device.j2se.J2SEImmutableImage
public class J2SEImmutableImage
- extends Image
|
Method Summary |
int |
getHeight()
|
java.awt.Image |
getImage()
|
void |
getRGB(int[] argb,
int offset,
int scanlength,
int x,
int y,
int width,
int height)
|
int |
getWidth()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2SEImmutableImage
public J2SEImmutableImage(java.awt.Image image)
J2SEImmutableImage
public J2SEImmutableImage(J2SEMutableImage image)
getHeight
public int getHeight()
- Overrides:
getHeight in class Image
getImage
public java.awt.Image getImage()
getWidth
public int getWidth()
- Overrides:
getWidth in class Image
getRGB
public void getRGB(int[] argb,
int offset,
int scanlength,
int x,
int y,
int width,
int height)
- Overrides:
getRGB in class Image
Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.