Package-level declarations
Types
Provides a TextSequencer that is time based and dispatches lists of Char to be appended. At each step of the sequence a list of Char will be dispatched to the listener. The delay between characters must be specified, in milliseconds, with msBetweenCharacters. A listener must be provided.
Provides a TextSequencer that is time based and dispatches lists of CharacterPosition for a grid based arrangement. At each step of the sequence a list of CharacterPosition will be dispatched to the listener. The delay between characters must be specified, in milliseconds, with msBetweenCharacters. A listener must be provided.
Provides a class for sequenced text control using a sequencer.
Provides an interface for listeners to SequencedTextController events.
Provides an interface for sequencers for displaying TextFrame.