Uses of Interface
java.text.AttributedCharacterIterator
| Package | Description |
|---|---|
| java.text | |
| libcore.icu |
-
Uses of AttributedCharacterIterator in java.text
Methods in java.text that return AttributedCharacterIterator Modifier and Type Method Description AttributedCharacterIteratorDecimalFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this decimal format and returns anAttributedCharacterIteratorwith the formatted number and attributes.AttributedCharacterIteratorFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this format and returns anAttributedCharacterIteratorwith the formatted string and no attributes.AttributedCharacterIteratorMessageFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this message format and returns anAttributedCharacterIteratorwith the formatted message and attributes.AttributedCharacterIteratorSimpleDateFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this simple date format and returns anAttributedCharacterIteratorwith the formatted date and attributes.AttributedCharacterIteratorAttributedString. getIterator()Returns anAttributedCharacterIteratorthat gives access to the complete content of this attributed string.AttributedCharacterIteratorAttributedString. getIterator(AttributedCharacterIterator.Attribute[] attributes)Returns anAttributedCharacterIteratorthat gives access to the complete content of this attributed string.AttributedCharacterIteratorAttributedString. getIterator(AttributedCharacterIterator.Attribute[] attributes, int start, int end)Returns anAttributedCharacterIteratorthat gives access to the contents of this attributed string starting at indexstartup to indexend.Constructors in java.text with parameters of type AttributedCharacterIterator Constructor Description AttributedString(AttributedCharacterIterator iterator)Constructs anAttributedStringfrom anAttributedCharacterIterator, which represents attributed text.AttributedString(AttributedCharacterIterator iterator, int start, int end)Constructs anAttributedStringfrom a range of the text contained in the specifiedAttributedCharacterIterator, starting atstartand ending atend.AttributedString(AttributedCharacterIterator iterator, int start, int end, AttributedCharacterIterator.Attribute[] attributes)Constructs anAttributedStringfrom a range of the text contained in the specifiedAttributedCharacterIterator, starting atstart, ending atendand it will copy the attributes defined in the specified set.Bidi(AttributedCharacterIterator paragraph)Creates aBidiobject from theAttributedCharacterIteratorof a paragraph text. -
Uses of AttributedCharacterIterator in libcore.icu
Methods in libcore.icu that return AttributedCharacterIterator Modifier and Type Method Description AttributedCharacterIteratorNativeDecimalFormat. formatToCharacterIterator(Object object)