org.problets.lib.io.output.text
Interface Animatable

All Known Implementing Classes:
AnimatedTextView, ControlVisualizer, DataVisualizer, ExpressionTutorView, NarrationView

public interface Animatable

Interface that must be extended by any animatable object that can be embedded in AnimationView or its derived classes.

Author:
Amruth Kumar

Method Summary
 boolean isAtEnd()
           
 boolean isAtStart()
           
 

Method Detail

isAtStart

boolean isAtStart()

isAtEnd

boolean isAtEnd()