| java.lang.Object ca.forklabs.media.jai.opimage.ApplyToCollectionRCIF
ApplyToCollectionRCIF | public ApplyToCollectionRCIF()(Code) | | Constructor.
|
apply | protected CollectionImage apply(ParameterBlock pb, RenderingHints hints)(Code) | | Creates a
CollectionImage that represents the result of applying
the requested operation once to each image in the collection.
Parameters: pb - the parameter block. Parameters: hints - the rendering hints. the collection image containing the results. |
getNeitherRenderedNorRenderableErrorMessage | protected String getNeitherRenderedNorRenderableErrorMessage(Class> clazz)(Code) | | Gets the error message saying that a source image is neither a rendered
nor a renderable image.
Parameters: clazz - the class of the offending image. the error message. |
getOperation | protected String getOperation(ParameterBlock pb)(Code) | | Gets the name of the operation parameter within the parameter block.
Parameters: pb - the parameter block. the name of the operation. |
getParameters | protected ParameterBlock getParameters(ParameterBlock pb)(Code) | | Gets the parameter block parameter within the parameter block.
Parameters: pb - the parameter block. the parameter block parameter. |
|
|