Class PdfSpotColor

java.lang.Object
com.aowagie.text.pdf.PdfSpotColor

public class PdfSpotColor extends Object
A PdfSpotColor defines a ColorSpace
See Also:
  • Field Details

    • tint

      private float tint
    • name

      private PdfName name
      The color name
    • altcs

      private Color altcs
      The alternative color space
  • Constructor Details

    • PdfSpotColor

      public PdfSpotColor()
  • Method Details

    • getTint

      public float getTint()
      Gets the tint of the SpotColor.
      Returns:
      a float
    • getAlternativeCS

      public Color getAlternativeCS()
      Gets the alternative ColorSpace.
      Returns:
      a Color
    • getSpotObject

      protected PdfObject getSpotObject(PdfWriter writer)