Uses of Interface
org.problets.lib.io.output.text.AnimationConstants

Packages that use AnimationConstants
org.problets.lib.io.output.text   
org.problets.tutor.view.narration   
 

Uses of AnimationConstants in org.problets.lib.io.output.text
 

Classes in org.problets.lib.io.output.text that implement AnimationConstants
 class AnimationController
          - responds to animation buttons Helps determine the animation of its caller
 class AnimationView
          Wraps a scroll bar around any view, and provides animation controls.
 

Uses of AnimationConstants in org.problets.tutor.view.narration
 

Classes in org.problets.tutor.view.narration that implement AnimationConstants
 class FeedbackAnimationController
          not process the feedback level of entries to be animated, assumes the minimum number of lines to be animated is zero.
 class FeedbackAnimationView
          Different from AnimationView in that: - it sets up Log to listen to animation controls - it translates PROBLEM_STARTED to RESET_ANIMATION and ANSWER_SUBMITTED to SET_ANIMATION
 class IndependentFdbkAnimationController
          Helps determine the animation of its caller.