|
|||||||||
| Home >> All >> com >> port80 >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.swt.widgets
Class ImageRegionInfo

java.lang.Objectcom.port80.swt.widgets.ImageRegionInfo
- public class ImageRegionInfo
- extends java.lang.Object
A wrapper around an Image that duplicate a region in another Image.
| Field Summary | |
int |
height
|
org.eclipse.swt.graphics.Image |
image
|
boolean |
valid
|
int |
width
|
int |
x
|
int |
y
|
| Constructor Summary | |
ImageRegionInfo(java.awt.geom.Rectangle2D rect)
|
|
| Method Summary | |
void |
dispose()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
valid
public boolean valid
x
public int x
y
public int y
width
public int width
height
public int height
image
public org.eclipse.swt.graphics.Image image
| Constructor Detail |
ImageRegionInfo
public ImageRegionInfo(java.awt.geom.Rectangle2D rect)
| Method Detail |
dispose
public void dispose()
|
|||||||||
| Home >> All >> com >> port80 >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.swt.widgets.ImageRegionInfo