| ca.forklabs.media.jai.opimage.AbstractCRIF ca.forklabs.media.jai.opimage.PipelineCRIF
PipelineCRIF | public class PipelineCRIF extends AbstractCRIF (Code) | | Class
PipelineCRIF is a
ContextualRenderedImageFactory supporting the Pipeline operation in the rendered and renderable
image layers.
author: Daniel Léonard version: $Revision: 1.4 $ |
Method Summary | |
public RenderedImage | create(ParameterBlock pb, RenderingHints hints) Performs the rendered pipeline.
Parameters: pb - the parameter block. Parameters: hints - optional rendering hints. | public RenderedImage | create(RenderContext context, ParameterBlock pb) Performs the renderable pipeline.
Parameters: context - the rendering context. Parameters: pb - the parameter block. |
PipelineCRIF | public PipelineCRIF()(Code) | | Constructor.
|
create | public RenderedImage create(ParameterBlock pb, RenderingHints hints)(Code) | | Performs the rendered pipeline.
Parameters: pb - the parameter block. Parameters: hints - optional rendering hints. the result. |
create | public RenderedImage create(RenderContext context, ParameterBlock pb)(Code) | | Performs the renderable pipeline.
Parameters: context - the rendering context. Parameters: pb - the parameter block. the result. |
|
|