Class ThresholdCRIF
- All Implemented Interfaces:
ContextualRenderedImageFactory,RenderedImageFactory
A
CRIF supporting the "Threshold" operation on rendered and renderable images.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ParameterBlock paramBlock, RenderingHints renderHints) Creates a new instance ofThresholdOpImagein the rendered layer.Methods inherited from class CRIFImpl
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext
-
Constructor Details
-
ThresholdCRIF
public ThresholdCRIF()Constructor.
-
-
Method Details
-
create
Creates a new instance ofThresholdOpImagein the rendered layer.- Specified by:
createin interfaceRenderedImageFactory- Specified by:
createin classCRIFImpl- Parameters:
paramBlock- ParameterBlock with the source image and the input parameters.hints- Optionally contains destination image layout.
-