Package 

Class TextDelegate


  • 
    public class TextDelegate
    
                        

    To replace static text in an animation at runtime, create an instance of this class and call setText to replace the hard coded animation text (input) with the text of your choosing (output).

    Alternatively, extend this class and override getText and if the text hasn't already been set by setText then it will call getText.