Class AreaCoordinates
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.commons.AreaCoordinates
-
public class AreaCoordinates extends Object
- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description AreaCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetX1()intgetX2()intgetY1()intgetY2()voidsetX1(int x1)voidsetX2(int x2)voidsetY1(int y1)voidsetY2(int y2)
-