Searched defs:AttributedString (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java32 * An AttributedString holds text and related attribute information. It
50 public class AttributedString { class
68 * Constructs an AttributedString instance with the given
72 * AttributedString from.
75 AttributedString(AttributedCharacterIterator[] iterators) { method in class:AttributedString
121 * Constructs an AttributedString instance with the given text.
125 public AttributedString(String text) { method in class:AttributedString
133 * Constructs an AttributedString instance with the given text and attributes.
142 public AttributedString(String text, method in class:AttributedString
173 * Constructs an AttributedString instanc
178 public AttributedString(AttributedCharacterIterator text) { method in class:AttributedString
202 public AttributedString(AttributedCharacterIterator text, method in class:AttributedString
230 public AttributedString(AttributedCharacterIterator text, method in class:AttributedString
[all...]

Completed in 35 milliseconds