Package com.aowagie.text.pdf
Class PdfSpotColor
java.lang.Object
com.aowagie.text.pdf.PdfSpotColor
A
PdfSpotColor
defines a ColorSpace- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the alternative ColorSpace.protected PdfObject
getSpotObject
(PdfWriter writer) float
getTint()
Gets the tint of the SpotColor.
-
Field Details
-
tint
private float tint -
name
The color name -
altcs
The alternative color space
-
-
Constructor Details
-
PdfSpotColor
public PdfSpotColor()
-
-
Method Details
-
getTint
public float getTint()Gets the tint of the SpotColor.- Returns:
- a float
-
getAlternativeCS
Gets the alternative ColorSpace.- Returns:
- a Color
-
getSpotObject
-