Uses of Class
com.lowagie.text.pdf.PdfSpotColor
Packages that use PdfSpotColor
-
Uses of PdfSpotColor in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that return PdfSpotColorMethods in com.lowagie.text.pdf with parameters of type PdfSpotColorModifier and TypeMethodDescriptionvoidPdfContentByte.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 com.lowagie.text.pdf with parameters of type PdfSpotColorModifierConstructorDescriptionSpotColor(PdfSpotColor spot) SpotColor(PdfSpotColor spot, float tint)