Uses of Package
sigmlanim

Packages that use sigmlanim
casxml Provides classes to handle CAS (Character Animation Stream) XML data input. 
player Provides several signed-animation players: each player combines a JARP avatar canvas with a source of animation data, and provides an API allowing an enclosing GUI container both to control this player and to obtain status information from it in real-time. 
sigmlanim Provides classes supporting the conversion of SiGML to CAS data streams, using a JNI interface to the animgen library. 
sigmlanim.sigmlstream Provides classes and interfaces supporting the SAX-based processing of SiGML data as a "stream", that is, real-time event-driven processing of a SiGML document, allowing earlier signs in the document to be processed -- for example, to be animated -- before later signs in the document have been received. 
sigmlanim.sigmlstream.interfaces The collection of interfaces for "streamed" SiGML processing, implemented mainly in the parent package, sigmlanim.sigmlstream
 

Classes in sigmlanim used by casxml
AnimatedSign
          This class extends a GSiGMLSign by attaching the corresponding sequence of animation frames to it.
 

Classes in sigmlanim used by player
AnimatedSign
          This class extends a GSiGMLSign by attaching the corresponding sequence of animation frames to it.
SiGMLAnimation
          The data defining a single SiGML animation, which may be accumulated asynchronously after creation of this animation object.
 

Classes in sigmlanim used by sigmlanim
AnimatedSign
          This class extends a GSiGMLSign by attaching the corresponding sequence of animation frames to it.
JAnimgenConfigData
          Animgen configuration data record.
SiGMLAnimation
          The data defining a single SiGML animation, which may be accumulated asynchronously after creation of this animation object.
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.
StreamOfStreamsHandler
          Interface for the processing of a stream of input streams.
 

Classes in sigmlanim used by sigmlanim.sigmlstream
AnimatedSign
          This class extends a GSiGMLSign by attaching the corresponding sequence of animation frames to it.
 

Classes in sigmlanim used by sigmlanim.sigmlstream.interfaces
AnimatedSign
          This class extends a GSiGMLSign by attaching the corresponding sequence of animation frames to it.