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 IPdfFunctionFactoryInterface represents a factory forAbstractPdfFunctionobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPdfFunctioncreate(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
-
-