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

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

Introduction

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

The text is from its open source code.

Constructor

RescaleOp(float[] scaleFactors, float[] offsets, RenderingHints hints)
Constructs a new RescaleOp with the desired scale factors and offsets.
RescaleOp(float scaleFactor, float offset, RenderingHints hints)
Constructs a new RescaleOp with the desired scale factor and offset.

Method

BufferedImagefilter(BufferedImage src, BufferedImage dst)
Rescales the source BufferedImage.
WritableRasterfilter(Raster src, WritableRaster dst)
Rescales the pixel data in the source Raster.