Package ucar.visad.display
Class AxisScaleInfo
java.lang.Object
ucar.visad.display.AxisScaleInfo
- Direct Known Subclasses:
LatLonAxisScaleInfo
,VertScaleInfo
AxisScaleInfo JavaBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFont()
Gets the font.getLabel()
Gets the label.int
hashCode()
boolean
Checks if is visible.void
Sets the font.void
Sets the label.void
setVisible
(boolean visible) Sets the visible.
-
Constructor Details
-
AxisScaleInfo
public AxisScaleInfo()Instantiates a new lat lon scale info.
-
-
Method Details
-
getLabel
Gets the label.- Returns:
- the label
-
setLabel
Sets the label.- Parameters:
label
- the new label
-
getFont
Gets the font.- Returns:
- the font
-
setFont
Sets the font.- Parameters:
font
- the new font
-
isVisible
public boolean isVisible()Checks if is visible.- Returns:
- true, if is visible
-
setVisible
public void setVisible(boolean visible) Sets the visible.- Parameters:
visible
- the new visible
-
hashCode
public int hashCode() -
equals
-