public static class Selection.Rect extends Selection
Selection.Range, Selection.Rect
Constructor and Description |
---|
Selection.Rect() |
Selection.Rect(int start,
int end) |
Selection.Rect(int startLine,
int start,
int endLine,
int end) |
Selection.Rect(JEditBuffer buffer,
int startLine,
int startColumn,
int endLine,
int endColumn) |
Selection.Rect(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 |
getEndColumn(JEditBuffer buffer) |
int |
getStart(JEditBuffer buffer,
int line)
Returns the beginning of the portion of the selection
falling on the specified line.
|
int |
getStartColumn(JEditBuffer buffer) |
clone, getEnd, getEndLine, getStart, getStartLine, overlaps, toString
public Selection.Rect()
public Selection.Rect(Selection sel)
public Selection.Rect(int start, int end)
public Selection.Rect(int startLine, int start, int endLine, int end)
public Selection.Rect(JEditBuffer buffer, int startLine, int startColumn, int endLine, int endColumn)
public int getStartColumn(JEditBuffer buffer)
public int getEndColumn(JEditBuffer buffer)
public int getStart(JEditBuffer buffer, int line)
Selection
public int getEnd(JEditBuffer buffer, int line)
Selection