Uses of Interface
sigmlanim.sigmlstream.interfaces.SiGMLAnimationBuildHandler

Packages that use SiGMLAnimationBuildHandler
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. 
 

Uses of SiGMLAnimationBuildHandler in sigmlanim
 

Classes in sigmlanim that implement SiGMLAnimationBuildHandler
 class SiGMLAnimation
          The data defining a single SiGML animation, which may be accumulated asynchronously after creation of this animation object.
 class 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.
 

Constructors in sigmlanim with parameters of type SiGMLAnimationBuildHandler
StreamableAnimationLoader(java.lang.String av, JAOptions jopts, java.io.InputStream ins, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
          Constructs a new loader for the given SiGML stream, using the given JA options set, animation build handler, and subclass tag and announcement message.
StreamableAnimationLoader(java.lang.String av, JAOptions jopts, java.io.StringReader srdr, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
          Constructs a new loader for SiGML text accessible via the given reader, using the given JA options set, animation build handler, and subclass tag and announcement message.
StreamableAnimationLoader(java.lang.String av, JAOptions jopts, java.lang.String url, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
          Constructs a new loader for the given SiGML URL, using the given JA options set, animation build handler, and subclass tag and announcement message.
 

Uses of SiGMLAnimationBuildHandler in sigmlanim.sigmlstream
 

Constructors in sigmlanim.sigmlstream with parameters of type SiGMLAnimationBuildHandler
SiGMLInputAnimGenCoordinator(SiGMLAnimationBuildHandler sab)
          Constructs a new SiGML input animation generation coordinator, supplying the generated signs to the given animation builder.