Uses of Interface
org.teavm.classlib.java.text.TAttributedCharacterIterator
Packages that use TAttributedCharacterIterator
-
Uses of TAttributedCharacterIterator in org.teavm.classlib.java.text
Methods in org.teavm.classlib.java.text that return TAttributedCharacterIteratorModifier and TypeMethodDescriptionTFormat.formatToCharacterIterator(Object object)
TMessageFormat.formatToCharacterIterator(Object object)
TAttributedString.getIterator()
Returns anAttributedCharacterIterator
that gives access to the complete content of this attributed string.TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes)
Returns anAttributedCharacterIterator
that gives access to the complete content of this attributed string.TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes, int start, int end)
Returns anAttributedCharacterIterator
that gives access to the contents of this attributed string starting at indexstart
up to indexend
.Constructors in org.teavm.classlib.java.text with parameters of type TAttributedCharacterIteratorModifierConstructorDescriptionTAttributedString(TAttributedCharacterIterator iterator)
TAttributedString(TAttributedCharacterIterator iterator, int start, int end)
TAttributedString(TAttributedCharacterIterator iterator, int start, int end, TAttributedCharacterIterator.Attribute[] attributes)