public class Point extends Object
| Constructor and Description |
|---|
Point(int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
int |
getX() |
int |
getY() |
void |
setX(int x) |
void |
setY(int y) |
String |
toString() |
Copyright © 2019. All Rights Reserved.