java.lang.Object | ||
java.text.AttributedString |
AttributedString
AttributedString(AttributedCharacterIterator iterator) | ||||||
AttributedString(AttributedCharacterIterator iterator, int start, int end) | ||||||
AttributedString(AttributedCharacterIterator iterator, int start, int end, Attribute[] attributes) | ||||||
AttributedString(String value) | ||||||
AttributedString(String value, Map<? extends AttributedCharacterIterator.Attribute, ?> attributes) |
void | addAttribute(AttributedCharacterIterator.Attribute attribute, Object value, int start, int end) | |||||
void | addAttribute(AttributedCharacterIterator.Attribute attribute, Object value) | |||||
void | addAttributes(Map<? extends AttributedCharacterIterator.Attribute, ?> attributes, int start, int end) | |||||
AttributedCharacterIterator | getIterator(Attribute[] attributes) | |||||
AttributedCharacterIterator | getIterator(Attribute[] attributes, int start, int end) | |||||
AttributedCharacterIterator | getIterator() |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |