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

Quick Search    Search Deep

com.siemens.mp.game
Class ExtendedImage  view ExtendedImage download ExtendedImage.java

java.lang.Object
  extended bycom.siemens.mp.misc.NativeMem
      extended bycom.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)