Android
java.text
public interface

java.text.AttributedCharacterIterator

java.text.AttributedCharacterIterator CharacterIterator

Summary

Constants inherited from interface java.text.CharacterIterator

Public Methods

          Set<AttributedCharacterIterator.Attribute getAllAttributeKeys()
          Object  getAttribute(AttributedCharacterIterator.Attribute attribute)
          Map<AttributedCharacterIterator.AttributeObject getAttributes()
          int  getRunLimit(AttributedCharacterIterator.Attribute attribute)
          int  getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)
          int  getRunLimit()
          int  getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)
          int  getRunStart(AttributedCharacterIterator.Attribute attribute)
          int  getRunStart()
Methods inherited from interface java.text.CharacterIterator

Details

Public Methods

public Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()

public Object getAttribute(AttributedCharacterIterator.Attribute attribute)

public int getRunLimit(AttributedCharacterIterator.Attribute attribute)

public int getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)

public int getRunLimit()

public int getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)

public int getRunStart(AttributedCharacterIterator.Attribute attribute)

public int getRunStart()

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