|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.pilots.html4.HighlightRange
This class holds the information for highlighted text in a bundle. Highlights can be either selection ranges, or multiple highlight areas within a text passage.
| Constructor Summary | |
HighlightRange(int chrStart,
int chrEnd)
|
|
| Method Summary | |
int |
getHighlightEnd()
Retrieve the zero based ending character index of the highlighted range. |
int |
getHighlightStart()
Retrieve the zero based starting character index of the highlighted range. |
void |
setHighlightEnd(int highlightEnd)
Set the zero based ending character index of the highlighted range. |
void |
setHighlightStart(int highlightStart)
Set the zero based starting character index of the highlighted range. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HighlightRange(int chrStart,
int chrEnd)
| Method Detail |
public void setHighlightStart(int highlightStart)
highlightStart - first character to be highlighted in this passagepublic void setHighlightEnd(int highlightEnd)
highlightEnd - last character to be highlighted in this passagepublic int getHighlightStart()
public int getHighlightEnd()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||