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) PdfSpotColorSpotColor.spotDeprecated.(package private) PdfSpotColorColorDetails.spotcolorDeprecated.The colorFields in com.lowagie.text.pdf with type parameters of type PdfSpotColorModifier and TypeFieldDescriptionprotected HashMap<PdfSpotColor,ColorDetails> PdfWriter.documentColorsDeprecated.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) ColorDetailsPdfWriter.addSimple(PdfSpotColor spc) Deprecated.Adds aSpotColorto the document but not to the page resources.voidPdfContentByte.setColorFill(PdfSpotColor sp, float tint) Deprecated.Sets the fill color to a spot color.voidPdfImportedPage.setColorFill(PdfSpotColor sp, float tint) Deprecated.voidPdfPatternPainter.setColorFill(PdfSpotColor sp, float tint) Deprecated.voidPdfContentByte.setColorStroke(PdfSpotColor sp, float tint) Deprecated.Sets the stroke color to a spot color.voidPdfImportedPage.setColorStroke(PdfSpotColor sp, float tint) Deprecated.voidPdfPatternPainter.setColorStroke(PdfSpotColor sp, float tint) Deprecated.Constructors in com.lowagie.text.pdf with parameters of type PdfSpotColorModifierConstructorDescription(package private)ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, PdfSpotColor scolor) Deprecated.Each spot color used in a document has an instance of this class.SpotColor(PdfSpotColor spot, float tint) Deprecated.