Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
Class ContentInterval

java.lang.Object
  extended by ro.sync.ecss.extensions.api.ContentInterval

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public class ContentInterval
extends java.lang.Object

A content interval containing the inclusive start offset and exclusive end offset.

Since:
14

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

ContentInterval

public ContentInterval(int startOffset,
                       int endOffset)
Constructor.

Parameters:
startOffset - Interval inclusive start offset.
endOffset - Interval exclusive end offset.
Method Detail

getStartOffset

public int getStartOffset()
Returns:
Returns the content interval inclusive start offset.

getEndOffset

public int getEndOffset()
Returns:
Returns the content interval exclusive end offset.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.