Uses of Class
com.itextpdf.text.pdf.PdfDeviceNColor
-
Packages that use PdfDeviceNColor Package Description com.itextpdf.text.pdf -
-
Uses of PdfDeviceNColor in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfDeviceNColor Modifier and Type Field Description (package private) PdfDeviceNColor
DeviceNColor. pdfDeviceNColor
Methods in com.itextpdf.text.pdf that return PdfDeviceNColor Modifier and Type Method Description PdfDeviceNColor
DeviceNColor. getPdfDeviceNColor()
Methods in com.itextpdf.text.pdf with parameters of type PdfDeviceNColor Modifier and Type Method Description void
PdfContentByte. setColorFill(PdfDeviceNColor dn, float[] tints)
void
PdfContentByte. setColorStroke(PdfDeviceNColor sp, float[] tints)
Constructors in com.itextpdf.text.pdf with parameters of type PdfDeviceNColor Constructor Description DeviceNColor(PdfDeviceNColor pdfDeviceNColor, float[] tints)
-