Package com.bc.ceres.jai.opimage
Class PaintRIF
java.lang.Object
com.bc.ceres.jai.opimage.PaintRIF
- All Implemented Interfaces:
RenderedImageFactory
The RIF for the "paint" operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ParameterBlock paramBlock, RenderingHints renderHints) Create a new instance of PaintOpImage in the rendered layer.
-
Constructor Details
-
PaintRIF
public PaintRIF()
-
-
Method Details
-
create
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.
-