Class Rectangle
java.lang.Object
org.openqa.selenium.Rectangle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final int x -
y
public final int y -
height
public final int height -
width
public final int width
-
-
Constructor Details
-
Rectangle
public Rectangle(int x, int y, int height, int width) -
Rectangle
-
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
getHeight
public int getHeight() -
getWidth
public int getWidth() -
getPoint
-
getDimension
-
equals
-
hashCode
-