Uses of Class
com.itextpdf.kernel.colors.DeviceCmyk
-
Packages that use DeviceCmyk Package Description com.itextpdf.kernel.colors com.itextpdf.kernel.pdf.annot.da com.itextpdf.layout.borders -
-
Uses of DeviceCmyk in com.itextpdf.kernel.colors
Fields in com.itextpdf.kernel.colors declared as DeviceCmyk Modifier and Type Field Description static DeviceCmyk
DeviceCmyk. BLACK
Predefined black DeviceCmyk colorstatic DeviceCmyk
DeviceCmyk. CYAN
Predefined cyan DeviceCmyk colorstatic DeviceCmyk
DeviceCmyk. MAGENTA
Predefined magenta DeviceCmyk colorstatic DeviceCmyk
DeviceCmyk. YELLOW
Predefined yellow DeviceCmyk colorMethods in com.itextpdf.kernel.colors that return DeviceCmyk Modifier and Type Method Description static DeviceCmyk
Color. convertRgbToCmyk(DeviceRgb rgbColor)
ConvertsDeviceRgb
color toDeviceCmyk
colorstatic DeviceCmyk
WebColors. getCMYKColor(java.lang.String name)
Gives you a DeviceCmyk based on a name.static DeviceCmyk
DeviceCmyk. makeDarker(DeviceCmyk cmykColor)
ReturnsDeviceCmyk
color which is darker than given onestatic DeviceCmyk
DeviceCmyk. makeLighter(DeviceCmyk cmykColor)
ReturnsDeviceCmyk
color which is lighter than given oneMethods in com.itextpdf.kernel.colors with parameters of type DeviceCmyk Modifier and Type Method Description static DeviceRgb
Color. convertCmykToRgb(DeviceCmyk cmykColor)
ConvertsDeviceCmyk
color toDeviceRgb
colorstatic DeviceCmyk
DeviceCmyk. makeDarker(DeviceCmyk cmykColor)
ReturnsDeviceCmyk
color which is darker than given onestatic DeviceCmyk
DeviceCmyk. makeLighter(DeviceCmyk cmykColor)
ReturnsDeviceCmyk
color which is lighter than given one -
Uses of DeviceCmyk in com.itextpdf.kernel.pdf.annot.da
Methods in com.itextpdf.kernel.pdf.annot.da with parameters of type DeviceCmyk Modifier and Type Method Description AnnotationDefaultAppearance
AnnotationDefaultAppearance. setColor(DeviceCmyk cmykColor)
Sets theAnnotationDefaultAppearance
's default font color. -
Uses of DeviceCmyk in com.itextpdf.layout.borders
Constructors in com.itextpdf.layout.borders with parameters of type DeviceCmyk Constructor 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 thecmyk 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 an InsetBorder instance with the specified width and thecmyk color
.InsetBorder(DeviceCmyk color, float width, float opacity)
Creates an InsetBorder instance with the specified width, color and opacity.OutsetBorder(DeviceCmyk color, float width)
Creates an OutsetBorder instance with the specified width and thecmyk color
.OutsetBorder(DeviceCmyk color, float width, float opacity)
Creates an OutsetBorder instance with the specified width, color and opacity.RidgeBorder(DeviceCmyk color, float width)
Creates a RidgeBorder instance with the specified width and thecmyk color
.RidgeBorder(DeviceCmyk color, float width, float opacity)
Creates a RidgeBorder instance with the specified width, color and opacity.
-