| java.lang.Object ca.forklabs.media.jai.opimage.ImageFunction3DCIF
ImageFunction3DCIF | public ImageFunction3DCIF()(Code) | | Constructor.
|
create | public CollectionImage create(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. |
getDepth | protected int getDepth(ParameterBlock pb)(Code) | | Gets the depth parameter from the parameter block.
Parameters: pb - the parameter block. the depth parameter. |
getFunction | protected ImageFunction3D getFunction(ParameterBlock pb)(Code) | | Gets the function parameter from the parameter block.
Parameters: pb - the parameter block. the function parameter. |
getHeight | protected int getHeight(ParameterBlock pb)(Code) | | Gets the height parameter from the parameter block.
Parameters: pb - the parameter block. the height parameter. |
getWidth | protected int getWidth(ParameterBlock pb)(Code) | | Gets the width parameter from the parameter block.
Parameters: pb - the parameter block. the width parameter. |
|
|