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.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 . |