SelectionBoundary
public final class SelectionBoundary
Represents one edge of the selected content.
Summary
Public constructors |
|---|
SelectionBoundary(int index, Point point, boolean isRtl) |
Public methods |
|
|---|---|
final int |
getIndex(): Index of the selection boundary |
final Point |
getPoint(): The point of selection boundary. |
final boolean |
isRtl(): Determines whether the direction of selection is right-to-left (rtl) or reverse |
Public constructors
SelectionBoundary
Added in 1.0.0-alpha11
public SelectionBoundary(int index, Point point, boolean isRtl)
| Parameters | |
|---|---|
int index |
: Index of the selection boundary |
Point point |
: The point of selection boundary. |
boolean isRtl |
: Determines whether the direction of selection is right-to-left (rtl) or reverse |
Public methods
isRtl
Added in 1.0.0-alpha11
public final boolean isRtl()
: Determines whether the direction of selection is right-to-left (rtl) or reverse