Package | Description |
---|---|
com.itextpdf.kernel.colors | |
com.itextpdf.kernel.pdf.colorspace | |
com.itextpdf.kernel.pdf.function |
Constructor and Description |
---|
DeviceN(List<String> names, PdfColorSpace alternateCs, PdfFunction tintTransform, float[] value)
Deprecated.
Use constructor
DeviceN.DeviceN(List, PdfColorSpace, IPdfFunction, float[]) DeviceN} instead.
|
Separation(String name, PdfColorSpace alternateCs, PdfFunction tintTransform, float value)
Deprecated.
Use constructor
Separation.Separation(String, PdfColorSpace, IPdfFunction, float) Separation} instead
|
Modifier and Type | Method and Description |
---|---|
void |
PdfShading.setFunction(PdfFunction function)
Sets the function that represents color transitions across the shading geometry as one object.
|
void |
PdfShading.setFunction(PdfFunction[] functions)
Sets the function object that represents color transitions across the shading geometry as an array of functions.
|
Constructor and Description |
---|
Axial(PdfColorSpace cs, PdfArray coords, PdfArray domain, PdfFunction function)
Creates the new instance of the class.
|
Axial(PdfColorSpace cs, PdfArray coords, PdfFunction function)
Creates the new instance of the class.
|
DeviceN(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform)
Deprecated.
Use constructor
#DeviceN(List, PdfColorSpace, IPdfFunction) instead.
|
FunctionBased(PdfColorSpace colorSpace, PdfFunction function)
Creates the new instance of the class.
|
FunctionBased(PdfObject colorSpace, PdfFunction function)
Creates the new instance of the class.
|
NChannel(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform, PdfDictionary attributes)
Deprecated.
Use constructor
NChannel instead
|
Radial(PdfColorSpace cs, PdfArray coords, PdfFunction function)
Creates the new instance of the class.
|
Separation(String name, PdfColorSpace alternateSpace, PdfFunction tintTransform)
Deprecated.
This constructor has been replaced by
#Separation(String, PdfColorSpace, IPdfFunction)
|
Modifier and Type | Class and Description |
---|---|
static class |
PdfFunction.Type0
Deprecated.
Will be removed is future releases, use
PdfType0Function instead
|
static class |
PdfFunction.Type2
Deprecated.
Will be removed is future releases, use
PdfType2Function instead
|
static class |
PdfFunction.Type3
Deprecated.
Will be removed is future releases, use
PdfType3Function instead
|
static class |
PdfFunction.Type4
Deprecated.
Will be removed is future releases, use
PdfType4Function instead
|
Modifier and Type | Method and Description |
---|---|
static PdfFunction |
PdfFunction.makeFunction(PdfDictionary pdfObject)
Deprecated.
|
Constructor and Description |
---|
Type3(PdfArray domain, PdfArray range, List<PdfFunction> functions, PdfArray bounds, PdfArray encode)
Deprecated.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.