public class Point extends Object
| Constructor | Description |
|---|---|
Point() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Double |
getX() |
Gets or sets the x-coordinate.
|
Double |
getY() |
Gets or sets the y-coordinate.
|
int |
hashCode() |
|
void |
setX(Double X) |
|
void |
setY(Double Y) |
|
String |
toString() |
|
Point |
X(Double X) |
|
Point |
Y(Double Y) |
Copyright © 2025. All rights reserved.