Timer
This is the Timer class. It is an elapsed time clock with millisecond precision, or at least as precise as the System.currentTimeMillis() is.
Author
Anyi Lin - 10158 Scott's Bots
Aaron Yang - 10158 Scott's Bots
Harrison Womack - 10158 Scott's Bots
Constructors
Functions
Link copied to clipboard
This returns the elapsed time in milliseconds since the start time of the Timer.
Link copied to clipboard
This returns the elapsed time in seconds since the start time of the Timer.
Link copied to clipboard
This resets the Timer's start time to the current time using System.currentTimeMillis().