ReplicateScaleFilter Members

ReplicateScaleFilter Members

Class Overview | This Package | All Packages

Fields
Name Description
destHeight  
destWidth  
outpixbuf  
srccols  
srcHeight  
srcrows  
srcWidth  

Constructors
Name Description
ReplicateScaleFilter(int, int) Constructs a ReplicateScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.

Methods
Name Description
setDimensions(int, int) Override the dimensions of the source image and pass the dimensions of the new scaled size to the ImageConsumer.
setPixels(int, int, int, int, ColorModel, byte[], int, int) Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, int[], int, int) Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setProperties(Hashtable) Passes along the properties from the source object after adding a property indicating the scale applied.