Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Method | Description |
---|---|---|
static PdfFunction |
PdfFunction.type0(PdfWriter writer,
float[] domain,
float[] range,
int[] size,
int bitsPerSample,
int order,
float[] encode,
float[] decode,
byte[] stream) |
|
static PdfFunction |
PdfFunction.type2(PdfWriter writer,
float[] domain,
float[] range,
float[] c0,
float[] c1,
float n) |
|
static PdfFunction |
PdfFunction.type3(PdfWriter writer,
float[] domain,
float[] range,
PdfFunction[] functions,
float[] bounds,
float[] encode) |
|
static PdfFunction |
PdfFunction.type4(PdfWriter writer,
float[] domain,
float[] range,
java.lang.String postscript) |
Modifier and Type | Method | Description |
---|---|---|
static PdfShading |
PdfShading.type1(PdfWriter writer,
BaseColor colorSpace,
float[] domain,
float[] tMatrix,
PdfFunction function) |
|
static PdfShading |
PdfShading.type2(PdfWriter writer,
BaseColor colorSpace,
float[] coords,
float[] domain,
PdfFunction function,
boolean[] extend) |
|
static PdfFunction |
PdfFunction.type3(PdfWriter writer,
float[] domain,
float[] range,
PdfFunction[] functions,
float[] bounds,
float[] encode) |
|
static PdfShading |
PdfShading.type3(PdfWriter writer,
BaseColor colorSpace,
float[] coords,
float[] domain,
PdfFunction function,
boolean[] extend) |
Copyright © 1998–2018. All rights reserved.