Uses of Interface
com.itextpdf.kernel.pdf.function.IPdfFunctionFactory
-
Packages that use IPdfFunctionFactory Package Description com.itextpdf.kernel.pdf.function -
-
Uses of IPdfFunctionFactory in com.itextpdf.kernel.pdf.function
Fields in com.itextpdf.kernel.pdf.function declared as IPdfFunctionFactory Modifier and Type Field Description private static IPdfFunctionFactory
PdfType3Function. DEFAULT_FUNCTION_FACTORY
private IPdfFunctionFactory
PdfType3Function. functionFactory
Constructors in com.itextpdf.kernel.pdf.function with parameters of type IPdfFunctionFactory Constructor Description PdfType3Function(PdfDictionary dict, IPdfFunctionFactory functionFactory)
-