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 DeviceCmykDeviceCmyk. BLACKPredefined black DeviceCmyk colorstatic DeviceCmykDeviceCmyk. CYANPredefined cyan DeviceCmyk colorstatic DeviceCmykDeviceCmyk. MAGENTAPredefined magenta DeviceCmyk colorstatic DeviceCmykDeviceCmyk. YELLOWPredefined yellow DeviceCmyk colorMethods in com.itextpdf.kernel.colors that return DeviceCmyk Modifier and Type Method Description static DeviceCmykColor. convertRgbToCmyk(DeviceRgb rgbColor)ConvertsDeviceRgbcolor toDeviceCmykcolorstatic DeviceCmykWebColors. getCMYKColor(java.lang.String name)Gives you a DeviceCmyk based on a name.static DeviceCmykDeviceCmyk. makeDarker(DeviceCmyk cmykColor)ReturnsDeviceCmykcolor which is darker than given onestatic DeviceCmykDeviceCmyk. makeLighter(DeviceCmyk cmykColor)ReturnsDeviceCmykcolor which is lighter than given oneMethods in com.itextpdf.kernel.colors with parameters of type DeviceCmyk Modifier and Type Method Description static DeviceRgbColor. convertCmykToRgb(DeviceCmyk cmykColor)ConvertsDeviceCmykcolor toDeviceRgbcolorstatic DeviceCmykDeviceCmyk. makeDarker(DeviceCmyk cmykColor)ReturnsDeviceCmykcolor which is darker than given onestatic DeviceCmykDeviceCmyk. makeLighter(DeviceCmyk cmykColor)ReturnsDeviceCmykcolor 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 AnnotationDefaultAppearanceAnnotationDefaultAppearance. 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.
-