app
Class BareSiGMLPlayer

java.lang.Object
  extended by app.BareSiGMLPlayer

public class BareSiGMLPlayer
extends java.lang.Object

Bare SiGML-player app that accepts SiGML input over a TCP/IP server socket and plays the signed animation it defines, and also accepts switch-avatar requests over a TCP/IP server socket, but with no GUI beyond the avatar panel itself.


Constructor Summary
BareSiGMLPlayer(java.lang.String[] args)
          Creates a new SiGML-Player instance using the given command line arguments to determine the options settings.
 
Method Summary
static void main(java.lang.String[] args)
          Main method -- creates a new instance of the app with the given CL args.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BareSiGMLPlayer

public BareSiGMLPlayer(java.lang.String[] args)
                throws java.lang.InterruptedException,
                       java.lang.reflect.InvocationTargetException
Creates a new SiGML-Player instance using the given command line arguments to determine the options settings.

Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        java.lang.reflect.InvocationTargetException,
                        java.io.IOException
Main method -- creates a new instance of the app with the given CL args.

Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
java.io.IOException