English | Site Directory

Android - An Open Handset Alliance Project

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

Build 0.9_r1-107842 - 29 Aug 2008 8:23