CropImageFilter

Class CropImageFilter

All Implemented Interfaces:
ImageConsumer, Cloneable
public class CropImageFilter
extends ImageFilter

An ImageFilter class for cropping images. This class extends the basic ImageFilter Class to extract a given rectangular region of an existing Image and provide a source for a new image containing just the extracted region. It is meant to be used in conjunction with a FilteredImageSou