|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsigmlgen.playerctrl.PlayerSettings
public class PlayerSettings
The data from a SiGML <player_settings>
element, that is,
camera-location/direction/fov data and/or ambient motions flags.
Constructor Summary | |
---|---|
PlayerSettings(org.w3c.dom.Element psel)
Constructs a new player settings record as specified by the given SiGML element. |
Method Summary | |
---|---|
AmbientMotionFlags |
getAmbients()
Returns this record's ambient motions data if any, otherwise null . |
AvatarSettings |
getAvatarSettings()
Returns this record's avatar settings data if any, otherwise null . |
CameraSettings |
getCameraSettings()
Returns this record's camera settings data if any, otherwise null . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlayerSettings(org.w3c.dom.Element psel)
Method Detail |
---|
public AvatarSettings getAvatarSettings()
null
.
public CameraSettings getCameraSettings()
null
.
public AmbientMotionFlags getAmbients()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |