public class CoordinateLocation extends AbstractLocation
Constructor and Description |
---|
CoordinateLocation(int left,
int top) |
Modifier and Type | Method and Description |
---|---|
int |
getLeft()
Get x coordinate.
|
int |
getTop()
Get the y coordinate.
|
newLocationSnappedToGrid, toString