Package com.lowagie.text.pdf
Class PdfSpotColor
java.lang.Object
com.lowagie.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)
-
Field Details
-
name
The color name -
altcs
The alternative color space
-
-
Constructor Details
-
PdfSpotColor
Constructs a newPdfSpotColor
.- Parameters:
name
- a String valuealtcs
- an alternative colorspace value
-
-
Method Details
-
getAlternativeCS
Gets the alternative ColorSpace.- Returns:
- a Color
-
getSpotObject
-