Package com.microfocus.zfe.haapi.ps
Class Dimension
- java.lang.Object
-
- com.microfocus.zfe.haapi.ps.Dimension
-
public class Dimension extends Object
HAAPI Screen dimension object.
-
-
Constructor Summary
Constructors Constructor Description Dimension(int rows, int cols)Creates a new dimension instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Checks whether two dimension objects have equal values (copied from java.awt.Dimension).intgetCols()intgetRows()inthashCode()StringtoString()
-