|
||||||||||
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 | |
---|---|
com.itextpdf.text.pdf.ColorDetails |
altColorDetails
|
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 o)
|
BaseColor |
getAlternativeCS()
Gets the alternative ColorSpace. |
com.itextpdf.text.pdf.ColorDetails[] |
getColorantDetails(PdfWriter writer)
|
PdfName |
getName()
|
PdfObject |
getPdfObject(PdfWriter writer)
|
protected PdfObject |
getSpotObject(PdfWriter writer)
Deprecated. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PdfName name
public BaseColor altcs
public com.itextpdf.text.pdf.ColorDetails altColorDetails
Constructor Detail |
---|
public PdfSpotColor(String name, BaseColor altcs)
PdfSpotColor
.
name
- a String valuealtcs
- an alternative colorspace valueMethod Detail |
---|
public com.itextpdf.text.pdf.ColorDetails[] getColorantDetails(PdfWriter writer)
getColorantDetails
in interface IPdfSpecialColorSpace
public BaseColor getAlternativeCS()
public PdfName getName()
@Deprecated protected PdfObject getSpotObject(PdfWriter writer)
public PdfObject getPdfObject(PdfWriter writer)
getPdfObject
in interface ICachedColorSpace
public boolean equals(Object o)
equals
in interface ICachedColorSpace
equals
in class Object
public int hashCode()
hashCode
in interface ICachedColorSpace
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |