Uses of Interface
com.itextpdf.text.pdf.ICachedColorSpace
-
Packages that use ICachedColorSpace Package Description com.itextpdf.text.pdf -
-
Uses of ICachedColorSpace in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement ICachedColorSpace Modifier and Type Class Description class
PdfDeviceNColor
class
PdfLabColor
class
PdfSpotColor
APdfSpotColor
defines a ColorSpaceFields in com.itextpdf.text.pdf declared as ICachedColorSpace Modifier and Type Field Description (package private) ICachedColorSpace
ColorDetails. colorSpace
The colorFields in com.itextpdf.text.pdf with type parameters of type ICachedColorSpace Modifier and Type Field Description protected java.util.HashMap<ICachedColorSpace,ColorDetails>
PdfWriter. documentColors
The colors of this documentMethods in com.itextpdf.text.pdf with parameters of type ICachedColorSpace Modifier and Type Method Description (package private) ColorDetails
PdfWriter. addSimple(ICachedColorSpace spc)
Adds aSpotColor
to the document but not to the page resources.Constructors in com.itextpdf.text.pdf with parameters of type ICachedColorSpace Constructor Description ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, ICachedColorSpace scolor)
Each spot color used in a document has an instance of this class.
-