Uses of Package
sigmlanim.sigmlstream.interfaces

Packages that use sigmlanim.sigmlstream.interfaces
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. 
 

Classes in sigmlanim.sigmlstream.interfaces used by sigmlanim
SiGMLAnimationBuildHandler
          Handler interface defining significant events during the construction of an animation sequence for a SiGML sign sequence.
SiGMLAnimationLoadEventHandler
          Handler interface defining the main stages in the loading/generation of an animation for a SiGML sequence.
StreamedSiGMLSupplierForAnimationGen
          Interface implemented by an object able to supply the content of a SiGML document to an animation module as a stream of AnimatedSigns, with animation data not yet attached at the time they are supplied.
 

Classes in sigmlanim.sigmlstream.interfaces used by sigmlanim.sigmlstream
SiGMLAnimationBuildHandler
          Handler interface defining significant events during the construction of an animation sequence for a SiGML sign sequence.
SiGMLUnitStreamHandler
          A SiGMLUnitStreamHandler is an XMLUnitStreamHandler augmented with the capacity to accept notification of a base URI associated with any XML unit in the incoming stream.
StreamedSiGMLReceiver
          Interface to be implemented by an object able to receive the signs in a SiGML document as an event stream.
StreamedSiGMLSupplierForAnimationGen
          Interface implemented by an object able to supply the content of a SiGML document to an animation module as a stream of AnimatedSigns, with animation data not yet attached at the time they are supplied.