Class Coord

java.lang.Object
  |
  +--Coord

public class Coord
extends java.lang.Object
implements java.io.Serializable

Used as a savable array of Location objects.

Author:
Karen Stevens
See Also:
Serialized Form

Field Summary
 Location[] col
          Array of Location objects for RunGame information.
 
Constructor Summary
Coord()
          Initializes array to size seven.
Coord(Location[] C)
          Used to retrieve saved data.
 
Method Summary
 void clearData()
          Resets the data stored in col.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

col

public Location[] col
Array of Location objects for RunGame information.
Constructor Detail

Coord

public Coord()
Initializes array to size seven.

Coord

public Coord(Location[] C)
Used to retrieve saved data.
Method Detail

clearData

public void clearData()
Resets the data stored in col.