org.openqa.selenium
Class Dimension
java.lang.Object
org.openqa.selenium.Dimension
public class Dimension
- extends Object
Similar to Point - implement locally to avoid depending on GWT.
Constructor Summary |
Dimension(int width,
int height)
|
width
public final int width
height
public final int height
Dimension
public Dimension(int width,
int height)
getWidth
public int getWidth()
getHeight
public int getHeight()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All rights reserved.