Package com.microfocus.zfe.haapi.ps
Class Position
- java.lang.Object
-
- com.microfocus.zfe.haapi.ps.Position
-
public class Position extends Object
Represents a screenRows, column location
-
-
Constructor Summary
Constructors Constructor Description Position(int row, int col)
Constructs a new Position instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getCol()
Returns the column of this position instanceint
getRow()
Returns the row of this position instanceint
hashCode()
String
toString()
-