| java.lang.Object javax.media.jai.CRIFImpl com.sun.media.jai.opimage.ConstantCRIF
ConstantCRIF | public class ConstantCRIF extends CRIFImpl (Code) | | This image factory supports image operator ConstantOpImage
in the rendered and renderable image layers.
See Also: ConstantOpImage |
ConstantCRIF | public ConstantCRIF()(Code) | | Constructor.
|
create | public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)(Code) | | Creates a new instance of ConstantOpImage
in the rendered layer. This method satisfies the
implementation of RIF.
|
create | public RenderedImage create(RenderContext renderContext, ParameterBlock paramBlock)(Code) | | Creates a new instance of ConstantOpImage
in the renderable layer. This method satisfies the
implementation of CRIF.
Parameters: paramBlock - The image layout for the output ofConstantOpImage and the constant pixel value. |
getBounds2D | public Rectangle2D getBounds2D(ParameterBlock paramBlock)(Code) | | Gets the bounding box for the output of ConstantOpImage .
This method satisfies the implementation of CRIF.
Parameters: paramBlock - Image's width, height, and constant pixel values. |
|
|