Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfSpotColor
-
Packages that use PdfSpotColor Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfSpotColor in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfSpotColor Modifier and Type Field Description (package private) PdfSpotColor
SpotColor. spot
(package private) PdfSpotColor
ColorDetails. spotcolor
The colorMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfSpotColor Modifier and Type Method Description PdfSpotColor
SpotColor. getPdfSpotColor()
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfSpotColor Modifier and Type Method Description (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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfSpotColor Constructor Description ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, PdfSpotColor scolor)
Each spot color used in a document has an instance of this class.SpotColor(PdfSpotColor spot)
SpotColor(PdfSpotColor spot, float tint)
-