com.lowagie.text.pdf
Class PdfSpotColor

java.lang.Object
  extended bycom.lowagie.text.pdf.PdfSpotColor

public class PdfSpotColor
extends Object

A PdfSpotColor defines a ColorSpace

See Also:
PdfDictionary

Field Summary
 Color altcs
           
 PdfName name
           
protected  float tint
           
 
Constructor Summary
PdfSpotColor(String name, float tint, Color altcs)
          Constructs a new PdfSpotColor.
 
Method Summary
 Color getAlternativeCS()
           
(package private)  PdfArray getPdfArray(PdfWriter writer)
           
 float getTint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tint

protected float tint

name

public PdfName name

altcs

public Color altcs
Constructor Detail

PdfSpotColor

public PdfSpotColor(String name,
                    float tint,
                    Color altcs)
Constructs a new PdfSpotColor.

Parameters:
name - a String value
tint - a tint value between 0 and 1
altcs - a altnative colorspace value
Method Detail

getTint

public float getTint()

getAlternativeCS

public Color getAlternativeCS()

getPdfArray

PdfArray getPdfArray(PdfWriter writer)
               throws IOException
Throws:
IOException