Uses of Class
com.itextpdf.kernel.colors.DeviceGray
-
Packages that use DeviceGray Package Description com.itextpdf.kernel.colors com.itextpdf.kernel.pdf.annot.da com.itextpdf.layout.borders -
-
Uses of DeviceGray in com.itextpdf.kernel.colors
Fields in com.itextpdf.kernel.colors declared as DeviceGray Modifier and Type Field 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.Methods in com.itextpdf.kernel.colors that return DeviceGray Modifier and Type Method Description static 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 oneMethods in com.itextpdf.kernel.colors with parameters of type DeviceGray Modifier and Type Method Description static 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
Methods in com.itextpdf.kernel.pdf.annot.da with parameters of type DeviceGray Modifier and Type Method Description AnnotationDefaultAppearance
AnnotationDefaultAppearance. setColor(DeviceGray grayColor)
Sets theAnnotationDefaultAppearance
's default font color. -
Uses of DeviceGray in com.itextpdf.layout.borders
Constructors in com.itextpdf.layout.borders with parameters of type DeviceGray Constructor 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 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.
-