|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsigmlanim.StreamableAnimationLoader
public abstract class StreamableAnimationLoader
Generates an animation for a given SiGML URL or string, using a SAX-based parsing infrastructure that allows streaming access to the animation, that is, early signs in the sequence may have their animations attached, and these animations may be used, before later signs in the sequence have been processed at all. This is an abstract class: a concrete subclass is responsible for specifying exactly how the animation is generated, including whether or not streamed access is supported.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 infractructure to process its SiGML source. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamableAnimationLoader(JAOptions jopts, java.lang.String url, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
public StreamableAnimationLoader(JAOptions jopts, java.io.StringReader srdr, SiGMLAnimationBuildHandler sabldr, java.lang.String TAG, java.lang.String MESSAGE)
Method Detail |
---|
public abstract void processSiGML()
public abstract SiGMLAnimation getAnimation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |