public class TextSelection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
length
The length
|
int |
offset
The offset
|
| Constructor and Description |
|---|
TextSelection(int offset,
int length)
Create a new selection
|