|
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.Offset
public class Offset
Offset for movement on browser-rendered canvas.
| Constructor Summary | |
|---|---|
Offset(int x,
int y)
Creates the offset with specified x and y movements |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getX()
Returns the x movement |
int |
getY()
Returns the y movement |
int |
hashCode()
|
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Offset(int x,
int y)
x - the x movementy - the y movement| Method Detail |
|---|
public int getX()
public int getY()
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 | |||||||||