org.microemu.device.impl
Class PositionedImage

java.lang.Object
  extended by org.microemu.device.impl.PositionedImage

public class PositionedImage
extends java.lang.Object


Constructor Summary
PositionedImage(javax.microedition.lcdui.Image img, org.microemu.device.impl.Rectangle arectangle)
           
 
Method Summary
 javax.microedition.lcdui.Image getImage()
           
 org.microemu.device.impl.Rectangle getRectangle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionedImage

public PositionedImage(javax.microedition.lcdui.Image img,
                       org.microemu.device.impl.Rectangle arectangle)
Method Detail

getImage

public javax.microedition.lcdui.Image getImage()

getRectangle

public org.microemu.device.impl.Rectangle getRectangle()


Copyright © 2001-2009 MicroEmulator Team. All Rights Reserved.