Package com.bc.ceres.jai.opimage
Class ExpressionCRIF
java.lang.Object
javax.media.jai.CRIFImpl
com.bc.ceres.jai.opimage.ExpressionCRIF
- All Implemented Interfaces:
ContextualRenderedImageFactory
,RenderedImageFactory
public class ExpressionCRIF
extends javax.media.jai.CRIFImpl
A
CRIF
supporting the "Expression" operation in the rendered
and renderable image layers.- See Also:
-
Field Summary
Fields inherited from class javax.media.jai.CRIFImpl
operationName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ParameterBlock paramBlock, RenderingHints renderHints) Creates a new instance ofExpressionOpImage
in the rendered layer.Methods inherited from class javax.media.jai.CRIFImpl
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext
-
Constructor Details
-
ExpressionCRIF
public ExpressionCRIF()Constructor.
-
-
Method Details
-
create
Creates a new instance ofExpressionOpImage
in the rendered layer. This method satisfies the implementation of RIF.- Specified by:
create
in interfaceRenderedImageFactory
- Specified by:
create
in classjavax.media.jai.CRIFImpl
- Parameters:
paramBlock
- The two source images to be added.renderHints
- Optionally contains destination image layout.
-