Package net.thucydides.core.geometry
Class Point
java.lang.Object
net.thucydides.core.geometry.Point
public class Point
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Point(java.math.BigDecimal x, java.math.BigDecimal y) -
Method Summary
Modifier and Type Method Description static Pointat(int x, int y)static Pointat(long x, long y)static Pointat(java.math.BigDecimal x, java.math.BigDecimal y)booleanequals(java.lang.Object o)java.math.BigDecimalgetX()java.math.BigDecimalgetY()inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Point
public Point(java.math.BigDecimal x, java.math.BigDecimal y)
-
-
Method Details
-
at
-
at
-
at
-
getX
public java.math.BigDecimal getX() -
getY
public java.math.BigDecimal getY() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-