public class JPoint2DD
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
JPoint2DD() |
JPoint2DD(double x, double y) |
JPoint2DD(JPoint2DD p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double[] |
getArray() |
double |
getX() |
double |
getY() |
int |
hashCode() |
void |
setX(double x) |
void |
setY(double y) |
java.lang.String |
toString() |
public JPoint2DD()
public JPoint2DD(double x,
double y)
public JPoint2DD(JPoint2DD p)
public double[] getArray()
public double getX()
public double getY()
public void setX(double x)
public void setY(double y)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object