com.lowagie.text.pdf
Class PdfSpotColor
java.lang.Object
com.lowagie.text.pdf.PdfSpotColor
- public class PdfSpotColor
- extends Object
A PdfSpotColor
defines a ColorSpace
- See Also:
PdfDictionary
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tint
protected float tint
name
public PdfName name
altcs
public Color altcs
PdfSpotColor
public PdfSpotColor(String name,
float tint,
Color altcs)
- Constructs a new
PdfSpotColor
.
- Parameters:
name
- a String valuetint
- a tint value between 0 and 1altcs
- a altnative colorspace value
getTint
public float getTint()
getAlternativeCS
public Color getAlternativeCS()
getPdfArray
PdfArray getPdfArray(PdfWriter writer)
throws IOException
- Throws:
IOException