javax.accessibility
public class AccessibleAttributeSequence extends Object
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(int start, int end, AttributeSet attr)
Creates a new instance using the specified attributes
and the supplied start and end indicies.
| |
Parameters: start the index of the start of the text. end the index of the end of the text. attr the attributes applied to the text sequence.
Since: 1.6