Uses of Interface
sigmlanim.sigmlstream.interfaces.SiGMLAnimationLoadEventHandler

Packages that use SiGMLAnimationLoadEventHandler
sigmlanim Provides classes supporting the conversion of SiGML to CAS data streams, using a JNI interface to the animgen library. 
 

Uses of SiGMLAnimationLoadEventHandler in sigmlanim
 

Constructors in sigmlanim with parameters of type SiGMLAnimationLoadEventHandler
SiGMLAnimation(SiGMLAnimationLoadEventHandler saleh)
          Constructs a new animation which is initially empty and which is expected to be built dynamically via a suitable sequence of calls on this animation's SiGMLAnimationBuildHandler implementation, reporting sign load events via the given handler.
StreamedAnimationLoader(JAOptions jopts, java.io.InputStream sins, SiGMLAnimationLoadEventHandler saleh)
          Constructs a new animation loader for the given options set and SiGML input stream, and using the given SiGMLAnimationLoadEventHandler.
StreamedAnimationLoader(JAOptions jopts, java.io.StringReader srdr, SiGMLAnimationLoadEventHandler saleh)
          Constructs a new animation loader for the given options set and SiGML string reader, and using the given SiGMLAnimationLoadEventHandler.
StreamedAnimationLoader(JAOptions jopts, java.lang.String url, SiGMLAnimationLoadEventHandler saleh)
          Constructs a new animation loader for the given options set and SiGML URL, using the given SiGMLAnimationLoadEventHandler.
StreamedAnimationLoader(JAOptions jopts, java.net.URL url, SiGMLAnimationLoadEventHandler saleh)
          Constructs a new animation loader for the given options set and SiGML URL, using the given SiGMLAnimationLoadEventHandler.