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
ACRIF
supporting the "Expression" operation in the rendered and renderable image layers.- See Also:
ExpressionDescriptor
-
-
Constructor Summary
Constructors Constructor Description ExpressionCRIF()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenderedImage
create(ParameterBlock paramBlock, RenderingHints renderHints)
Creates a new instance ofExpressionOpImage
in the rendered layer.
-
-
-
Method Detail
-
create
public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
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.
-
-