Package com.microfocus.zfe.haapi.ps
Class Position
java.lang.Object
com.microfocus.zfe.haapi.ps.Position
Represents a screenRows, column location
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Position
public Position(int row, int col) Constructs a new Position instance- Parameters:
row
- the position rowcol
- the position column
-
-
Method Details
-
getRow
public int getRow()Returns the row of this position instance- Returns:
- the row of this position instance
-
getCol
public int getCol()Returns the column of this position instance- Returns:
- the column of this position instance
-
toString
-
equals
-
hashCode
public int hashCode()
-