public class PDFImageFactory extends java.lang.Object implements ImageFactory
| Constructor and Description |
|---|
PDFImageFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Image |
getImage(PDFStream imageStream,
java.awt.color.ColorSpace cspace,
PDFFile srcfile)
Given a pdf xobject dictionary, return an awt Image object
|
public java.awt.Image getImage(PDFStream imageStream, java.awt.color.ColorSpace cspace, PDFFile srcfile)
ImageFactorygetImage in interface ImageFactory