CropImageFilter.CropImageFilter
Class Overview | Class Members | 
  This Package | 
All Packages
 public CropImageFilter( int x,
                        int y,
                        int w,
                        int h )
Parameters
-  x 
-  the x location of the top of the rectangle to be extracted
    
-  y 
-  the y location of the top of the rectangle to be extracted
    
-  w 
-  the width of the rectangle to be extracted
    
-  h 
-  the height of the rectangle to be extracted
  
Description
 Constructs a CropImageFilter that extracts the absolute rectangular
 region of pixels from its source Image as specified by the x, y,
 w, and h parameters.