Selection.Range, Selection.Rect| Constructor and Description | 
|---|
| Range() | 
| Range(int start,
     int end) | 
| Range(Selection sel) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getEnd(JEditBuffer buffer,
      int line)Returns the end of the portion of the selection
 falling on the specified line. | 
| int | getStart(JEditBuffer buffer,
        int line)Returns the beginning of the portion of the selection
 falling on the specified line. | 
clone, getEnd, getEndLine, getStart, getStartLine, overlaps, toStringpublic Range()
public Range(Selection sel)
public Range(int start,
             int end)
public int getStart(JEditBuffer buffer, int line)
Selectionpublic int getEnd(JEditBuffer buffer, int line)
Selection