Class 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 Detail

      • EvaluatorFade

        public EvaluatorFade()
    • Method Detail

      • evaluate

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