public class HexMove
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
cols |
protected int |
from |
protected int |
to |
| Constructor and Description |
|---|
HexMove(int f,
int t,
int c) |
| Modifier and Type | Method and Description |
|---|---|
int |
from() |
int |
to() |
java.lang.String |
toString() |