|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.api.ContentInterval
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class ContentInterval
A content interval containing the inclusive start offset and exclusive end offset.
Constructor Summary | |
---|---|
ContentInterval(int startOffset,
int endOffset)
Constructor. |
Method Summary | |
---|---|
int |
getEndOffset()
|
int |
getStartOffset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentInterval(int startOffset, int endOffset)
startOffset
- Interval inclusive start offset.endOffset
- Interval exclusive end offset.Method Detail |
---|
public int getStartOffset()
public int getEndOffset()
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |