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 Summary

    Modifier and Type
    Method
    Description
    create(PdfObject pdfObject)
    Creates a PDF function instance.
  • Method Details

    • create

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