Class CursorLocation
java.lang.Object
org.aesh.readline.cursor.CursorLocation
- Author:
- jdenise@redhat.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CursorLocation
public CursorLocation(int row, int column)
-
-
Method Details
-
getColumn
public int getColumn()- Returns:
- the column
-
getRow
public int getRow()- Returns:
- the row
-