Class TimeTracker

java.lang.Object
java.lang.Thread
com.flexganttfx.view.timeline.TimeTracker
All Implemented Interfaces:
Runnable

public class TimeTracker
extends Thread
A time tracker can be used to update the property TimelineModel.nowProperty(). In most cases the time "now" will be equivalent to the system time but in simulations this might not be the case. The time tracker can be used in combination with the TimelineModel by binding the TimelineModel.nowProperty() to the timeProperty().
Since:
1.0