javax.accessibility
public class AccessibleAttributeSequence extends Object
AccessibleContext.ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED
events are fired.Modifier and Type | Field and Description |
---|---|
AttributeSet |
attributes
The attributes of the text.
|
int |
endIndex
The ending index.
|
int |
startIndex
The starting index.
|
Constructor and Description |
---|
AccessibleAttributeSequence(int start,
int end,
AttributeSet attr)
Creates a new instance using the specified attributes
and the supplied start and end indicies.
|
public AttributeSet attributes
public int startIndex
public int endIndex
public AccessibleAttributeSequence(int start, int end, AttributeSet attr)
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.