| java.lang.Object com.sun.media.jai.opimage.PNGRIF
PNGRIF | public class PNGRIF implements RenderedImageFactory(Code) | | since: EA2 |
Constructor Summary | |
public | PNGRIF() Constructor. |
Method Summary | |
public RenderedImage | create(ParameterBlock paramBlock, RenderingHints renderHints) Creates a RenderedImage representing the contents
of a PNM-encoded image. |
PNGRIF | public PNGRIF()(Code) | | Constructor.
|
create | public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)(Code) | | Creates a RenderedImage representing the contents
of a PNM-encoded image.
Parameters: paramBlock - A ParameterBlock containing the PNMSeekableStream to read. Parameters: renderHints - An instance of RenderingHints ,or null. |
|
|