Ajocado API 1.0.0.Alpha2

org.jboss.arquillian.ajocado.geometry
Class Offset

java.lang.Object
  extended by org.jboss.arquillian.ajocado.geometry.Offset

public class Offset
extends Object

Offset for movement on browser-rendered canvas.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
Offset(int x, int y)
           
 
Method Summary
 String getMovement()
          Returns the movement as it is used in Selenium.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Offset

public Offset(int x,
              int y)
Method Detail

getMovement

public String getMovement()
Returns the movement as it is used in Selenium.

Returns:
the movement to use in Selenium API

Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.