Android
java.text
public class

java.text.AttributedString

java.lang.Object
java.text.AttributedString

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()
Methods inherited from class java.lang.Object

Details

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()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48