Package org.eclipse.imagen.media.algebra
Class AddCRIF
- All Implemented Interfaces:
ContextualRenderedImageFactory,RenderedImageFactory
A CRIF supporting the "Add" operation, through the Algebra operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ParameterBlock pb, RenderingHints renderHints) Creates a new instance of AlgebraOpImage for the Add operation.Methods inherited from class CRIFImpl
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext
-
Constructor Details
-
AddCRIF
public AddCRIF()Constructor.
-
-
Method Details
-
create
Creates a new instance of AlgebraOpImage for the Add operation.- Specified by:
createin interfaceRenderedImageFactory- Specified by:
createin classCRIFImpl- Parameters:
pb- The two source images to be "added" together.renderHints- Optionally contains destination image layout.
-