public class Point extends Object
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getRow() |
void |
move(int col,
int row) |
void |
setColumn(int col) |
void |
setLocation(int col,
int row) |
void |
setRow(int row) |
Copyright © 2024. All rights reserved.