Interface IPdfFunctionFactory

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IPdfFunctionFactory
    Interface represents a factory for AbstractPdfFunction objects.
    • Method Detail

      • create

        IPdfFunction create​(PdfObject pdfObject)
        Creates a PDF function instance.
        Parameters:
        pdfObject - the pdf object which defines a function.
        Returns:
        the PDF function