Uses of Class
com.lowagie.text.pdf.PdfFunction
Packages that use PdfFunction
-
Uses of PdfFunction in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that return PdfFunctionModifier and TypeMethodDescriptionstatic PdfFunctionPdfFunction.type0(PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream) Deprecated.static PdfFunctionDeprecated.static PdfFunctionPdfFunction.type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode) Deprecated.static PdfFunctionDeprecated.Methods in com.lowagie.text.pdf with parameters of type PdfFunctionModifier and TypeMethodDescriptionstatic PdfShadingPdfShading.type1(PdfWriter writer, Color colorSpace, float[] domain, float[] tMatrix, PdfFunction function) Deprecated.static PdfShadingPdfShading.type2(PdfWriter writer, Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend) Deprecated.static PdfFunctionPdfFunction.type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode) Deprecated.static PdfShadingPdfShading.type3(PdfWriter writer, Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend) Deprecated.