Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api.highlights
Interface Highlight


public interface Highlight

The highlight interface.


Method Summary
 Object getAdditionalData()
           
 int getEndOffset()
          Gets the ending model offset for the highlight.
 HighlightPainter getPainter()
          Gets the painter for the highlighter.
 int getStartOffset()
          Gets the starting model offset for the highlight.
 

Method Detail

getStartOffset

int getStartOffset()
Gets the starting model offset for the highlight.

Returns:
the starting offset >= 0

getEndOffset

int getEndOffset()
Gets the ending model offset for the highlight.

Returns:
the ending offset >= 0

getAdditionalData

Object getAdditionalData()
Returns:
Additional data for the highlight.

getPainter

HighlightPainter getPainter()
Gets the painter for the highlighter.

Returns:
the painter

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.