java.lang.Object
fr.opensagres.xdocreport.document.textstyling.properties.Color

public class Color extends Object
Representation of a text color. Only supports RGB.
  • Constructor Details

    • Color

      public Color(int red, int green, int blue)
  • Method Details

    • getRed

      public int getRed()
    • getGreen

      public int getGreen()
    • getBlue

      public int getBlue()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object