Package com.ribs.pdf
Class PDFImageFactory
- java.lang.Object
- 
- com.ribs.pdf.PDFImageFactory
 
- 
- All Implemented Interfaces:
- ImageFactory
 
 public class PDFImageFactory extends java.lang.Object implements ImageFactory 
- 
- 
Constructor SummaryConstructors Constructor Description PDFImageFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ImagegetImage(PDFStream imageStream, java.awt.color.ColorSpace cspace, PDFFile srcfile)Given a pdf xobject dictionary, return an awt Image object
 
- 
- 
- 
Method Detail- 
getImagepublic java.awt.Image getImage(PDFStream imageStream, java.awt.color.ColorSpace cspace, PDFFile srcfile) Description copied from interface:ImageFactoryGiven a pdf xobject dictionary, return an awt Image object- Specified by:
- getImagein interface- ImageFactory
 
 
- 
 
-