Uses of Package
jautil

Packages that use jautil
cas Provides classes defining CAS (Character Animation Stream) data objects. 
gui This package provides GUI classes, defining panels containing a Java ARP avatar canvas. 
jarp Provides the main Java ARP classes, that is, the classes defining the avatar's skeleton, mesh, morphs, camera control, and JOGL rendering canvas. 
jautil Provides utility classes for the Java ARP avatar subsystem. 
jautil.avatar   
jautil.geometry Provides basic geometry classes, notatbly, Quaternion and Vector3f. 
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. 
sigmlanim Provides classes supporting the conversion of SiGML to CAS data streams, using a JNI interface to the animgen library. 
 

Classes in jautil used by cas
JAInputStream
          A Java ARP input-stream wraps a standard input-stream, and provides little-endian binary input methods for values of several primitive types.
JAOutputStream
          A Java ARP output-stream wraps a standard output-stream, and provides little-endian binary output methods for values of several primitive types.
 

Classes in jautil used by gui
JAOptions
           A JAOptions is a complete collection of options settings associated with a given Java ARP avatar canvas (or with the applet/application instance containing that canvas), and backed by one or more nodes in the User Preferences hierarchy of the underlying platform.
 

Classes in jautil used by jarp
JAException
          A checked exception for the Java ARP classes.
JAInputStream
          A Java ARP input-stream wraps a standard input-stream, and provides little-endian binary input methods for values of several primitive types.
JAOptions
           A JAOptions is a complete collection of options settings associated with a given Java ARP avatar canvas (or with the applet/application instance containing that canvas), and backed by one or more nodes in the User Preferences hierarchy of the underlying platform.
JAOutputStream
          A Java ARP output-stream wraps a standard output-stream, and provides little-endian binary output methods for values of several primitive types.
 

Classes in jautil used by jautil
BasicOptionSet
          A BasicOptionSet is a basic collection of options settings, with an associated JA Preferences node, and with a back up options set, either or both of which may be null.
BasicSpeedProvider
           
FourCCBytes
          A representation of a Four-CC (i.e "four-character-code") tag as an array of byte values with a count.
JAAvatarsEnv
          A JA avatars environment provides information about the available avatars based on the JA options settings (JAOptions) and the current execution context (JAEnv).
JAEnv
          A small collection of facilities defining the execution environment of a JA app or applet, including URLs for the JA Home directory, the user's home directory and the app/applet's working directory or codebase.
JAOptions
           A JAOptions is a complete collection of options settings associated with a given Java ARP avatar canvas (or with the applet/application instance containing that canvas), and backed by one or more nodes in the User Preferences hierarchy of the underlying platform.
JAOptions.KeyChecker
          Key validity checking interface -- used when checking that a given preference key is valid in the context of an applet, as opposed to an app.
JAOutputStream
          A Java ARP output-stream wraps a standard output-stream, and provides little-endian binary output methods for values of several primitive types.
MapInt.Int
          Wrapper class for an integer, acting a MapInt key.
MapInt.Int.Comp
          Comparator: it simply compares the wrapped values.
SpeedProvider
           
 

Classes in jautil used by jautil.avatar
JAOptions
           A JAOptions is a complete collection of options settings associated with a given Java ARP avatar canvas (or with the applet/application instance containing that canvas), and backed by one or more nodes in the User Preferences hierarchy of the underlying platform.
 

Classes in jautil used by jautil.geometry
JAInputStream
          A Java ARP input-stream wraps a standard input-stream, and provides little-endian binary input methods for values of several primitive types.
JAOutputStream
          A Java ARP output-stream wraps a standard output-stream, and provides little-endian binary output methods for values of several primitive types.
 

Classes in jautil used by player
JAException
          A checked exception for the Java ARP classes.
JAOptions
           A JAOptions is a complete collection of options settings associated with a given Java ARP avatar canvas (or with the applet/application instance containing that canvas), and backed by one or more nodes in the User Preferences hierarchy of the underlying platform.
SpeedProvider
           
 

Classes in jautil used by sigmlanim
JAOptions
           A JAOptions is a complete collection of options settings associated with a given Java ARP avatar canvas (or with the applet/application instance containing that canvas), and backed by one or more nodes in the User Preferences hierarchy of the underlying platform.