|
|||||||||
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 | |
---|---|
java.awt.Color |
altcs
The alternative color space |
PdfName |
name
The color name |
protected float |
tint
|
Constructor Summary | |
---|---|
PdfSpotColor(java.lang.String name,
float tint,
java.awt.Color altcs)
Constructs a new PdfSpotColor . |
Method Summary | |
---|---|
java.awt.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 java.awt.Color altcs
Constructor Detail |
---|
public PdfSpotColor(java.lang.String name, float tint, java.awt.Color altcs)
PdfSpotColor
.
name
- a String valuetint
- a tint value between 0 and 1altcs
- a altnative colorspace valueMethod Detail |
---|
public float getTint()
public java.awt.Color getAlternativeCS()
protected PdfObject getSpotObject(PdfWriter writer) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |