Uses of Class
com.lowagie.text.pdf.PdfSpotColor
-
Packages that use PdfSpotColor Package Description com.lowagie.text.pdf -
-
Uses of PdfSpotColor in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type PdfSpotColor Modifier and Type Field Description protected HashMap<PdfSpotColor,com.lowagie.text.pdf.ColorDetails>PdfWriter. documentColorsThe colors of this documentMethods in com.lowagie.text.pdf that return PdfSpotColor Modifier and Type Method Description PdfSpotColorSpotColor. getPdfSpotColor()Methods in com.lowagie.text.pdf with parameters of type PdfSpotColor Modifier and Type Method Description 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 com.lowagie.text.pdf with parameters of type PdfSpotColor Constructor Description SpotColor(PdfSpotColor spot, float tint)
-