|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AvatarAccess | |
---|---|
jautil.avatar | Provides classes and interfaces providing access to ARP avatar definition data files. |
Uses of AvatarAccess in jautil.avatar |
---|
Classes in jautil.avatar that implement AvatarAccess | |
---|---|
class |
BaseAccess
Abstract base class for an implementation of the AvatarAccess interface 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 , although in this case the JAR is not
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. |
Methods in jautil.avatar that return AvatarAccess | |
---|---|
AvatarAccess |
AvatarsMemCache.getAccess(java.lang.String av)
Ensures that this cache has an entry for the given avatar, by loading the entry if necessary, and returns the entry. |
Constructors in jautil.avatar with parameters of type AvatarAccess | |
---|---|
AvatarDefinitionForView(AvatarAccess avaccess)
Constructs a new ARP avatar definition access object, using the given AvatarAccess , which must not be null . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |