Package com.itextpdf.kernel.pdf.function
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 forAbstractPdfFunction
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPdfFunction
create(PdfObject pdfObject)
Creates a PDF function instance.
-
-
-
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
-
-