Uses of Interface
jautil.avatar.AvatarAccess

Packages that use AvatarAccess
jautil.avatar   
 

Uses of AvatarAccess in jautil.avatar
 

Classes in jautil.avatar that implement AvatarAccess
 class BaseAccess
          Abstract base class for an implementation of the AvatarAccess inteface supported by an AvatarData instance.
 class CacheableAccess
          Implements the AvatarAccess interface for a "cacheable" collection of avatar data files, that is, one held in a JAR as for a ClassPathAccess, but not, as in that case, a JAR on the JVM class path.
 class ClassPathAccess
          Implements the AvatarAccess interface by means of a JAR on the JVM class path.
 class DirectFilesAccess
          Implements the AvatarAccess interface directly through a collection of avatar data files under a given base URL.
 

Constructors in jautil.avatar with parameters of type AvatarAccess
AvatarDefinitionForView(AvatarAccess avaccess)
          Constructs a new ARP avatar definition access object, using the given AvatarAccess.