加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090226230359/http://developer.android.com:80/reference/java/text/AttributedString.html
public class

AttributedString

extends Object
java.lang.Object
   ↳ java.text.AttributedString

Class Overview

AttributedString

Summary

Public Constructors
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)
Public Methods
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()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AttributedString (AttributedCharacterIterator iterator)

public AttributedString (AttributedCharacterIterator iterator, int start, int end)

public AttributedString (AttributedCharacterIterator iterator, int start, int end, Attribute[] attributes)

public AttributedString (String value)

public AttributedString (String value, Map<? extends AttributedCharacterIterator.Attribute, ?> attributes)

Public Methods

public void addAttribute (AttributedCharacterIterator.Attribute attribute, Object value, int start, int end)

public void addAttribute (AttributedCharacterIterator.Attribute attribute, Object value)

public void addAttributes (Map<? extends AttributedCharacterIterator.Attribute, ?> attributes, int start, int end)

public AttributedCharacterIterator getIterator (Attribute[] attributes)

public AttributedCharacterIterator getIterator (Attribute[] attributes, int start, int end)

public AttributedCharacterIterator getIterator ()