|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.PdfSpotColor
public class PdfSpotColor
A PdfSpotColor
defines a ColorSpace
PdfDictionary
Field Summary | |
---|---|
BaseColor |
altcs
The alternative color space |
PdfName |
name
The color name |
Constructor Summary | |
---|---|
PdfSpotColor(String name,
BaseColor altcs)
Constructs a new PdfSpotColor . |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
BaseColor |
getAlternativeCS()
Gets the alternative ColorSpace. |
protected PdfObject |
getSpotObject(PdfWriter writer)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PdfName name
public BaseColor altcs
Constructor Detail |
---|
public PdfSpotColor(String name, BaseColor altcs)
PdfSpotColor
.
name
- a String valuealtcs
- an alternative colorspace valueMethod Detail |
---|
public BaseColor getAlternativeCS()
protected PdfObject getSpotObject(PdfWriter writer)
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |