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 Details

    • EvaluatorFade

      public EvaluatorFade()
  • Method Details

    • evaluate

      public FadeValue evaluate(FadeValue v0, FadeValue v1, float fraction)
      Specified by:
      evaluate in class org.jdesktop.animation.timing.interpolation.Evaluator<FadeValue>