Class SpotColor

All Implemented Interfaces:
Paint, Transparency, Serializable

public class SpotColor extends ExtendedColor
See Also:
  • Field Details

  • Constructor Details

    • SpotColor

      public SpotColor(PdfSpotColor spot, float tint)
    • SpotColor

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

    • getPdfSpotColor

      public PdfSpotColor getPdfSpotColor()
    • getTint

      public float getTint()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Color