|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.text.AngleFormatSymbols
Defines the localizable symbols and separators used by AngleFormat.
This class can be instanciated and manipulated to support an unsupported locale.
AngleFormat| Constructor Summary | |
AngleFormatSymbols()
Construct an AngleFormatSymbols object initialized
to the default locale. |
|
AngleFormatSymbols(java.util.Locale locale)
Construct an AngleFormatSymbols object initialized
to the specified locale. |
|
| Method Summary | |
java.lang.Object |
clone()
Return a copy of this AngleFormatSymbols object. |
boolean |
equals(java.lang.Object obj)
Compare two AngleFormatSymbols for equality. |
java.lang.String |
getDecimalSeparator()
Return the string used for decimal sign |
java.lang.String |
getDegreeSymbol()
Return the String representing degrees. |
java.lang.String |
getDirectionAffixSeparator()
Return the string used to separate the direction affix from the numeric portion of the angle. |
java.lang.String |
getEastDirectionSymbol()
Return the string representing the direction East. |
java.lang.String |
getHourSymbol()
Return the String representing hours. |
java.lang.String |
getMinutesOfDegreeSymbol()
Return the String representing minutes of degree. |
java.lang.String |
getMinutesOfHourSymbol()
Return the String representing minutes of hour. |
java.lang.String |
getNegativeDirectionSymbol()
Return the string representing a negative direction. |
java.lang.String |
getNorthDirectionSymbol()
Return the string representing the direction North. |
java.lang.String |
getPositiveDirectionSymbol()
Return the string representing a positive direction. |
java.lang.String |
getRadianSymbol()
Return the String representing radians. |
java.lang.String |
getRevolutionSymbol()
Return the String representing revolutions. |
java.lang.String |
getSecondsOfDegreeSymbol()
Return the String representing seconds of degree. |
java.lang.String |
getSecondsOfHourSymbol()
Return the String representing seconds of hour. |
java.lang.String |
getSexagesimalFieldSeparator()
Return the string used to separate the sexagesimal fields |
java.lang.String |
getSouthDirectionSymbol()
Return the string representing the direction South. |
java.lang.String |
getWestDirectionSymbol()
Return the string representing the direction West. |
int |
hashCode()
Generate a hash code for the AngleFormatSymbols object. |
void |
setDecimalSeparator(java.lang.String decimalSeparator)
Set the string used for decimal sign |
void |
setDegreeSymbol(java.lang.String degreeSymbol)
Set the String representing degrees. |
void |
setDirectionAffixSeparator(java.lang.String directionAffixSeparator)
Set the string used to separate the direction affix from numeric portion of the angle. |
void |
setEastDirectionSymbol(java.lang.String eastDirectionSymbol)
Set the string representing the direction East. |
void |
setHourSymbol(java.lang.String hourSymbol)
Set the String representing hours. |
void |
setMinutesOfDegreeSymbol(java.lang.String minutesOfDegreeSymbol)
Set the String representing minutes of degree. |
void |
setMinutesOfHourSymbol(java.lang.String minutesOfHourSymbol)
Set the String representing minutes of hour. |
void |
setNegativeDirectionSymbol(java.lang.String negativeDirectionSymbol)
Set the string representing a negative direction. |
void |
setNorthDirectionSymbol(java.lang.String northDirectionSymbol)
Set the string representing the direction North. |
void |
setPositiveDirectionSymbol(java.lang.String positiveDirectionSymbol)
Set the string representing a positive direction. |
void |
setRadianSymbol(java.lang.String radianSymbol)
Set the String representing radians. |
void |
setRevolutionSymbol(java.lang.String revolutionSymbol)
Set the String representing revolutions. |
void |
setSecondsOfDegreeSymbol(java.lang.String secondsOfDegreeSymbol)
Set the String representing seconds of degree. |
void |
setSecondsOfHourSymbol(java.lang.String secondsOfHourSymbol)
Set the String representing seconds of hour. |
void |
setSexagesimalFieldSeparator(java.lang.String sexagesimalFieldSeparator)
Set the string used to separate the sexagesimal fields |
void |
setSouthDirectionSymbol(java.lang.String southDirectionSymbol)
Set the string representing the direction South. |
void |
setWestDirectionSymbol(java.lang.String westDirectionSymbol)
Set the string representing the direction West. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AngleFormatSymbols()
AngleFormatSymbols object initialized
to the default locale.
public AngleFormatSymbols(java.util.Locale locale)
AngleFormatSymbols object initialized
to the specified locale.
locale - the locale| Method Detail |
public java.lang.String getPositiveDirectionSymbol()
public java.lang.String getNegativeDirectionSymbol()
public java.lang.String getEastDirectionSymbol()
public java.lang.String getWestDirectionSymbol()
public java.lang.String getNorthDirectionSymbol()
public java.lang.String getSouthDirectionSymbol()
public java.lang.String getDegreeSymbol()
public java.lang.String getMinutesOfDegreeSymbol()
public java.lang.String getSecondsOfDegreeSymbol()
public java.lang.String getHourSymbol()
public java.lang.String getMinutesOfHourSymbol()
public java.lang.String getSecondsOfHourSymbol()
public java.lang.String getRadianSymbol()
public java.lang.String getRevolutionSymbol()
public java.lang.String getDirectionAffixSeparator()
This string is typically blank or contains spaces.
public java.lang.String getDecimalSeparator()
public java.lang.String getSexagesimalFieldSeparator()
public void setPositiveDirectionSymbol(java.lang.String positiveDirectionSymbol)
positiveDirectionSymbol - the positive direction stringpublic void setNegativeDirectionSymbol(java.lang.String negativeDirectionSymbol)
negativeDirectionSymbol - the negative direction stringpublic void setEastDirectionSymbol(java.lang.String eastDirectionSymbol)
eastDirectionSymbol - the positive direction stringpublic void setWestDirectionSymbol(java.lang.String westDirectionSymbol)
westDirectionSymbol - the negative direction stringpublic void setNorthDirectionSymbol(java.lang.String northDirectionSymbol)
northDirectionSymbol - the positive direction stringpublic void setSouthDirectionSymbol(java.lang.String southDirectionSymbol)
southDirectionSymbol - the negative direction stringpublic void setDegreeSymbol(java.lang.String degreeSymbol)
degreeSymbol - the degree symbolpublic void setMinutesOfDegreeSymbol(java.lang.String minutesOfDegreeSymbol)
minutesOfDegreeSymbol - the minutes of degree symbolpublic void setSecondsOfDegreeSymbol(java.lang.String secondsOfDegreeSymbol)
secondsOfDegreeSymbol - the seconds of degree symbolpublic void setHourSymbol(java.lang.String hourSymbol)
hourSymbol - the hour symbolpublic void setMinutesOfHourSymbol(java.lang.String minutesOfHourSymbol)
minutesOfHourSymbol - the minutes of hour symbolpublic void setSecondsOfHourSymbol(java.lang.String secondsOfHourSymbol)
secondsOfHourSymbol - the seconds of hour symbolpublic void setRadianSymbol(java.lang.String radianSymbol)
radianSymbol - the radian symbolpublic void setRevolutionSymbol(java.lang.String revolutionSymbol)
revolutionSymbol - the revolution symbolpublic void setDirectionAffixSeparator(java.lang.String directionAffixSeparator)
directionAffixSeparator - the direction affix separator stringpublic void setDecimalSeparator(java.lang.String decimalSeparator)
decimalSeparator - the decimal separator stringpublic void setSexagesimalFieldSeparator(java.lang.String sexagesimalFieldSeparator)
sexagesimalFieldSeparator - the sexagesimal field separator stringpublic java.lang.Object clone()
AngleFormatSymbols object. Overrides Cloneable.
AngleFormatSymbols object.public int hashCode()
AngleFormatSymbols object.
public boolean equals(java.lang.Object obj)
AngleFormatSymbols for equality. The result is
true if and only if the argument object is not null, is an
AngleFormatSymbols object and contains the same symbol set
as this AngleFormatSymbols object.
obj - the object to compare with
true if the AngleFormatSymbols are the same;
false otherwise.
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||