Package utilities

Miscellaneous tools/classes needed for CSE115

See:
          Description

Interface Summary
IBoardConstants A constants interface with the values needed for the Position class to work correctly
 

Class Summary
ColorChanger A Class that is used for creating a new Color based on another one.
Position Position.java Created: Fri Nov 22 12:23:16 2002
Random A class that contains many useful methods for finding random values of different classes.
SineMaker This class is used to create a sine wave oscillation of an integer value between specified minimum and maximum values.
Sound Provides a way to play a sound through the computer's default sound hardware.
Timer A timer object that will call a method every unit of time.
Vector A class that represents a two-dimensional vector.
 

Package utilities Description

Miscellaneous tools/classes needed for CSE115