Package | Description |
---|---|
com.itextpdf.kernel.color | |
com.itextpdf.kernel.pdf.annot.da | |
com.itextpdf.layout.border |
Modifier and Type | Method and Description |
---|---|
static DeviceRgb |
Color.convertCmykToRgb(DeviceCmyk cmykColor)
Converts DeviceCmyk color to DeviceRgb color
|
static DeviceRgb |
WebColors.getRGBColor(String name)
Gives you a DeviceRgb based on a name.
|
static DeviceRgb |
DeviceRgb.makeDarker(DeviceRgb rgbColor)
Returns DeviceRgb color which is darker than given one
|
static DeviceRgb |
DeviceRgb.makeLighter(DeviceRgb rgbColor)
Returns DeviceRgb color which is lighter than given one
|
Modifier and Type | Method and Description |
---|---|
static DeviceCmyk |
Color.convertRgbToCmyk(DeviceRgb rgbColor)
Converts DeviceRgb color to DeviceCmyk color
|
static DeviceRgb |
DeviceRgb.makeDarker(DeviceRgb rgbColor)
Returns DeviceRgb color which is darker than given one
|
static DeviceRgb |
DeviceRgb.makeLighter(DeviceRgb rgbColor)
Returns DeviceRgb color which is lighter than given one
|
Modifier and Type | Method and Description |
---|---|
AnnotationDefaultAppearance |
AnnotationDefaultAppearance.setColor(DeviceRgb rgbColor) |
Constructor and Description |
---|
Border3D(DeviceRgb color, float width)
Creates a Border3D instance with the specified width and color.
|
Border3D(DeviceRgb color, float width, float opacity)
Creates a Border3D instance with the specified width, color and opacity.
|
GrooveBorder(DeviceRgb color, float width)
Creates a GrooveBorder instance with the specified width and the rgb color .
|
GrooveBorder(DeviceRgb color, float width, float opacity)
Creates a GrooveBorder instance with the specified width, color and opacity.
|
InsetBorder(DeviceRgb color, float width)
Creates a InsetBorder instance with the specified width and the rgb color .
|
InsetBorder(DeviceRgb color, float width, float opacity)
Creates a InsetBorder instance with the specified width, color and opacity.
|
OutsetBorder(DeviceRgb color, float width)
Creates a OutsetBorder instance with the specified width and the rgb color .
|
OutsetBorder(DeviceRgb color, float width, float opacity)
Creates a OutsetBorder instance with the specified width, color and opacity.
|
RidgeBorder(DeviceRgb color, float width)
Creates a RidgeBorder instance with the specified width and the rgb color .
|
RidgeBorder(DeviceRgb 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.