Package com.bc.ceres.jai.opimage
Class PaintRIF
- java.lang.Object
-
- com.bc.ceres.jai.opimage.PaintRIF
-
- All Implemented Interfaces:
RenderedImageFactory
public class PaintRIF extends Object implements RenderedImageFactory
The RIF for the "paint" operation.
-
-
Constructor Summary
Constructors Constructor Description PaintRIF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenderedImage
create(ParameterBlock paramBlock, RenderingHints renderHints)
Create a new instance of PaintOpImage in the rendered layer.
-
-
-
Method Detail
-
create
public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
Create a new instance of PaintOpImage in the rendered layer. This method satisfies the implementation of RIF.- Specified by:
create
in interfaceRenderedImageFactory
- Parameters:
paramBlock
- The source images and paint color.
-
-