Uses of Interface
com.itextpdf.text.pdf.ICachedColorSpace
Packages that use ICachedColorSpace
-
Uses of ICachedColorSpace in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement ICachedColorSpaceModifier and TypeClassDescriptionclass
class
class
APdfSpotColor
defines a ColorSpaceFields in com.itextpdf.text.pdf declared as ICachedColorSpaceModifier and TypeFieldDescription(package private) ICachedColorSpace
ColorDetails.colorSpace
The colorFields in com.itextpdf.text.pdf with type parameters of type ICachedColorSpaceModifier and TypeFieldDescriptionprotected HashMap<ICachedColorSpace,
ColorDetails> PdfWriter.documentColors
The colors of this documentMethods in com.itextpdf.text.pdf with parameters of type ICachedColorSpaceModifier and TypeMethodDescription(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 ICachedColorSpaceModifierConstructorDescription(package private)
ColorDetails
(PdfName colorName, PdfIndirectReference indirectReference, ICachedColorSpace scolor) Each spot color used in a document has an instance of this class.