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

Quick Search    Search Deep

com.port80.swt.widgets
Class ImageRegionInfo  view ImageRegionInfo download ImageRegionInfo.java

java.lang.Object
  extended bycom.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()