Package | Description |
---|---|
org.teavm.classlib.java.text |
Modifier and Type | Method and Description |
---|---|
TAttributedCharacterIterator |
TFormat.formatToCharacterIterator(Object object) |
TAttributedCharacterIterator |
TMessageFormat.formatToCharacterIterator(Object object) |
TAttributedCharacterIterator |
TAttributedString.getIterator()
Returns an
AttributedCharacterIterator that gives access to the
complete content of this attributed string. |
TAttributedCharacterIterator |
TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes)
Returns an
AttributedCharacterIterator that gives access to the
complete content of this attributed string. |
TAttributedCharacterIterator |
TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes,
int start,
int end)
Returns an
AttributedCharacterIterator that gives access to the
contents of this attributed string starting at index start up to
index end . |
Constructor and Description |
---|
TAttributedString(TAttributedCharacterIterator iterator) |
TAttributedString(TAttributedCharacterIterator iterator,
int start,
int end) |
TAttributedString(TAttributedCharacterIterator iterator,
int start,
int end,
TAttributedCharacterIterator.Attribute[] attributes) |
Copyright © 2019. All rights reserved.