public class LatLonAxisScaleInfo extends AxisScaleInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
COORD_FORMATS
Some default coordinate formats
|
Constructor and Description |
---|
LatLonAxisScaleInfo()
Instantiates a new lat lon scale info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getBaseLabel()
Gets the base label.
|
java.lang.String |
getCoordFormat()
Gets the coord format.
|
double |
getIncrement()
Gets the increment.
|
int |
getMinorDivision()
Gets the minor division.
|
int |
hashCode() |
boolean |
isLabelRelief()
Checks if label has relief.
|
boolean |
isUse360()
Checks to see if user wants 360 degree angles
|
void |
setBaseLabel(double baseLabel)
Sets the base label.
|
void |
setBaseLabel(java.lang.String baseLabel)
Deprecated.
|
void |
setCoordFormat(java.lang.String coordFormat)
Sets the coord format.
|
void |
setIncrement(double increment)
Sets the increment.
|
void |
setIncrement(java.lang.String increment)
Deprecated.
|
void |
setLabelRelief(boolean labelRelief)
Sets the label relief.
|
void |
setMinorDivision(int minorDivision)
Sets the minor division.
|
void |
setUse360(boolean use360)
The user wants 360 degree angles
|
getFont, getLabel, isVisible, setFont, setLabel, setVisible
public static java.lang.String[] COORD_FORMATS
public LatLonAxisScaleInfo()
public java.lang.String getCoordFormat()
public void setCoordFormat(java.lang.String coordFormat)
coordFormat
- the new coord formatpublic double getBaseLabel()
public void setBaseLabel(java.lang.String baseLabel)
baseLabel
- the new base labelpublic void setBaseLabel(double baseLabel)
baseLabel
- the new base labelpublic double getIncrement()
public void setIncrement(java.lang.String increment)
increment
- the new incrementpublic void setIncrement(double increment)
increment
- the new incrementpublic int getMinorDivision()
public void setMinorDivision(int minorDivision)
minorDivision
- the new minor divisionpublic boolean isUse360()
public void setUse360(boolean use360)
use360
- the new use360public boolean isLabelRelief()
public void setLabelRelief(boolean labelRelief)
labelRelief
- the new label reliefpublic int hashCode()
hashCode
in class AxisScaleInfo
public boolean equals(java.lang.Object obj)
equals
in class AxisScaleInfo