Uses of Package
utilities

Packages that use utilities
graphics The Graphics Package. 
graphics.movement   
physics   
utilities Miscellaneous tools/classes needed for CSE115 
 

Classes in utilities used by graphics
Vector
          A class that represents a two-dimensional vector.
 

Classes in utilities used by graphics.movement
Vector
          A class that represents a two-dimensional vector.
 

Classes in utilities used by physics
Timer
          A timer object that will call a method every unit of time.
 

Classes in utilities used by utilities
IBoardConstants
          A constants interface with the values needed for the Position class to work correctly
SineMaker
          This class is used to create a sine wave oscillation of an integer value between specified minimum and maximum values.