| java.lang.Object com.sun.media.jai.mlib.MlibWarpRIF
MlibWarpRIF | public class MlibWarpRIF implements RenderedImageFactory(Code) | | A RIF supporting the "Warp" operation in the
rendered image mode using MediaLib.
See Also: javax.media.jai.operator.WarpDescriptor See Also: MlibWarpNearestOpImage See Also: MlibWarpBilinearOpImage See Also: MlibWarpBicubicOpImage since: 1.0 |
MlibWarpRIF | public MlibWarpRIF()(Code) | | Constructor.
|
create | public RenderedImage create(ParameterBlock args, RenderingHints hints)(Code) | | Creates a new instance of MlibWarpOpImage in
the rendered image mode.
Parameters: args - The source images. Parameters: hints - May contain rendering hints and destination image layout. |
|
|