io.selendroid.server.model.interactions
Class AndroidCoordinates

java.lang.Object
  extended by io.selendroid.server.model.interactions.AndroidCoordinates
All Implemented Interfaces:
Coordinates

public class AndroidCoordinates
extends Object
implements Coordinates


Constructor Summary
AndroidCoordinates(String elementId, Point pointOfLocationOfElement)
           
 
Method Summary
 Object getAuxiliary()
           
 Point getLocationInDOM()
           
 Point getLocationInViewPort()
           
 Point getLocationOnScreen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidCoordinates

public AndroidCoordinates(String elementId,
                          Point pointOfLocationOfElement)
Method Detail

getLocationOnScreen

public Point getLocationOnScreen()
Specified by:
getLocationOnScreen in interface Coordinates

getLocationInViewPort

public Point getLocationInViewPort()
Specified by:
getLocationInViewPort in interface Coordinates

getLocationInDOM

public Point getLocationInDOM()
Specified by:
getLocationInDOM in interface Coordinates

getAuxiliary

public Object getAuxiliary()
Specified by:
getAuxiliary in interface Coordinates


Copyright © 2014. All rights reserved.