Uses of Interface
sigmlanim.sigmlstream.interfaces.SiGMLUnitStreamHandler

Packages that use SiGMLUnitStreamHandler
sigmlanim.sigmlstream   
 

Uses of SiGMLUnitStreamHandler in sigmlanim.sigmlstream
 

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

Constructors in sigmlanim.sigmlstream with parameters of type SiGMLUnitStreamHandler
SiGMLFilter(org.xml.sax.XMLReader parent, SiGMLUnitStreamHandler sshdlr)
          Constructs a new SiGML sign filter, with the given parent XML reader as its source and the given SiGML unit stream handler as target.