@NonNullByDefault
public interface ITextRegion
| Modifier and Type | Field and Description | 
|---|---|
static ITextRegion | 
EMPTY_REGION  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contains(int offset)  | 
boolean | 
contains(ITextRegion other)  | 
int | 
getLength()  | 
int | 
getOffset()  | 
ITextRegion | 
merge(ITextRegion region)  | 
static final ITextRegion EMPTY_REGION
int getOffset()
int getLength()
ITextRegion merge(ITextRegion region)
boolean contains(ITextRegion other)
boolean contains(int offset)