Class TLcdAnimation

java.lang.Object
com.luciad.view.animation.ALcdAnimation
com.luciad.view.animation.TLcdAnimation
All Implemented Interfaces:
ILcdAnimation

public class TLcdAnimation extends ALcdAnimation
Implementation of ILcdAnimation which is lambda-friendly. ALcdAnimation.setTime(double) method is implemented by delegating to a Consumer<double>, which can be supplied to the constructor of this class using a lambda. Similarly, the start() and stop() methods are delegated to a pair of Runnables also supplied at construction time.
Since:
2017.0