Package com.lowagie.text.pdf
Class PdfFunction
java.lang.Object
com.lowagie.text.pdf.PdfFunction
Implements PDF functions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PdfDictionary
protected PdfIndirectReference
protected PdfWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) PdfIndirectReference
static PdfFunction
type0
(PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream) static PdfFunction
static PdfFunction
type3
(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode) static PdfFunction
-
Field Details
-
writer
-
reference
-
dictionary
-
-
Constructor Details
-
PdfFunction
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) -
type2
public static PdfFunction type2(PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n) -
type3
public static PdfFunction type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode) -
type4
-
getReference
PdfIndirectReference getReference()
-