javax.accessibility
Class AccessibleAttributeSequence

java.lang.Object
  extended by javax.accessibility.AccessibleAttributeSequence

public class AccessibleAttributeSequence
extends Object

This is a convenience class that represents an accessible attribute sequence.

Since:
1.5

Field Summary
 AttributeSet attributes
          The attributes of the text.
 int endIndex
          The ending index.
 int startIndex
          The starting index.
 
Constructor Summary
AccessibleAttributeSequence()
          Create a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

public AttributeSet attributes
The attributes of the text.


startIndex

public int startIndex
The starting index.


endIndex

public int endIndex
The ending index.

Constructor Detail

AccessibleAttributeSequence

public AccessibleAttributeSequence()
Create a new instance.