javax.accessibility

Class AccessibleAttributeSequence

public class AccessibleAttributeSequence extends Object

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

Since: 1.5

Field Summary
AttributeSetattributes
The attributes of the text.
intendIndex
The ending index.
intstartIndex
The starting index.
Constructor Summary
AccessibleAttributeSequence()
Create a new instance.

Field Detail

attributes

public AttributeSet attributes
The attributes of the text.

endIndex

public int endIndex
The ending index.

startIndex

public int startIndex
The starting index.

Constructor Detail

AccessibleAttributeSequence

public AccessibleAttributeSequence()
Create a new instance.