Package | Description |
---|---|
sigmlanim |
Provides classes supporting the conversion of SiGML to CAS data streams,
using a JNI interface to the animgen library.
|
Constructor and Description |
---|
SiGMLAnimation(float fps,
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 . |
StreamedAnimationLoader(java.lang.String av,
JAOptions jopts,
java.io.InputStream sins,
SiGMLAnimationLoadEventHandler saleh)
Constructs a new animation loader for the given avatar, options set
and SiGML input stream, and using the given
SiGMLAnimationLoadEventHandler . |
StreamedAnimationLoader(java.lang.String av,
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(java.lang.String av,
JAOptions jopts,
java.lang.String url,
SiGMLAnimationLoadEventHandler saleh)
Constructs a new animation loader for the given avatar, options set
and SiGML URL, using the given
SiGMLAnimationLoadEventHandler . |
StreamedAnimationLoader(java.lang.String av,
JAOptions jopts,
java.net.URL url,
SiGMLAnimationLoadEventHandler saleh)
Constructs a new animation loader for the given avatar, options set
and SiGML URL, using the given
SiGMLAnimationLoadEventHandler . |