Uses of Class
com.itextpdf.text.pdf.PdfLabColor
-
Packages that use PdfLabColor Package Description com.itextpdf.text.pdf -
-
Uses of PdfLabColor in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfLabColor Modifier and Type Field Description (package private) PdfLabColorLabColor. labColorSpaceMethods in com.itextpdf.text.pdf that return PdfLabColor Modifier and Type Method Description PdfLabColorLabColor. getLabColorSpace()Methods in com.itextpdf.text.pdf with parameters of type PdfLabColor Modifier and Type Method Description voidPdfContentByte. setColorFill(PdfLabColor lab, float l, float a, float b)voidPdfContentByte. setColorStroke(PdfLabColor lab, float l, float a, float b)Constructors in com.itextpdf.text.pdf with parameters of type PdfLabColor Constructor Description LabColor(PdfLabColor labColorSpace, float l, float a, float b)
-