Uses of Class
com.lowagie.text.pdf.PdfSpotColor
Packages that use PdfSpotColor
-
Uses of PdfSpotColor in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfSpotColorModifier and TypeFieldDescription(package private) PdfSpotColor
SpotColor.spot
(package private) PdfSpotColor
ColorDetails.spotcolor
The colorFields in com.lowagie.text.pdf with type parameters of type PdfSpotColorModifier and TypeFieldDescriptionprotected HashMap
<PdfSpotColor, ColorDetails> PdfWriter.documentColors
The colors of this documentMethods in com.lowagie.text.pdf that return PdfSpotColorMethods in com.lowagie.text.pdf with parameters of type PdfSpotColorModifier and TypeMethodDescription(package private) ColorDetails
PdfWriter.addSimple
(PdfSpotColor spc) Adds aSpotColor
to the document but not to the page resources.void
PdfContentByte.setColorFill
(PdfSpotColor sp, float tint) Sets the fill color to a spot color.void
PdfImportedPage.setColorFill
(PdfSpotColor sp, float tint) void
PdfPatternPainter.setColorFill
(PdfSpotColor sp, float tint) void
PdfContentByte.setColorStroke
(PdfSpotColor sp, float tint) Sets the stroke color to a spot color.void
PdfImportedPage.setColorStroke
(PdfSpotColor sp, float tint) void
PdfPatternPainter.setColorStroke
(PdfSpotColor sp, float tint) Constructors in com.lowagie.text.pdf with parameters of type PdfSpotColorModifierConstructorDescription(package private)
ColorDetails
(PdfName colorName, PdfIndirectReference indirectReference, PdfSpotColor scolor) Each spot color used in a document has an instance of this class.SpotColor
(PdfSpotColor spot, float tint)