Uses of Class
nl.knowledgeplaza.util.thread.AnimatedTransition

Packages that use AnimatedTransition
nl.knowledgeplaza.util.thread   
 

Uses of AnimatedTransition in nl.knowledgeplaza.util.thread
 

Methods in nl.knowledgeplaza.util.thread that return AnimatedTransition
static AnimatedTransition AnimatedTransition.appendTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, double stepFactor, int minimumStepDelay)
          Start the animation after the previous has finished
static AnimatedTransition AnimatedTransition.appendTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, int minimumStepDelay)
          Start the animation after the previous has finished
static AnimatedTransition AnimatedTransition.newTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, double stepFactor, int minimumStepDelay)
          Stop the current transaction and when stopped, start a new.
static AnimatedTransition AnimatedTransition.newTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, int minimumStepDelay)
          Stop the current transaction and when stopped, start a new.
 

Methods in nl.knowledgeplaza.util.thread with parameters of type AnimatedTransition
static AnimatedTransition AnimatedTransition.appendTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, double stepFactor, int minimumStepDelay)
          Start the animation after the previous has finished
static AnimatedTransition AnimatedTransition.appendTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, int minimumStepDelay)
          Start the animation after the previous has finished
static AnimatedTransition AnimatedTransition.newTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, double stepFactor, int minimumStepDelay)
          Stop the current transaction and when stopped, start a new.
static AnimatedTransition AnimatedTransition.newTransition(AnimatedTransition previousAnimatedTransition, AnimatedTransition newAnimatedTransition, double startValue, double endValue, double stepSize, int minimumStepDelay)
          Stop the current transaction and when stopped, start a new.
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.