sigmlgen.playerctrl
Class AvatarSettings

java.lang.Object
  extended by sigmlgen.playerctrl.AvatarSettings

public class AvatarSettings
extends java.lang.Object

A record of the avatar settings defined within a SiGML <avatar> element.


Constructor Summary
AvatarSettings(java.lang.String nm)
          Constructs a new avatar settings record with the given avatar name.
 
Method Summary
 java.lang.String getName()
          Returns the name-component of the avatar setting.
 java.lang.String toString()
          Returns a textual representation of the avatar settings.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvatarSettings

public AvatarSettings(java.lang.String nm)
Constructs a new avatar settings record with the given avatar name.

Method Detail

getName

public java.lang.String getName()
Returns the name-component of the avatar setting.


toString

public java.lang.String toString()
Returns a textual representation of the avatar settings.

Overrides:
toString in class java.lang.Object