|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.geometry.Dimension
public class Dimension
Dimensions of object rendered by browser.
| Constructor Summary | |
|---|---|
Dimension(int width,
int height)
Creates new dimension with given width and height |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getHeight()
Returns the height |
int |
getWidth()
Returns the width |
int |
hashCode()
|
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object |
Offset |
toOffset()
Converts dimension to offset |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dimension(int width,
int height)
width - height - | Method Detail |
|---|
public int getWidth()
public int getHeight()
public Offset toOffset()
public String inSeleniumRepresentation()
SeleniumRepresentable
inSeleniumRepresentation in interface SeleniumRepresentablepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||