public class AvatarSettings
extends java.lang.Object
<avatar> element.| Constructor and Description |
|---|
AvatarSettings(java.lang.String nm)
Constructs a new avatar settings record with the given avatar
name. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the
name-component of the avatar setting. |
java.lang.String |
toString()
Returns a textual representation of the avatar settings.
|