| java.lang.Object javax.media.jai.CRIFImpl com.sun.media.jai.opimage.AffineCRIF
AffineCRIF | public class AffineCRIF extends CRIFImpl (Code) | | since: EA4 See Also: AffineOpimage, ScaleOpImage |
Constructor Summary | |
public | AffineCRIF() Constructor. |
Method Summary | |
public RenderedImage | create(ParameterBlock paramBlock, RenderingHints renderHints) Creates an affine operation as an instance of AffineOpImage. | public RenderedImage | create(RenderContext renderContext, ParameterBlock paramBlock) Creates a new instance of AffineOpImage
in the renderable layer. | public Rectangle2D | getBounds2D(ParameterBlock paramBlock) Gets the bounding box for the output of AffineOpImage . | public RenderContext | mapRenderContext(int i, RenderContext renderContext, ParameterBlock paramBlock, RenderableImage image) Maps the output RenderContext into the RenderContext for the ith
source. |
AffineCRIF | public AffineCRIF()(Code) | | Constructor.
|
create | public RenderedImage create(RenderContext renderContext, ParameterBlock paramBlock)(Code) | | Creates a new instance of AffineOpImage
in the renderable layer. This method satisfies the
implementation of CRIF.
|
getBounds2D | public Rectangle2D getBounds2D(ParameterBlock paramBlock)(Code) | | Gets the bounding box for the output of AffineOpImage .
This method satisfies the implementation of CRIF.
|
mapRenderContext | public RenderContext mapRenderContext(int i, RenderContext renderContext, ParameterBlock paramBlock, RenderableImage image)(Code) | | Maps the output RenderContext into the RenderContext for the ith
source.
This method satisfies the implementation of CRIF.
Parameters: i - The index of the source image. Parameters: renderContext - The renderContext being applied to the operation. Parameters: paramBlock - The ParameterBlock containing the sourcesand the translation factors. Parameters: image - The RenderableImageOp from which this methodwas called. |
|
|