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