Package com.ribs.pdf
Interface ImageFactory
- All Known Implementing Classes:
- PDFImageFactory
public interface ImageFactory
A class implementing the ImageFactory interface knows how to create
 java.awt.Image classes for the various formats supported by PDF.
- 
Method SummaryModifier and TypeMethodDescriptiongetImage(PDFStream imageDict, ColorSpace cspace, PDFFile srcfile) Given a pdf xobject dictionary, return an awt Image object
- 
Method Details- 
getImageGiven a pdf xobject dictionary, return an awt Image object
 
-