Package | Description |
---|---|
jautil.avatar |
Provides classes and interfaces providing access to ARP avatar definition
data files.
|
Constructor and Description |
---|
CacheableAccess(java.lang.String avname,
java.lang.String avurl,
AvatarsCacheHandler ach)
Constructs a new cacheable avatar access instance for the avatar
with the given name, whose source URL is obtained from the given
JAOptions set. |
ClassPathAccess(java.lang.String avname)
Constructs a class path based avatar access object for the given
avatar name.
|
DirectFilesAccess(java.lang.String av,
java.lang.String avburl)
Constructs a new direct files access instance for the avatar with
the given name and using the given avatar base URL.
|