Package | Description |
---|---|
com.itextpdf.kernel.colors | |
com.itextpdf.kernel.pdf.annot.da | |
com.itextpdf.layout.borders |
Modifier and Type | Field and Description |
---|---|
static DeviceCmyk |
DeviceCmyk.BLACK
Predefined black DeviceCmyk color
|
static DeviceCmyk |
DeviceCmyk.CYAN
Predefined cyan DeviceCmyk color
|
static DeviceCmyk |
DeviceCmyk.MAGENTA
Predefined magenta DeviceCmyk color
|
static DeviceCmyk |
DeviceCmyk.YELLOW
Predefined yellow DeviceCmyk color
|
Modifier and Type | Method and Description |
---|---|
static DeviceCmyk |
Color.convertRgbToCmyk(DeviceRgb rgbColor)
Converts DeviceRgb color to DeviceCmyk color
|
static DeviceCmyk |
DeviceCmyk.makeDarker(DeviceCmyk cmykColor)
Returns DeviceCmyk color which is darker than given one
|
static DeviceCmyk |
DeviceCmyk.makeLighter(DeviceCmyk cmykColor)
Returns DeviceCmyk color which is lighter than given one
|
Modifier and Type | Method and Description |
---|---|
static DeviceRgb |
Color.convertCmykToRgb(DeviceCmyk cmykColor)
Converts DeviceCmyk color to DeviceRgb color
|
static DeviceCmyk |
DeviceCmyk.makeDarker(DeviceCmyk cmykColor)
Returns DeviceCmyk color which is darker than given one
|
static DeviceCmyk |
DeviceCmyk.makeLighter(DeviceCmyk cmykColor)
Returns DeviceCmyk color which is lighter than given one
|
Modifier and Type | Method and Description |
---|---|
AnnotationDefaultAppearance |
AnnotationDefaultAppearance.setColor(DeviceCmyk cmykColor) |
Constructor and Description |
---|
Border3D(DeviceCmyk color, float width)
Creates a Border3D instance with the specified width and color.
|
Border3D(DeviceCmyk color, float width, float opacity)
Creates a Border3D instance with the specified width, color and opacity.
|
GrooveBorder(DeviceCmyk color, float width)
Creates a GrooveBorder instance with the specified width and the cmyk color .
|
GrooveBorder(DeviceCmyk color, float width, float opacity)
Creates a GrooveBorder instance with the specified width, color and opacity.
|
InsetBorder(DeviceCmyk color, float width)
Creates a InsetBorder instance with the specified width and the cmyk color .
|
InsetBorder(DeviceCmyk color, float width, float opacity)
Creates a InsetBorder instance with the specified width, color and opacity.
|
OutsetBorder(DeviceCmyk color, float width)
Creates a OutsetBorder instance with the specified width and the cmyk color .
|
OutsetBorder(DeviceCmyk color, float width, float opacity)
Creates a OutsetBorder instance with the specified width, color and opacity.
|
RidgeBorder(DeviceCmyk color, float width)
Creates a RidgeBorder instance with the specified width and the cmyk color .
|
RidgeBorder(DeviceCmyk color, float width, float opacity)
Creates a RidgeBorder instance with the specified width, color and opacity.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.