public static final class AngleFormat.Field extends Format.Field
AngleFormat.formatToCharacterIterator(Object)
.Defined in the sis-utility
module
Modifier and Type | Field and Description |
---|---|
static AngleFormat.Field |
DEGREES
Identifies the degrees field, including the degrees symbol (if any).
|
static AngleFormat.Field |
HEMISPHERE
Identifies the hemisphere symbol (if any).
|
static AngleFormat.Field |
MINUTES
Identifies the minutes field, including the minutes symbol (if any).
|
static AngleFormat.Field |
SECONDS
Identifies the seconds field, including the seconds symbol (if any).
|
INPUT_METHOD_SEGMENT, LANGUAGE, READING
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
Invoked on deserialization for resolving this instance to one of the predefined constants.
|
equals, getName, hashCode, toString
public static final AngleFormat.Field DEGREES
FieldPosition
constructor in order to get the bounding index where degrees have been written.public static final AngleFormat.Field MINUTES
FieldPosition
constructor in order to get the bounding index where minutes have been written.public static final AngleFormat.Field SECONDS
FieldPosition
constructor in order to get the bounding index where seconds have been written.public static final AngleFormat.Field HEMISPHERE
FieldPosition
constructor in order to get the bounding index where hemisphere have been written.protected final Object readResolve() throws InvalidObjectException
readResolve
in class AttributedCharacterIterator.Attribute
InvalidObjectException
- if this instance can not be resolved.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.