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

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

Introduction

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

The text is from its open source code.

Constructor

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