A C D E G I M P R S T

S

StudentDriver - Class in <Unnamed>
This class provides support for the Drivers' Ed project found here.
StudentDriver(Annex, int, int, Direction, int, double, String, String) - Constructor for class StudentDriver
The constructor passes on the first five parameters to its superclass before preserving the Annex object in one of its instance fields, setting its speed (in moves per second) to the value of the sixth parameter, preserving the driver's name in another instance field, before finally setting its icon to the CarIcon using the supplied image file name.

A C D E G I M P R S T