Example usage for Java java.awt.image AreaAveragingScaleFilter fields, constructors, methods, implement or subclass
The text is from its open source code.
AreaAveragingScaleFilter(int width, int height) Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters. |