|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjautil.avatar.AvatarDefinitionForView
public class AvatarDefinitionForView
An AvatarDefinitionAccess implementation supported by
an AvatarAccess, suitable for use by a View.
| Constructor Summary | |
|---|---|
AvatarDefinitionForView(AvatarAccess avaccess)
Constructs a new ARP avatar definition access object, using the given AvatarAccess, which must not be null. |
|
AvatarDefinitionForView(java.lang.String avname)
Constructs a new ARP avatar definition access object for the avatar with the given name, but with a null access object. |
|
| Method Summary | |
|---|---|
java.io.InputStream |
asNewStream()
Returns an input stream for this ARP avatar definition, or null if the definition is unavailable. |
java.lang.String |
asURL()
Returns the URL for this ARP avatar definition, or null if the definition is unavailable. |
java.lang.String |
avatarName()
Returns the name of the avatar whose definition is provided here. |
boolean |
isAvailable()
Indicates whether the data for this avatar definition is available. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvatarDefinitionForView(AvatarAccess avaccess)
AvatarAccess, which must not be null.
public AvatarDefinitionForView(java.lang.String avname)
null access object.
| Method Detail |
|---|
public java.lang.String avatarName()
avatarName in interface AvatarDefinitionAccesspublic boolean isAvailable()
isAvailable in interface AvatarDefinitionAccesspublic java.io.InputStream asNewStream()
null if the definition is unavailable.
asNewStream in interface AvatarDefinitionAccesspublic java.lang.String asURL()
null if the definition is unavailable.
asURL in interface AvatarDefinitionAccess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||