com.getflourish.stt
Class Timer

java.lang.Object
  extended by com.getflourish.stt.Timer

public class Timer
extends java.lang.Object

Example 10-5: Object-oriented timer http://www.learningprocessing.com

Author:
Daniel Shiffman

Constructor Summary
Timer(int tempTotalTime)
           
 
Method Summary
 boolean isFinished()
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer(int tempTotalTime)
Method Detail

start

public void start()

isFinished

public boolean isFinished()