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 Summary
Constructors Constructor Description PDFImageFactory() 
- 
Method Summary
All 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
- 
getImage
public 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 interfaceImageFactory
 
 - 
 
 -