Interface Animator

All Known Implementing Classes:
AnimatorLinear, AnimatorPulse, AnimatorTimeBased

public interface Animator
INTERNAL USE allows to implement timed animations (e.g. mouse move)
  • Method Summary

    Modifier and Type Method Description
    boolean running()  
    float step()  
  • Method Details