public class NetHexLocation
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | x | 
| (package private) int | y | 
| Constructor and Description | 
|---|
| NetHexLocation()Default constructor, sets x and y to 0 | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getX() | 
| int | getY() | 
| void | setX(int x) | 
| void | setY(int y) |