Class PdfSpotColor
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfSpotColor
-
public class PdfSpotColor extends java.lang.ObjectAPdfSpotColordefines 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.ColorgetAlternativeCS()Gets the alternative ColorSpace.protected PdfObjectgetSpotObject(PdfWriter writer)floatgetTint()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
-
-