Uses of Class
sigmlgen.playerctrl.PlayerSettings

Packages that use PlayerSettings
sigmlgen This package imlements the generation of SiGML documents in various forms. 
 

Uses of PlayerSettings in sigmlgen
 

Methods in sigmlgen with parameters of type PlayerSettings
 void GSiGMLSign.setPlayerSettings(PlayerSettings ps)
          Sets this signs camera and ambient motions settings to match those in the given player settings, which may be null, in which case the existing settings are unchanged.
 void GSiGMLSign.supplementPlayerSettings(PlayerSettings ps)
          Uses the given settings to supplement, but not to override this sign's existing settings, i.e.
 

Constructors in sigmlgen with parameters of type PlayerSettings
GSiGMLSign(java.lang.String gsigml, java.lang.String glss, PlayerSettings psttngs)
          Constructs a new sign with the given components.