Package ucar.unidata.view.geoloc
Class AxisScaleInfo
java.lang.Object
ucar.visad.display.AxisScaleInfo
ucar.unidata.view.geoloc.LatLonAxisScaleInfo
ucar.unidata.view.geoloc.AxisScaleInfo
AxisScaleInfo JavaBean. Only here so old bundles don't break
deprecated
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ucar.unidata.view.geoloc.LatLonAxisScaleInfo
COORD_FORMATS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCoordFormat
(AxisScaleInfo.CoordSys coordFormat) Deprecated.Methods inherited from class ucar.unidata.view.geoloc.LatLonAxisScaleInfo
equals, getBaseLabel, getCoordFormat, getIncrement, getMinorDivision, hashCode, isLabelRelief, isUse360, setBaseLabel, setBaseLabel, setCoordFormat, setIncrement, setIncrement, setLabelRelief, setMinorDivision, setUse360
Methods inherited from class ucar.visad.display.AxisScaleInfo
getFont, getLabel, isVisible, setFont, setLabel, setVisible
-
Constructor Details
-
AxisScaleInfo
public AxisScaleInfo()Instantiates a new lat lon scale info.
-
-
Method Details
-
setCoordFormat
Deprecated.Set the format- Parameters:
coordFormat
- the format
-