Uses of Interface
player.JALoadingPlayer.SiGMLPipeWriter

Packages that use JALoadingPlayer.SiGMLPipeWriter
jautil Provides utility classes for the Java ARP avatar subsystem. 
player Provides several signed-animation players: each player combines a JARP avatar canvas with a source of animation data, and provides an API allowing an enclosing GUI container both to control this player and to obtain status information from it in real-time. 
 

Uses of JALoadingPlayer.SiGMLPipeWriter in jautil
 

Classes in jautil that implement JALoadingPlayer.SiGMLPipeWriter
 class SiGMLPipe
          A simple pipe for SiGML input, allowing the SiGML text to be supplied as a sequence of fragments over time.
 

Uses of JALoadingPlayer.SiGMLPipeWriter in player
 

Methods in player that return JALoadingPlayer.SiGMLPipeWriter
 JALoadingPlayer.SiGMLPipeWriter JALoadingPlayer.playSiGMLPiped()
          Starts playing the animation generated via a new SiGML pipe, returning the SiGML pipe writer via which the SiGML is to be generated by the caller.