| java.lang.Object javax.media.jai.CRIFImpl com.sun.media.jai.opimage.CropCRIF
Constructor Summary | |
public | CropCRIF() Constructor. |
Method Summary | |
public RenderedImage | create(ParameterBlock args, RenderingHints renderHints) Creates a new instance of CropOpImage in the
rendered layer. | public RenderedImage | create(RenderContext renderContext, ParameterBlock paramBlock) Creates a RenderedImage from the renderable layer.
Parameters: renderContext - The rendering information associated withthis rendering. Parameters: paramBlock - The parameters used to create the image. | public Rectangle2D | getBounds2D(ParameterBlock paramBlock) Returns the bounding box for the output of the operation.
Parameters: paramBlock - A ParameterBlock containing therenderable sources and parameters of the operation. |
CropCRIF | public CropCRIF()(Code) | | Constructor.
|
create | public RenderedImage create(ParameterBlock args, RenderingHints renderHints)(Code) | | Creates a new instance of CropOpImage in the
rendered layer.
Parameters: args - The source image and bounding rectangle Parameters: hints - Optionally contains destination image layout. |
create | public RenderedImage create(RenderContext renderContext, ParameterBlock paramBlock)(Code) | | Creates a RenderedImage from the renderable layer.
Parameters: renderContext - The rendering information associated withthis rendering. Parameters: paramBlock - The parameters used to create the image. A RenderedImage . |
getBounds2D | public Rectangle2D getBounds2D(ParameterBlock paramBlock)(Code) | | Returns the bounding box for the output of the operation.
Parameters: paramBlock - A ParameterBlock containing therenderable sources and parameters of the operation. A Rectangle2D specifying the bounding box. |
|
|