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:
  • Constructor Details

    • ExpressionCRIF

      public ExpressionCRIF()
      Constructor.
  • Method Details

    • create

      public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
      Creates a new instance of ExpressionOpImage in the rendered layer. This method satisfies the implementation of RIF.
      Specified by:
      create in interface RenderedImageFactory
      Specified by:
      create in class javax.media.jai.CRIFImpl
      Parameters:
      paramBlock - The two source images to be added.
      renderHints - Optionally contains destination image layout.