Uses of Class
com.itextpdf.kernel.colors.DeviceGray
Package
Description
-
Uses of DeviceGray in com.itextpdf.kernel.colors
Modifier and TypeFieldDescriptionstatic final DeviceGray
DeviceGray.BLACK
Predefined black DeviceGray color.static final DeviceGray
DeviceGray.GRAY
Predefined gray DeviceGray color.static final DeviceGray
DeviceGray.WHITE
Predefined white DeviceGray color.Modifier and TypeMethodDescriptionstatic DeviceGray
DeviceGray.makeDarker
(DeviceGray grayColor) ReturnsDeviceGray
color which is darker than given onestatic DeviceGray
DeviceGray.makeLighter
(DeviceGray grayColor) ReturnsDeviceGray
color which is lighter than given oneModifier and TypeMethodDescriptionstatic DeviceGray
DeviceGray.makeDarker
(DeviceGray grayColor) ReturnsDeviceGray
color which is darker than given onestatic DeviceGray
DeviceGray.makeLighter
(DeviceGray grayColor) ReturnsDeviceGray
color which is lighter than given one -
Uses of DeviceGray in com.itextpdf.kernel.pdf.annot.da
Modifier and TypeMethodDescriptionAnnotationDefaultAppearance.setColor
(DeviceGray grayColor) Sets theAnnotationDefaultAppearance
's default font color. -
Uses of DeviceGray in com.itextpdf.layout.borders
ModifierConstructorDescriptionprotected
Border3D
(DeviceGray color, float width) Creates a Border3D instance with the specified width and color.protected
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 thegray 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 thegray 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 thegray 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 thegray color
.RidgeBorder
(DeviceGray color, float width, float opacity) Creates a RidgeBorder instance with the specified width, color and opacity.