Uses of Class
com.aowagie.text.pdf.PdfFunction
-
Packages that use PdfFunction Package Description com.aowagie.text.pdf -
-
Uses of PdfFunction in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfFunction Modifier and Type Method Description (package private) static PdfFunctionPdfFunction. type2(PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n)Methods in com.aowagie.text.pdf with parameters of type PdfFunction Modifier and Type Method Description private static PdfShadingPdfShading. type2(PdfWriter writer, java.awt.Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)private static PdfShadingPdfShading. type3(PdfWriter writer, java.awt.Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)
-