Uses of Interface
sigmlanim.sigmlstream.interfaces.StreamedSiGMLReceiver

Packages that use StreamedSiGMLReceiver
sigmlanim.sigmlstream   
 

Uses of StreamedSiGMLReceiver in sigmlanim.sigmlstream
 

Classes in sigmlanim.sigmlstream that implement StreamedSiGMLReceiver
 class 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
 

Constructors in sigmlanim.sigmlstream with parameters of type StreamedSiGMLReceiver
SiGMLSignsScanner(java.net.URI base, StreamedSiGMLReceiver ssrcvr, javax.xml.parsers.SAXParserFactory spfac, sigmlstream.xml.XMLUnitDOMBuilder xudb)
          Constructs a new SiGML scanner, using the given initial SiGML base URI, directing the signs it generates to the given streamed SiGML receiver, and using the given SAX parser factory and XML unit DOM builder when processing any embedded SiGML URI references.
SiGMLUnitStreamToSignStream(java.net.URI base, StreamedSiGMLReceiver ssrcvr, javax.xml.parsers.SAXParserFactory spfac, sigmlstream.xml.XMLUnitDOMBuilder xudb)
          Constructs a new SiGML unit stream converter, using the given initial SiGML base URI, directing the signs it generates to the given streamed SiGML receiver, and using the given SAX parser factory and XML unit DOM builder when processing any embedded SiGML URI references.