Class HexMove

java.lang.Object
  extended by HexMove

public class HexMove
extends Object


Constructor Summary
HexMove(int f, int t, int c)
           
 
Method Summary
 int from()
           
 int to()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HexMove

public HexMove(int f,
               int t,
               int c)
Method Detail

from

public int from()

to

public int to()

toString

public String toString()
Overrides:
toString in class Object