|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
org.jeospace.text.AngleFormat.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from AngleFormat.formatToCharacterIterator and as
field identifiers in FieldPosition.
| Field Summary | |
static AngleFormat.Field |
DECIMAL
Constant identifying the decimal fraction field. |
static AngleFormat.Field |
DECIMAL_SYMBOL
Constant identifying the decimal fraction symbol. |
static AngleFormat.Field |
MINUTE
Constant identifying the minute field. |
static AngleFormat.Field |
MINUTE_SYMBOL
Constant identifying the minute symbol. |
static AngleFormat.Field |
PRIMARY_UNIT
Constant identifying the primary unit field. |
static AngleFormat.Field |
PRIMARY_UNIT_SYMBOL
Constant identifying the primary unit symbol. |
static AngleFormat.Field |
SECOND
Constant identifying the second field. |
static AngleFormat.Field |
SECOND_SYMBOL
Constant identifying the second symbol. |
static AngleFormat.Field |
SIGN
Constant identifying the sign field. |
| Fields inherited from class java.text.AttributedCharacterIterator.Attribute |
INPUT_METHOD_SEGMENT, LANGUAGE, READING |
| Constructor Summary | |
protected |
AngleFormat.Field(java.lang.String name)
Creates a Field instance with the specified name. |
| Method Summary | |
protected java.lang.Object |
readResolve()
Resolves instances being deserialized to the predefined constants. |
| Methods inherited from class java.text.AttributedCharacterIterator.Attribute |
equals, getName, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AngleFormat.Field SIGN
public static final AngleFormat.Field PRIMARY_UNIT
public static final AngleFormat.Field PRIMARY_UNIT_SYMBOL
public static final AngleFormat.Field MINUTE
public static final AngleFormat.Field MINUTE_SYMBOL
public static final AngleFormat.Field SECOND
public static final AngleFormat.Field SECOND_SYMBOL
public static final AngleFormat.Field DECIMAL_SYMBOL
public static final AngleFormat.Field DECIMAL
| Constructor Detail |
protected AngleFormat.Field(java.lang.String name)
name - Name of the attribute| Method Detail |
protected java.lang.Object readResolve()
throws java.io.InvalidObjectException
java.io.InvalidObjectException - if the constant could not be resolved.
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||