Uses of Class
com.itextpdf.text.pdf.PdfFunction
-
Packages that use PdfFunction Package Description com.itextpdf.text.pdf -
-
Uses of PdfFunction in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfFunction Modifier and Type Method Description static PdfFunctionPdfFunction. type0(PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream)static PdfFunctionPdfFunction. type2(PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n)static PdfFunctionPdfFunction. type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode)static PdfFunctionPdfFunction. type4(PdfWriter writer, float[] domain, float[] range, java.lang.String postscript)Methods in com.itextpdf.text.pdf with parameters of type PdfFunction Modifier and Type Method Description static PdfShadingPdfShading. type1(PdfWriter writer, java.awt.Color colorSpace, float[] domain, float[] tMatrix, PdfFunction function)static PdfShadingPdfShading. type2(PdfWriter writer, java.awt.Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)static PdfFunctionPdfFunction. type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode)static PdfShadingPdfShading. type3(PdfWriter writer, java.awt.Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)
-