Package kinetic.util

Interface Summary
KTEngineEventListener interface used if you want be able to respond to even generated by the engine such as animation start, stop, finish, and new frame requests to update something like a UI
SequenceBuilder utility class to package a custom animation written in code
 

Class Summary
CompositeEffect Composite Effect encapsulates complex generalized aniatmion templates.
ConstructEffect Construct Effect assembles lines of text on the screen by character with character level offsets.
EffectParameter base class for effect paramter types
EffectParameter.Boolean Boolean Parameter Class
EffectParameter.BoundedDouble Bounded Double Parameter Class
EffectParameter.BoundedInteger Bounded Integer Parameter Class
EffectParameter.Double Unbouned Double Parameter Type Class
EffectParameter.EnumeratedString Enumerated String Parameter Class
EffectParameter.Integer Unbounded Integer Parameter Class
EffectParameter.Percentage Bounded [0.0-100.0] Double Parameter Class
EffectParameter.String Unrestricted String Parameter Class
EffectParameter.ZeroToOne Bounded [0.0-1.0] Double Parameter Class
HopInEffect Hopin is a composite effect which will automatically animate chunks of text.
KTEngine Utiltiy class that implements an animation thread that takes aniamtion sequence and will draw double buffered images to the screen.
KTML_Manager Experimental and under development.
LineSegmenter Segments text base on sentence on end line delimiters (\n\r\f)
Segment A segment of text bundled with timing infromation and optional attributes which composite effects can respond to.
Segmenter abtract base class used to create custom segmenters that can hook into the framework for creating custom reusable animations
SlideEffect segments are presented in times square format
WordSegmenter Segments text using the standard string tokenizer, (white space, tabs, etc).
YellEffect produces a yelling effect of the segments on the screen