Class GridLines

    • Constructor Detail

      • GridLines

        public GridLines()
    • Method Detail

      • deleteVisible

        public void deleteVisible()
      • 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 Optional<Rgb> getRgb()
        Returns the value of field 'rgb'.
        Returns:
        the value of field 'Rgb'.
      • getVisible

        public Boolean getVisible()
        Returns the value of field 'visible'.
        Returns:
        the value of field 'Visible'.
      • hasVisible

        public boolean hasVisible()
        Method hasVisible.
        Returns:
        true if at least one Visible has been added
      • hashCode

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

        public Boolean isVisible()
        Returns the value of field 'visible'.
        Returns:
        the value of field 'Visible'.
      • setRgb

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

        public void setVisible​(Boolean visible)
        Sets the value of field 'visible'.
        Parameters:
        visible - the value of field 'visible'.