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   
 

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.
 

Constructors in sigmlanim with parameters of type SiGMLAnimationBuildHandler
StreamableAnimationLoader(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(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(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.