A C D E G I M P R S T

M

main(String[]) - Static method in class DriversEd
The main method instantiates an Annex object to provide the City context before adding 3 Runnable StudentDriver objects (Curly, Larry & Moe) who display their driving skills as they navigate the Annex.
makeIntersection(int, int) - Method in class Annex
 
makeThing(int, int) - Method in class StudentDriver
In order to ensure the liters of fuel are depicted as Things with a dark gray CircleIcon of size 0.05 it is necessary to override Thing's makeThing(int n, int total) method.
move() - Method in class StudentDriver
Drops a liter of fuel on each intersection prior to moving to the next intersection.

A C D E G I M P R S T