Class SpotColor

All Implemented Interfaces:
Paint, Transparency, Serializable

@Deprecated public class SpotColor extends ExtendedColor
Deprecated.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      See Also:
    • spot

      Deprecated.
    • tint

      float tint
      Deprecated.
  • Constructor Details

    • SpotColor

      public SpotColor(PdfSpotColor spot, float tint)
      Deprecated.
    • SpotColor

      public SpotColor(float red, float green, float blue, float alpha, float tint)
      Deprecated.
  • Method Details

    • getPdfSpotColor

      public PdfSpotColor getPdfSpotColor()
      Deprecated.
    • getTint

      public float getTint()
      Deprecated.
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Color
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Color