|
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.Point
public class Point
Point as position rendered on browser canvas.
| Constructor Summary | |
|---|---|
Point(int x,
int y)
Constructs new point with specified x and y positions |
|
| Method Summary | |
|---|---|
Point |
add(Offset offset)
Adds the given offset from this point |
Point |
add(Point point)
Adds the given point from this point |
boolean |
equals(Object obj)
|
int |
getX()
Returns x position |
int |
getY()
Returns y position |
int |
hashCode()
|
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object |
Point |
substract(Offset offset)
Subtracts the given offset from this point |
Point |
substract(Point point)
Subtracts the given point from this point |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point(int x,
int y)
x - y - | Method Detail |
|---|
public int getX()
public int getY()
public Point substract(Point point)
point - to substract
public Point add(Point point)
point - to add
public Point substract(Offset offset)
offset - to subtract
public Point add(Offset offset)
offset - to add
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 | |||||||||