|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.PdfSpotColor
public class PdfSpotColor
A PdfSpotColor defines a ColorSpace
PdfDictionary| Field Summary | |
|---|---|
Color |
altcs
The alternative color space |
PdfName |
name
The color name |
protected float |
tint
|
| Constructor Summary | |
|---|---|
PdfSpotColor(String name,
float tint,
Color altcs)
Constructs a new PdfSpotColor. |
|
| Method Summary | |
|---|---|
Color |
getAlternativeCS()
Gets the alternative ColorSpace. |
protected PdfObject |
getSpotObject(PdfWriter writer)
|
float |
getTint()
Gets the tint of the SpotColor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected float tint
public PdfName name
public Color altcs
| Constructor Detail |
|---|
public PdfSpotColor(String name,
float tint,
Color altcs)
PdfSpotColor.
name - a String valuetint - a tint value between 0 and 1altcs - a altnative colorspace value| Method Detail |
|---|
public float getTint()
public Color getAlternativeCS()
protected PdfObject getSpotObject(PdfWriter writer)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||