Package | Description |
---|---|
cas |
Provides classes defining CAS (Character Animation Stream) data objects.
|
casxml |
Provides classes to handle CAS (Character Animation Stream) XML data input.
|
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 |
Provides classes and interfaces providing access to ARP avatar definition
data files.
|
jautil.cache | |
jautil.geometry |
Provides basic geometry classes, notably,
Quaternion and
Vector3f.
|
jautil.install |
Provides support for explicit installation on the user's local system
of the resources (native libraries and avatar definitions) needed
to support HTML applets that use JASigning avatars.
|
jautil.platform |
Provides platform-specific information.
|
jautil.prefs |
Provides access to the preferences nodes used by JASigning applications
and applets.
|
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.
|
sigmlanim.sigmlstream |
Provides classes and interfaces supporting the SAX-based processing of SiGML
data as a "stream", that is, real-time event-driven processing of a SiGML
document, allowing earlier signs in the document to be processed -- for example,
to be animated -- before later signs in the document have been received.
|
sigmlanim.sigmlstream.interfaces |
The collection of interfaces for "streamed" SiGML processing, implemented
mainly in the parent package,
sigmlanim.sigmlstream.
|