AreaAveragingScaleFilter.setPixels
Class Overview | Class Members | 
  This Package | 
All Packages
 public void setPixels( int x,
                       int y,
                       int w,
                       int h,
                       ColorModel model,
                       byte pixels[],
                       int off,
                       int scansize )
Description
 Combine the components for the delivered byte pixels into the
 accumulation arrays and send on any averaged data for rows of
 pixels that are complete.  If the correct hints were not
 specified in the setHints call then relay the work to our
 superclass which is capable of scaling pixels regardless of
 the delivery hints.
  
Overrides
     setPixels in class ReplicateScaleFilter
    
See Also
     ReplicateScaleFilter
  
 public void setPixels( int x,
                       int y,
                       int w,
                       int h,
                       ColorModel model,
                       int pixels[],
                       int off,
                       int scansize )
Description
 Combine the components for the delivered int pixels into the
 accumulation arrays and send on any averaged data for rows of
 pixels that are complete.  If the correct hints were not
 specified in the setHints call then relay the work to our
 superclass which is capable of scaling pixels regardless of
 the delivery hints.
  
Overrides
     setPixels in class ReplicateScaleFilter
    
See Also
     ReplicateScaleFilter