Package com.aowagie.text.pdf
Class PdfSpotColor
- java.lang.Object
-
- com.aowagie.text.pdf.PdfSpotColor
-
public class PdfSpotColor extends java.lang.Object
APdfSpotColor
defines a ColorSpace- See Also:
PdfDictionary
-
-
Constructor Summary
Constructors Constructor Description PdfSpotColor()
-
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
private float tint
-
name
private PdfName name
The color name
-
altcs
private java.awt.Color altcs
The alternative color space
-
-