|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.igc.awt.internal.AWTImage
org.eclipse.tptp.platform.report.birt).
public class AWTImage
Implementation of IImage encapsulating an awt's Image.
| Field Summary | |
|---|---|
protected java.awt.Image |
image_
Deprecated. |
protected java.awt.image.ImageObserver |
observer_
Deprecated. |
protected ImageProxy |
proxy_
Deprecated. |
| Constructor Summary | |
|---|---|
AWTImage(java.awt.Image _image,
java.awt.image.ImageObserver obs)
Deprecated. |
|
AWTImage(java.awt.Image _image,
ImageProxy proxy)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
disposeImage()
Deprecated. release SWT image |
int |
getHeight()
Deprecated. |
java.awt.Image |
getImage()
Deprecated. |
int |
getPixel(int x,
int y)
Deprecated. |
ImageProxy |
getProxy()
Deprecated. |
int |
getWidth()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.awt.Image image_
protected java.awt.image.ImageObserver observer_
protected ImageProxy proxy_
| Constructor Detail |
|---|
public AWTImage(java.awt.Image _image,
java.awt.image.ImageObserver obs)
public AWTImage(java.awt.Image _image,
ImageProxy proxy)
| Method Detail |
|---|
public java.awt.Image getImage()
public ImageProxy getProxy()
public void disposeImage()
public int getWidth()
getWidth in interface IImagepublic int getHeight()
getHeight in interface IImage
public int getPixel(int x,
int y)
getPixel in interface IImage
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||