Class GridLines

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      GridLines()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleteVisible()  
      boolean equals​(java.lang.Object obj)
      Overrides the Object.equals method.
      java.util.Optional<Rgb> getRgb()
      Returns the value of field 'rgb'.
      java.lang.Boolean getVisible()
      Returns the value of field 'visible'.
      int hashCode()
      Method hashCode.
      boolean hasVisible()
      Method hasVisible.
      java.lang.Boolean isVisible()
      Returns the value of field 'visible'.
      void setRgb​(Rgb rgb)
      Sets the value of field 'rgb'.
      void setVisible​(java.lang.Boolean visible)
      Sets the value of field 'visible'.
      • Methods inherited from class java.lang.Object

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

      • GridLines

        public GridLines()
    • Method Detail

      • deleteVisible

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

        public java.lang.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 java.lang.Object
        Returns:
        a hash code value for the object.
      • isVisible

        public java.lang.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​(java.lang.Boolean visible)
        Sets the value of field 'visible'.
        Parameters:
        visible - the value of field 'visible'.