Uses of Interface
jautil.avatar.AvatarDefinitionAccess

Packages that use AvatarDefinitionAccess
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   
 

Uses of AvatarDefinitionAccess in jarp
 

Methods in jarp with parameters of type AvatarDefinitionAccess
 void View.requestSwitchAvatar(AvatarDefinitionAccess avdef)
          Requests that this view initiates a switch to the use of the avatar with the given given definition, by loading this view's character from the definition; the definition may be null, which is interpreted as a request to unload the current avatar.
 

Uses of AvatarDefinitionAccess in jautil
 

Methods in jautil that return AvatarDefinitionAccess
 AvatarDefinitionAccess JAAvatarsEnv.getDefinition(java.lang.String av)
           
 

Uses of AvatarDefinitionAccess in jautil.avatar
 

Classes in jautil.avatar that implement AvatarDefinitionAccess
 class AvatarDefinitionForView
          An AvatarDefinitionAccess implementation supported by an AvatarAccess, suitable for use by a View.