Class CompositeRed

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

public class CompositeRed 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: CompositeRed.java 1733416 2016-03-03 07:07:13Z gadams $