public class Point extends Options
| Modifier and Type | Field and Description |
|---|---|
protected double |
x
The x-coordinate.
|
protected double |
y
The y-coordinate;
|
| Constructor and Description |
|---|
Point(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getX()
Get the x-coordinate;
|
double |
getY()
Get the y-coordinate;
|
String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittransformForClientCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.