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 Summary
Modifier and TypeMethodDescriptiongetImage
(PDFStream imageDict, ColorSpace cspace, PDFFile srcfile) Given a pdf xobject dictionary, return an awt Image object
-
Method Details
-
getImage
Given a pdf xobject dictionary, return an awt Image object
-