public class GridLines extends Object implements Serializable
Constructor and Description |
---|
GridLines() |
Modifier and Type | Method and Description |
---|---|
void |
deleteVisible() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Optional<Rgb> |
getRgb()
Returns the value of field 'rgb'.
|
Boolean |
getVisible()
Returns the value of field 'visible'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasVisible()
Method hasVisible.
|
Boolean |
isVisible()
Returns the value of field 'visible'.
|
void |
setRgb(Rgb rgb)
Sets the value of field 'rgb'.
|
void |
setVisible(Boolean visible)
Sets the value of field 'visible'.
|
public void deleteVisible()
public boolean equals(Object obj)
public Optional<Rgb> getRgb()
public Boolean getVisible()
public boolean hasVisible()
public int hashCode()
public Boolean isVisible()
public void setRgb(Rgb rgb)
rgb
- the value of field 'rgb'.public void setVisible(Boolean visible)
visible
- the value of field 'visible'.Copyright © 2021. All rights reserved.