Java java.awt.image AreaAveragingScaleFilter fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image AreaAveragingScaleFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image AreaAveragingScaleFilter.

The text is from its open source code.

Constructor

AreaAveragingScaleFilter(int width, int height)
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.