Class ChartBackgroundColor

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChartBackgroundColor
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Overrides the Object.equals method.
      Rgb getRgb()
      Returns the value of field 'rgb'.
      int hashCode()
      Method hashCode.
      void setRgb​(Rgb rgb)
      Sets the value of field 'rgb'.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChartBackgroundColor

        public ChartBackgroundColor()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getRgb

        public Rgb getRgb()
        Returns the value of field 'rgb'.
        Returns:
        the value of field 'Rgb'.
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a hash code value for the object.
      • setRgb

        public void setRgb​(Rgb rgb)
        Sets the value of field 'rgb'.
        Parameters:
        rgb - the value of field 'rgb'.