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 Summary

    Modifier and Type
    Method
    Description
    getImage(PDFStream imageDict, ColorSpace cspace, PDFFile srcfile)
    Given a pdf xobject dictionary, return an awt Image object
  • Method Details