java.lang.Object | +----java.awt.image.ImageFilter | +----java.awt.image.CropImageFilter
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 FilteredImageSource object to produce cropped versions of existing images.