net.thucydides.core.geometry
Class Point

Package class diagram package Point
java.lang.Object
  extended by net.thucydides.core.geometry.Point

public class Point
extends Object


Constructor Summary
Point(BigDecimal x, BigDecimal y)
           
 
Method Summary
static Point at(BigDecimal x, BigDecimal y)
           
static Point at(int x, int y)
           
static Point at(long x, long y)
           
 boolean equals(Object o)
           
 BigDecimal getX()
           
 BigDecimal getY()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(BigDecimal x,
             BigDecimal y)
Method Detail

at

public static Point at(int x,
                       int y)

at

public static Point at(long x,
                       long y)

at

public static Point at(BigDecimal x,
                       BigDecimal y)

getX

public BigDecimal getX()

getY

public BigDecimal getY()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.