| java.lang.Object javax.media.jai.CRIFImpl com.sun.media.jai.opimage.RotateCRIF
RotateCRIF | public class RotateCRIF extends CRIFImpl (Code) | | since: EA4 See Also: AffineOpimage |
Constructor Summary | |
public | RotateCRIF() Constructor. |
RotateCRIF | public RotateCRIF()(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 TranslateOpImage .
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. |
|
|