Class ChartBackgroundColor

    • Constructor Detail

      • ChartBackgroundColor

        public ChartBackgroundColor()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class 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 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'.