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.
Interface represents a factory for
AbstractPdfFunction objects.-
Method Summary
Modifier and TypeMethodDescriptionCreates a PDF function instance.
-
Method Details
-
create
Creates a PDF function instance.- Parameters:
pdfObject- the pdf object which defines a function.- Returns:
- the PDF function
-