Package sigmlanim

Provides classes supporting the conversion of SiGML to CAS data streams, using a JNI interface to the animgen library.

See:
          Description

Class Summary
AnimatedSign This class extends a GSiGMLSign by attaching the corresponding seqence of animation frames to it.
AnimationLoader An AnimationLoader loads or generates a sequence of CAS animation frames from a variety of sources: a CAS file, a SAX input-source, a SiGML file, URL or String.
JAnimgen A Java wrapper for animgen, depends on the underlying jaglib JNI interface to animgen.
JAnimgenConfigData Animgen configuration data record.
NonStreamedAnimationLoader Generates a SiGML animation for a given SiGML URL or string, using JAnimgen in non-streamed generation mode.
PrimerForAnimationLoader Provides support for the priming of an animation loader class, which is done with the intention of speeding up the operation of any later instance of the class.
SiGMLAnimation A description of a SiGML animation.
SiGMLAnimationGenerator Generator of animation data from a variety of SiGML sources.
SiGMLReader A SiGMLReader is capable of reading a SiGML document text from sources of several different kinds, and of converting that document to a sequence sign descriptions.
StreamableAnimationLoader Generates an animation for a given SiGML URL or string, using a SAX-based parsing infrastructure that allows streaming access to the animation, that is, early signs in the sequence may have their animations attached, and these animations may be used, before later signs in the sequence have been processed at all.
StreamedAnimationLoader Generates a SiGML animation for a given SiGML URL or string, using JAnimgen in streamed generation mode.
 

Exception Summary
JAnimgen.JAGException JAnimgen exception class.
 

Package sigmlanim Description

Provides classes supporting the conversion of SiGML to CAS data streams, using a JNI interface to the animgen library.