javax.accessibility
public class AccessibleTextSequence extends Object
Modifier and Type | Field and Description |
---|---|
int |
endIndex
The ending index.
|
int |
startIndex
The starting index.
|
String |
text
The text of the sequence.
|
Constructor and Description |
---|
AccessibleTextSequence(int start,
int end,
String txt)
Create a new instance.
|
public int startIndex
public int endIndex
public AccessibleTextSequence(int start, int end, String txt)
start
- the initial index of the text within a larger
body of text.end
- the final index of the text within a larger body
of text.txt
- the text itself.