ReplicateScaleFilter.ReplicateScaleFilter
Class Overview | Class Members | 
  This Package | 
All Packages
 public ReplicateScaleFilter( int width,
                             int height )
Parameters
-  width 
-  the target width to scale the image
    
-  height 
-  the target height to scale the image
  
Description
 Constructs a ReplicateScaleFilter that scales the pixels from
 its source Image as specified by the width and height parameters.