Selection.Range, Selection.Rect
Constructor | Description |
---|---|
Range() |
|
Range(int start,
int end) |
|
Range(Selection sel) |
Modifier and Type | Method | 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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getEnd, getEndLine, getStart, getStartLine, overlaps, toString
public Range()
public Range(Selection sel)
public Range(int start, int end)
public int getStart(JEditBuffer buffer, int line)
Selection
public int getEnd(JEditBuffer buffer, int line)
Selection