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.
InputConnectionsService Input connections handling service, supported by a StreamOfStreamsHandler supplied at construction time.
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.
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.
SignsArraySupplier Implementation of the StreamedSiGMLSupplierForAnimationGen interface, which uses a given array of SiGML signs, and which also provides a method, SignsArraySupplier.waitUntilAllAnimated() that blocks until all these signs are known to have animation data attached.
SignsListBuilder A simple SiGMLAnimationBuildHandler implementation, which accepts signs from its supplier, and builds them into a list, but which does not expect the supplier to initiate animation generation for any of these signs.
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.
StreamOfStreamsAdapter Adapter class for StreamOfStreamsHandler interface.
 

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.