org.microemu.device.j2se
Class J2SEImmutableImage

java.lang.Object
  extended by javax.microedition.lcdui.Image
      extended by org.microemu.device.j2se.J2SEImmutableImage

public class J2SEImmutableImage
extends Image


Constructor Summary
J2SEImmutableImage(java.awt.Image image)
           
J2SEImmutableImage(J2SEMutableImage 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 javax.microedition.lcdui.Image
createImage, createImage, createImage, createImage, createImage, createImage, createRGBImage, getGraphics, isMutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2SEImmutableImage

public J2SEImmutableImage(java.awt.Image image)

J2SEImmutableImage

public J2SEImmutableImage(J2SEMutableImage image)
Method Detail

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.