public class PdfSpotColor
extends java.lang.Object
PdfSpotColor
defines a ColorSpacePdfDictionary
Modifier and Type | Field and Description |
---|---|
BaseColor |
altcs
The alternative color space
|
PdfName |
name
The color name
|
Constructor and Description |
---|
PdfSpotColor(java.lang.String name,
BaseColor altcs)
Constructs a new
PdfSpotColor . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
BaseColor |
getAlternativeCS()
Gets the alternative ColorSpace.
|
protected PdfObject |
getSpotObject(PdfWriter writer) |
public PdfName name
public BaseColor altcs
public PdfSpotColor(java.lang.String name, BaseColor altcs)
PdfSpotColor
.name
- a String valuealtcs
- an alternative colorspace valueCopyright © 2013. All Rights Reserved.