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

Quick Search    Search Deep

com.barteo.emulator.device.j2se
Class J2SEImmutableImage  view J2SEImmutableImage download J2SEImmutableImage.java

java.lang.Object
  extended byjavax.microedition.lcdui.Image
      extended bycom.barteo.emulator.device.j2se.J2SEImmutableImage

public class J2SEImmutableImage
extends javax.microedition.lcdui.Image


Field Summary
(package private)  java.awt.Image img
           
 
Constructor Summary
J2SEImmutableImage(java.awt.Image image)
           
J2SEImmutableImage(J2SEMutableImage 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

J2SEImmutableImage

public J2SEImmutableImage(java.awt.Image image)

J2SEImmutableImage

public J2SEImmutableImage(J2SEMutableImage image)
Method Detail

getHeight

public int getHeight()

getImage

public java.awt.Image getImage()

getWidth

public int getWidth()