Class PdfSpotColor


  • public class PdfSpotColor
    extends java.lang.Object
    A PdfSpotColor defines a ColorSpace
    See Also:
    PdfDictionary
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Color altcs
      The alternative color space
      private PdfName name
      The color name
      private float tint  
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfSpotColor()  
    • Field Detail

      • tint

        private float tint
      • name

        private PdfName name
        The color name
      • altcs

        private java.awt.Color altcs
        The alternative color space
    • Constructor Detail

      • PdfSpotColor

        public PdfSpotColor()
    • Method Detail

      • getTint

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

        public java.awt.Color getAlternativeCS()
        Gets the alternative ColorSpace.
        Returns:
        a Color