Package | Description |
---|---|
com.itextpdf.kernel.colors | |
com.itextpdf.kernel.pdf.annot.da | |
com.itextpdf.layout.borders |
Modifier and Type | Field and Description |
---|---|
static DeviceGray |
DeviceGray.BLACK
Predefined black DeviceGray color.
|
static DeviceGray |
DeviceGray.GRAY
Predefined gray DeviceGray color.
|
static DeviceGray |
DeviceGray.WHITE
Predefined white DeviceGray color.
|
Modifier and Type | Method and Description |
---|---|
static DeviceGray |
DeviceGray.makeDarker(DeviceGray grayColor)
Returns DeviceGray color which is darker than given one
|
static DeviceGray |
DeviceGray.makeLighter(DeviceGray grayColor)
Returns DeviceGray color which is lighter than given one
|
Modifier and Type | Method and Description |
---|---|
static DeviceGray |
DeviceGray.makeDarker(DeviceGray grayColor)
Returns DeviceGray color which is darker than given one
|
static DeviceGray |
DeviceGray.makeLighter(DeviceGray grayColor)
Returns DeviceGray color which is lighter than given one
|
Modifier and Type | Method and Description |
---|---|
AnnotationDefaultAppearance |
AnnotationDefaultAppearance.setColor(DeviceGray grayColor)
Sets the AnnotationDefaultAppearance 's default font color.
|
Constructor and Description |
---|
Border3D(DeviceGray color, float width)
Creates a Border3D instance with the specified width and color.
|
Border3D(DeviceGray color, float width, float opacity)
Creates a Border3D instance with the specified width, color and opacity.
|
GrooveBorder(DeviceGray color, float width)
Creates a GrooveBorder instance with the specified width and the gray color .
|
GrooveBorder(DeviceGray color, float width, float opacity)
Creates a GrooveBorder instance with the specified width, color and opacity.
|
InsetBorder(DeviceGray color, float width)
Creates an InsetBorder instance with the specified width and the gray color .
|
InsetBorder(DeviceGray color, float width, float opacity)
Creates an InsetBorder instance with the specified width, color and opacity.
|
OutsetBorder(DeviceGray color, float width)
Creates an OutsetBorder instance with the specified width and the gray color .
|
OutsetBorder(DeviceGray color, float width, float opacity)
Creates an OutsetBorder instance with the specified width, color and opacity.
|
RidgeBorder(DeviceGray color, float width)
Creates a RidgeBorder instance with the specified width and the gray color .
|
RidgeBorder(DeviceGray color, float width, float opacity)
Creates a RidgeBorder instance with the specified width, color and opacity.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.