com.mindgames.heatrow
Class Location

java.lang.Object
  extended by com.mindgames.heatrow.Location

public class Location
extends Object

Created with IntelliJ IDEA. User: andrebrov Date: 06.03.13 Time: 10:02 To change this template use File | Settings | File Templates.


Constructor Summary
Location()
           
 
Method Summary
 boolean equals(Object o)
           
 org.openqa.selenium.Dimension getDimension()
           
 org.openqa.selenium.Point getTopLeftPoint()
           
 int hashCode()
           
 void setDimension(org.openqa.selenium.Dimension dimension)
           
 void setTopLeftPoint(org.openqa.selenium.Point topLeftPoint)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()
Method Detail

getTopLeftPoint

public org.openqa.selenium.Point getTopLeftPoint()

getDimension

public org.openqa.selenium.Dimension getDimension()

setTopLeftPoint

public void setTopLeftPoint(org.openqa.selenium.Point topLeftPoint)

setDimension

public void setDimension(org.openqa.selenium.Dimension dimension)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.