public
static
class
Format.Field
extends AttributedCharacterIterator.Attribute
java.lang.Object | ||
↳ | java.text.AttributedCharacterIterator.Attribute | |
↳ | java.text.Format.Field |
Defines constants that are used as attribute keys in the
AttributedCharacterIterator
returned
from Format.formatToCharacterIterator
and as
field identifiers in FieldPosition
.
Inherited fields |
---|
![]()
java.text.AttributedCharacterIterator.Attribute
|
Protected constructors | |
---|---|
Format.Field(String name)
Creates a Field with the specified name. |
Inherited methods | |
---|---|
![]()
java.text.AttributedCharacterIterator.Attribute
| |
![]()
java.lang.Object
|
Format.Field (String name)
Creates a Field with the specified name.
Parameters | |
---|---|
name |
String :
Name of the attribute
|