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) PdfLabColor
LabColor. labColorSpace
Methods in com.itextpdf.text.pdf that return PdfLabColor Modifier and Type Method Description PdfLabColor
LabColor. getLabColorSpace()
Methods in com.itextpdf.text.pdf with parameters of type PdfLabColor Modifier and Type Method Description void
PdfContentByte. setColorFill(PdfLabColor lab, float l, float a, float b)
void
PdfContentByte. 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)
-