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 Detail

      • getImage

        java.awt.Image getImage​(PDFStream imageDict,
                                java.awt.color.ColorSpace cspace,
                                PDFFile srcfile)
        Given a pdf xobject dictionary, return an awt Image object