Package sigmlanim.sigmlstream

Class Summary
HNSToHamGesturalConverter A translator that generates the gestural SiGML element (<hamgestural_sign>) for any given HNS SiGML element (<hns_sign>) -- accessed via the singleton factory method HNSToHamGesturalConverter.getHHConverter().
SiGMLFilter A SAX XML document filter that converts its SiGML input event stream into a stream of top-level SiGML sign descriptors.
SiGMLInputAnimGenCoordinator A SiGMLInputAnimGenCoordinator acts both as a StreamedSiGMLReceiver and as a StreamedSiGMLSupplierForAnimationGen, passing the (as yet unanimated) signs it receives from its source on to a SiGMLAnimationBuildHandler, supplied at construction time, and also caching them and passing them on to the coordinator's target animation generator
SiGMLSignsScanner A SiGML scanner, capable of taking its SiGML input from a given URL or string reader, and generating from this input a stream of SiGML signs, which it directs to a StreamedSiGMLReceiver, supplied when the scanner is first constructed.
SiGMLUnitStreamToSignStream A SiGMLUnitStreamHandler that converts the input it receives from the source SiGML unit stream to which it is attached into a stream of gestural SiGML signs.