public class SelectionRange
extends java.lang.Object
Constructor and Description |
---|
SelectionRange() |
SelectionRange(long start,
long end) |
Modifier and Type | Method and Description |
---|---|
long |
getEnd() |
long |
getFirst()
Returns first data position of the selection.
|
long |
getLast()
Returns last data position of the selection.
|
long |
getLength()
Returns length of the selected area.
|
long |
getStart() |
void |
setEnd(long end) |
void |
setStart(long start) |
public SelectionRange()
public SelectionRange(long start, long end)
public long getStart()
public void setStart(long start)
public long getEnd()
public void setEnd(long end)
public long getFirst()
public long getLast()
public long getLength()