Package | Description |
---|---|
jautil.avatar |
Provides classes and interfaces providing access to ARP avatar definition
data files.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AvatarDefinitionForView(AvatarAccess avaccess)
Constructs a new ARP avatar definition access object, using
the given
AvatarAccess , which must not be null . |