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 booleanequals(Object o)intgetCol()Returns the column of this position instanceintgetRow()Returns the row of this position instanceinthashCode()StringtoString()
-