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 anAttributedCharacterIteratorthat gives access to the complete content of this attributed string.TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes) Returns anAttributedCharacterIteratorthat gives access to the complete content of this attributed string.TAttributedString.getIterator(TAttributedCharacterIterator.Attribute[] attributes, int start, int end) Returns anAttributedCharacterIteratorthat gives access to the contents of this attributed string starting at indexstartup to indexend.Constructors in org.teavm.classlib.java.text with parameters of type TAttributedCharacterIteratorModifierConstructorDescriptionTAttributedString(TAttributedCharacterIterator iterator, int start, int end) TAttributedString(TAttributedCharacterIterator iterator, int start, int end, TAttributedCharacterIterator.Attribute[] attributes)