java.lang.Object
com.lowagie.text.pdf.PdfFunction
Deprecated.
Implements PDF functions.
- Author:
- Paulo Soares (psoares@consiste.pt)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PdfDictionaryDeprecated.protected PdfIndirectReferenceDeprecated.protected PdfWriterDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPdfFunction(PdfWriter writer) Deprecated.Creates new PdfFunction -
Method Summary
Modifier and TypeMethodDescriptionstatic PdfFunctiontype0(PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream) Deprecated.static PdfFunctionDeprecated.static PdfFunctiontype3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode) Deprecated.static PdfFunctionDeprecated.
-
Field Details
-
writer
Deprecated. -
reference
Deprecated. -
dictionary
Deprecated.
-
-
Constructor Details
-
PdfFunction
Deprecated.Creates new PdfFunction- Parameters:
writer- the PdfWriter to associate to the PdfFunction
-
-
Method Details
-
type0
public static PdfFunction type0(PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream) Deprecated. -
type2
public static PdfFunction type2(PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n) Deprecated. -
type3
public static PdfFunction type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode) Deprecated. -
type4
Deprecated.
-