|
|||||||||
| Home >> All >> com >> siemens >> mp >> [ game overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.siemens.mp.game
Class ExtendedImage

java.lang.Objectcom.siemens.mp.misc.NativeMem
com.siemens.mp.game.ExtendedImage
- public class ExtendedImage
- extends com.siemens.mp.misc.NativeMem
| Field Summary | |
(package private) javax.microedition.lcdui.Image |
image
|
| Constructor Summary | |
ExtendedImage(javax.microedition.lcdui.Image image)
|
|
| Method Summary | |
void |
blitToScreen(int x,
int y)
|
void |
clear(byte color)
|
javax.microedition.lcdui.Image |
getImage()
|
int |
getPixel(int x,
int y)
|
void |
getPixelBytes(byte[] pixels,
int x,
int y,
int width,
int height)
|
void |
setPixel(int x,
int y,
byte color)
|
void |
setPixels(byte[] pixels,
int x,
int y,
int width,
int height)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
image
javax.microedition.lcdui.Image image
| Constructor Detail |
ExtendedImage
public ExtendedImage(javax.microedition.lcdui.Image image)
| Method Detail |
blitToScreen
public void blitToScreen(int x,
int y)
clear
public void clear(byte color)
getImage
public javax.microedition.lcdui.Image getImage()
getPixel
public int getPixel(int x,
int y)
getPixelBytes
public void getPixelBytes(byte[] pixels,
int x,
int y,
int width,
int height)
setPixel
public void setPixel(int x,
int y,
byte color)
setPixels
public void setPixels(byte[] pixels,
int x,
int y,
int width,
int height)
|
|||||||||
| Home >> All >> com >> siemens >> mp >> [ game overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC