Package | Description |
---|---|
sigmlgen |
This package imlements the generation of SiGML documents in various forms.
|
sigmlgen.playerctrl |
This package defines the classes that record the information in
SiGML a
<player_settings> element, that is, information
defining camera settings and the avatar's ambient motion settings. |
Modifier and Type | Method and Description |
---|---|
TimeSettings |
GSiGMLSign.getTimeSettings()
Returns the time settings for this sign.
|
Modifier and Type | Method and Description |
---|---|
void |
GSiGMLSign.setTimeSettings(TimeSettings ts) |
Constructor and Description |
---|
GSiGMLSign(java.lang.String gsigml,
java.lang.String glss,
AvatarSettings avr,
TimeSettings tim,
CameraSettings cam,
AmbientMotionFlags amf)
Constructs a new sign with the given components.
|
Modifier and Type | Method and Description |
---|---|
TimeSettings |
PlayerSettings.getTimeSettings()
Returns this record's time settings data if any, otherwise
null . |