Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.DeviceN
-
Packages that use PdfSpecialCs.DeviceN Package Description com.itextpdf.kernel.colors com.itextpdf.kernel.pdf.colorspace com.itextpdf.pdfa.checker -
-
Uses of PdfSpecialCs.DeviceN in com.itextpdf.kernel.colors
Constructors in com.itextpdf.kernel.colors with parameters of type PdfSpecialCs.DeviceN Constructor Description DeviceN(PdfSpecialCs.DeviceN cs)
Creates a DeviceN color using the givenPdfSpecialCs
color space.DeviceN(PdfSpecialCs.DeviceN cs, float[] value)
Creates a DeviceN color using the givenPdfSpecialCs
color space and color values. -
Uses of PdfSpecialCs.DeviceN in com.itextpdf.kernel.pdf.colorspace
Subclasses of PdfSpecialCs.DeviceN in com.itextpdf.kernel.pdf.colorspace Modifier and Type Class Description static class
PdfSpecialCs.NChannel
-
Uses of PdfSpecialCs.DeviceN in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type PdfSpecialCs.DeviceN Modifier and Type Method Description protected void
PdfA2Checker. checkNumberOfDeviceNComponents(PdfSpecialCs.DeviceN deviceN)
Checks the number of components in DeviceN color space.protected void
PdfA4Checker. checkNumberOfDeviceNComponents(PdfSpecialCs.DeviceN deviceN)
Checks the number of components in DeviceN color space.
-