Package com.ribs.pdf
Interface ImageFactory
- 
- All Known Implementing Classes:
 PDFImageFactory
public interface ImageFactoryA class implementing the ImageFactory interface knows how to create java.awt.Image classes for the various formats supported by PDF. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ImagegetImage(PDFStream imageDict, java.awt.color.ColorSpace cspace, PDFFile srcfile)Given a pdf xobject dictionary, return an awt Image object 
 -