Uses of Class
org.verapdf.pd.function.PDFunction
-
Packages that use PDFunction Package Description org.verapdf.gf.model.factory.functions org.verapdf.gf.model.impl.pd.functions org.verapdf.pd org.verapdf.pd.colors org.verapdf.pd.function -
-
Uses of PDFunction in org.verapdf.gf.model.factory.functions
Methods in org.verapdf.gf.model.factory.functions with parameters of type PDFunction Modifier and Type Method Description static GFPDFunctionFunctionFactory. createFunction(PDFunction function) -
Uses of PDFunction in org.verapdf.gf.model.impl.pd.functions
Constructors in org.verapdf.gf.model.impl.pd.functions with parameters of type PDFunction Constructor Description GFPDFunction(PDFunction function)GFPDFunction(PDFunction function, String type) -
Uses of PDFunction in org.verapdf.pd
Methods in org.verapdf.pd that return PDFunction Modifier and Type Method Description PDFunctionPDHalftone. getCustomTransferFunction()Methods in org.verapdf.pd that return types with arguments of type PDFunction Modifier and Type Method Description List<PDFunction>PDExtGState. getTR2Functions()List<PDFunction>PDExtGState. getTRFunctions() -
Uses of PDFunction in org.verapdf.pd.colors
Methods in org.verapdf.pd.colors that return PDFunction Modifier and Type Method Description PDFunctionPDDeviceN. getTintTransform()PDFunctionPDSeparation. getTintTransform()Methods in org.verapdf.pd.colors with parameters of type PDFunction Modifier and Type Method Description protected double[]PDSpecialColorSpace. getDoubleArrayResult(double[] src, PDFunction function) -
Uses of PDFunction in org.verapdf.pd.function
Subclasses of PDFunction in org.verapdf.pd.function Modifier and Type Class Description classPDType0FunctionclassPDType2FunctionclassPDType3FunctionclassPDType4FunctionMethods in org.verapdf.pd.function that return PDFunction Modifier and Type Method Description static PDFunctionPDFunction. createFunction(COSObject obj)Methods in org.verapdf.pd.function that return types with arguments of type PDFunction Modifier and Type Method Description List<PDFunction>PDType3Function. getFunctions()Method parameters in org.verapdf.pd.function with type arguments of type PDFunction Modifier and Type Method Description voidPDType3Function. setFunctions(List<PDFunction> functions)
-