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

Quick Search    Search Deep

com.barteo.emulator.device.swt
Class SwtImmutableImage  view SwtImmutableImage download SwtImmutableImage.java

java.lang.Object
  extended byjavax.microedition.lcdui.Image
      extended bycom.barteo.emulator.device.swt.SwtImmutableImage

public class SwtImmutableImage
extends javax.microedition.lcdui.Image


Field Summary
(package private)  org.eclipse.swt.graphics.Image img
           
 
Constructor Summary
SwtImmutableImage(org.eclipse.swt.graphics.Image image)
           
SwtImmutableImage(SwtMutableImage image)
           
 
Method Summary
 int getHeight()
           
 org.eclipse.swt.graphics.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

org.eclipse.swt.graphics.Image img
Constructor Detail

SwtImmutableImage

public SwtImmutableImage(org.eclipse.swt.graphics.Image image)

SwtImmutableImage

public SwtImmutableImage(SwtMutableImage image)
Method Detail

getHeight

public int getHeight()

getImage

public org.eclipse.swt.graphics.Image getImage()

getWidth

public int getWidth()