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 TypeClassDescriptionclassclassclassAPdfSpotColordefines a ColorSpaceFields in com.itextpdf.text.pdf declared as ICachedColorSpaceModifier and TypeFieldDescription(package private) ICachedColorSpaceColorDetails.colorSpaceThe colorFields in com.itextpdf.text.pdf with type parameters of type ICachedColorSpaceModifier and TypeFieldDescriptionprotected HashMap<ICachedColorSpace, ColorDetails> PdfWriter.documentColorsThe colors of this documentMethods in com.itextpdf.text.pdf with parameters of type ICachedColorSpaceModifier and TypeMethodDescription(package private) ColorDetailsPdfWriter.addSimple(ICachedColorSpace spc) Adds aSpotColorto 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.