|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.text.AttributedString
public class AttributedString
AttributedString
| Nested Class Summary | |
|---|---|
(package private) static class |
AttributedString.AttributedIterator
|
(package private) static class |
AttributedString.Range
|
| Field Summary | |
|---|---|
(package private) Map<AttributedCharacterIterator.Attribute,List<AttributedString.Range>> |
attributeMap
|
(package private) String |
text
|
| Constructor Summary | |
|---|---|
AttributedString(AttributedCharacterIterator iterator)
|
|
AttributedString(AttributedCharacterIterator iterator,
int start,
int end)
|
|
AttributedString(AttributedCharacterIterator iterator,
int start,
int end,
AttributedCharacterIterator.Attribute[] attributes)
|
|
AttributedString(String value)
|
|
AttributedString(String value,
Map<? extends AttributedCharacterIterator.Attribute,?> attributes)
|
|
| Method Summary | |
|---|---|
void |
addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value)
|
void |
addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value,
int start,
int end)
|
void |
addAttributes(Map<? extends AttributedCharacterIterator.Attribute,?> attributes,
int start,
int end)
|
AttributedCharacterIterator |
getIterator()
|
AttributedCharacterIterator |
getIterator(AttributedCharacterIterator.Attribute[] attributes)
|
AttributedCharacterIterator |
getIterator(AttributedCharacterIterator.Attribute[] attributes,
int start,
int end)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String text
Map<AttributedCharacterIterator.Attribute,List<AttributedString.Range>> attributeMap
| Constructor Detail |
|---|
public AttributedString(AttributedCharacterIterator iterator)
public AttributedString(AttributedCharacterIterator iterator,
int start,
int end)
public AttributedString(AttributedCharacterIterator iterator,
int start,
int end,
AttributedCharacterIterator.Attribute[] attributes)
public AttributedString(String value)
public AttributedString(String value,
Map<? extends AttributedCharacterIterator.Attribute,?> attributes)
| Method Detail |
|---|
public void addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value)
public void addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value,
int start,
int end)
public void addAttributes(Map<? extends AttributedCharacterIterator.Attribute,?> attributes,
int start,
int end)
public AttributedCharacterIterator getIterator()
public AttributedCharacterIterator getIterator(AttributedCharacterIterator.Attribute[] attributes)
public AttributedCharacterIterator getIterator(AttributedCharacterIterator.Attribute[] attributes,
int start,
int end)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||