|
|||||||||
Home >> All >> com >> barteo >> emulator >> device >> [ applet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.barteo.emulator.device.applet
Class PositionedImage

java.lang.Objectcom.barteo.emulator.device.applet.PositionedImage
- public class PositionedImage
- extends java.lang.Object
Field Summary | |
private java.awt.Image |
image
|
private java.awt.Rectangle |
rectangle
|
Constructor Summary | |
PositionedImage(java.awt.Image img,
java.awt.Rectangle arectangle)
|
Method Summary | |
java.awt.Image |
getImage()
|
java.awt.Rectangle |
getRectangle()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
image
private java.awt.Image image
rectangle
private java.awt.Rectangle rectangle
Constructor Detail |
PositionedImage
public PositionedImage(java.awt.Image img, java.awt.Rectangle arectangle)
Method Detail |
getImage
public java.awt.Image getImage()
getRectangle
public java.awt.Rectangle getRectangle()
|
|||||||||
Home >> All >> com >> barteo >> emulator >> device >> [ applet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |