Uses of Class
org.openpdf.text.pdf.PdfSpotColor
Packages that use PdfSpotColor
-
Uses of PdfSpotColor in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as PdfSpotColorModifier and TypeFieldDescription(package private) PdfSpotColorSpotColor.spot(package private) PdfSpotColorColorDetails.spotcolorThe colorFields in org.openpdf.text.pdf with type parameters of type PdfSpotColorModifier and TypeFieldDescriptionprotected HashMap<PdfSpotColor,ColorDetails> PdfWriter.documentColorsThe colors of this documentMethods in org.openpdf.text.pdf that return PdfSpotColorMethods in org.openpdf.text.pdf with parameters of type PdfSpotColorModifier and TypeMethodDescription(package private) ColorDetailsPdfWriter.addSimple(PdfSpotColor spc) Adds aSpotColorto the document but not to the page resources.voidPdfContentByte.setColorFill(PdfSpotColor sp, float tint) Sets the fill color to a spot color.voidPdfImportedPage.setColorFill(PdfSpotColor sp, float tint) voidPdfPatternPainter.setColorFill(PdfSpotColor sp, float tint) voidPdfContentByte.setColorStroke(PdfSpotColor sp, float tint) Sets the stroke color to a spot color.voidPdfImportedPage.setColorStroke(PdfSpotColor sp, float tint) voidPdfPatternPainter.setColorStroke(PdfSpotColor sp, float tint) Constructors in org.openpdf.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)