public abstract class StreamableAnimationLoader
extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract SiGMLAnimation |
getAnimation()
Returns the animation that this loader generates, which may
be incomplete at the time it is returned.
|
abstract void |
processSiGML()
Uses this loader's scanner and animation generation infrastructure
to process its SiGML source, leading (possibly asynchronously) to
the creation of its animation data.
|
public StreamableAnimationLoader(java.lang.String av, JAOptions jopts, java.lang.String url, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
public StreamableAnimationLoader(java.lang.String av, JAOptions jopts, java.io.StringReader srdr, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
public StreamableAnimationLoader(java.lang.String av, JAOptions jopts, java.io.InputStream ins, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
public abstract void processSiGML()
public abstract SiGMLAnimation getAnimation()