|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.thucydides.core.geometry.Point
public class Point
| 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 |
|---|
public Point(BigDecimal x,
BigDecimal y)
| Method Detail |
|---|
public static Point at(int x,
int y)
public static Point at(long x,
long y)
public static Point at(BigDecimal x,
BigDecimal y)
public BigDecimal getX()
public BigDecimal getY()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||