public class PdfFunction extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected PdfDictionary | 
dictionary  | 
protected PdfIndirectReference | 
reference  | 
protected PdfWriter | 
writer  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
PdfFunction(PdfWriter writer)
Creates new PdfFunction 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PdfFunction | 
type0(PdfWriter writer,
     float[] domain,
     float[] range,
     int[] size,
     int bitsPerSample,
     int order,
     float[] encode,
     float[] decode,
     byte[] stream)  | 
static PdfFunction | 
type2(PdfWriter writer,
     float[] domain,
     float[] range,
     float[] c0,
     float[] c1,
     float n)  | 
static PdfFunction | 
type3(PdfWriter writer,
     float[] domain,
     float[] range,
     PdfFunction[] functions,
     float[] bounds,
     float[] encode)  | 
static PdfFunction | 
type4(PdfWriter writer,
     float[] domain,
     float[] range,
     String postscript)  | 
protected PdfWriter writer
protected PdfIndirectReference reference
protected PdfDictionary dictionary
protected PdfFunction(PdfWriter writer)
public static PdfFunction type0(PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream)
public static PdfFunction type2(PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n)
public static PdfFunction type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode)
public static PdfFunction type4(PdfWriter writer, float[] domain, float[] range, String postscript)
Copyright © 2020. All rights reserved.