public interface TextSpan
Modifier and Type | Method and Description |
---|---|
int |
getBegin() |
int |
getEnd() |
int |
getWidth() |
boolean |
overlaps(TextSpan textSpan) |
int getBegin()
int getEnd()
int getWidth()
boolean overlaps(TextSpan textSpan)
textSpan
- another text spanCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.