Class SpotColor

  • All Implemented Interfaces:
    java.awt.Paint, java.awt.Transparency, java.io.Serializable

    public class SpotColor
    extends ExtendedColor
    See Also:
    Serialized Form
    • Constructor Detail

      • SpotColor

        public SpotColor​(PdfSpotColor spot,
                         float tint)
      • SpotColor

        public SpotColor​(float red,
                         float green,
                         float blue,
                         float alpha,
                         float tint)
    • Method Detail

      • getTint

        public float getTint()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.awt.Color
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.awt.Color