|
|||||||||
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 . |
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. |
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
.
Method Detail |
---|
public boolean isAvailable()
isAvailable
in interface AvatarDefinitionAccess
public java.io.InputStream asNewStream()
null
if the definition is unavailable.
asNewStream
in interface AvatarDefinitionAccess
public 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 |