jautil.avatar
Interface AvatarDefinitionAccess

All Known Implementing Classes:
AvatarDefinitionForView

public interface AvatarDefinitionAccess

Provides access to an avatar definition, either as an input stream or as a URL.


Method Summary
 java.io.InputStream asNewStream()
          Returns the avatar definition data stream if available, null otherwise.
 java.lang.String asURL()
          Returns URL for the avatar data if available, null otherwise.
 java.lang.String avatarName()
          The name of the avatar whose definition is provided here.
 boolean isAvailable()
          Indicates whether the data for this avatar definition is available.
 

Method Detail

avatarName

java.lang.String avatarName()
The name of the avatar whose definition is provided here.


isAvailable

boolean isAvailable()
Indicates whether the data for this avatar definition is available.


asNewStream

java.io.InputStream asNewStream()
Returns the avatar definition data stream if available, null otherwise.


asURL

java.lang.String asURL()
Returns URL for the avatar data if available, null otherwise.