Class AffineRed

java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.AffineRed
All Implemented Interfaces:
RenderedImage, CachableRed

public class AffineRed extends AbstractRed
This is an implementation of an affine operation as a RenderedImage. Right now the implementation makes use of the AffineBufferedImageOp to do the work. Eventually this may move to be more tiled in nature.
Version:
$Id: AffineRed.java 1808843 2017-09-19 08:37:38Z ssteiner $