public class AxisScaleInfo
extends java.lang.Object
Constructor and Description |
---|
AxisScaleInfo()
Instantiates a new lat lon scale info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.awt.Font |
getFont()
Gets the font.
|
java.lang.String |
getLabel()
Gets the label.
|
int |
hashCode() |
boolean |
isVisible()
Checks if is visible.
|
void |
setFont(java.awt.Font font)
Sets the font.
|
void |
setLabel(java.lang.String label)
Sets the label.
|
void |
setVisible(boolean visible)
Sets the visible.
|
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new labelpublic java.awt.Font getFont()
public void setFont(java.awt.Font font)
font
- the new fontpublic boolean isVisible()
public void setVisible(boolean visible)
visible
- the new visiblepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object