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 classPdfDeviceNColorclassPdfLabColorclassPdfSpotColorAPdfSpotColordefines a ColorSpaceFields in com.itextpdf.text.pdf declared as ICachedColorSpace Modifier and Type Field Description (package private) ICachedColorSpaceColorDetails. colorSpaceThe colorFields in com.itextpdf.text.pdf with type parameters of type ICachedColorSpace Modifier and Type Field Description protected java.util.HashMap<ICachedColorSpace,ColorDetails>PdfWriter. documentColorsThe colors of this documentMethods in com.itextpdf.text.pdf with parameters of type ICachedColorSpace Modifier and Type Method Description (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 ICachedColorSpace Constructor Description ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, ICachedColorSpace scolor)Each spot color used in a document has an instance of this class.
-