Class PdfSpotColor
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfSpotColor
-
public class PdfSpotColor extends java.lang.Object
APdfSpotColor
defines a ColorSpace- See Also:
PdfDictionary
-
-
Constructor Summary
Constructors Constructor Description PdfSpotColor(java.lang.String name, float tint, java.awt.Color altcs)
Constructs a newPdfSpotColor
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getAlternativeCS()
Gets the alternative ColorSpace.protected PdfObject
getSpotObject(PdfWriter writer)
float
getTint()
Gets the tint of the SpotColor.
-
-
-
Field Detail
-
tint
protected float tint
-
name
public PdfName name
The color name
-
altcs
public java.awt.Color altcs
The alternative color space
-
-