Class EvaluatorFade
- java.lang.Object
-
- org.jdesktop.animation.timing.interpolation.Evaluator<FadeValue>
-
- com.inductiveautomation.ignition.designer.concurrency.ui.animation.EvaluatorFade
-
public class EvaluatorFade extends org.jdesktop.animation.timing.interpolation.Evaluator<FadeValue>
Custom evaluator to get the next animation value for the next key frame Essentially it does what EvaluatorColor and EvaluatorFloat does but combines it all into one class
-
-
Constructor Summary
Constructors Constructor Description EvaluatorFade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FadeValue
evaluate(FadeValue v0, FadeValue v1, float fraction)
-