Package sigmlanim

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

See:
          Description

Interface Summary
StreamOfStreamsHandler Interface for the processing of a stream of input streams.
 

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 The data defining a single SiGML animation, which may be accumulated asynchronously after creation of this animation object.
SiGMLAnimationGenerator Generator of animation data from a variety of SiGML sources.
SiGMLInputStreamsService SiGML input service, providing a stream of input streams, one for each client connection: sets up the service input and termination ports, accepts input and passes it on to a given StreamOfStreamsHandler until a termination signal is received.
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, string or input stream, 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.