|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsigmlgen.GSiGMLSign
public class GSiGMLSign
Gestural-SiGML sign data: each instance of this class records
the data for a single sign within a SiGML sequence: this includes
SiGML text for the associated <hamgestural_sign>
in a form
that can be passed to animgen, the sign's gloss name, and
any associated player settings.
Constructor Summary | |
---|---|
GSiGMLSign(GSiGMLSign sign)
Constructs a new sign, which is a clone of the given one. |
|
GSiGMLSign(java.lang.String gsigml,
java.lang.String glss,
CameraSettings cam,
AmbientMotionFlags amf)
Constructs a new sign with the given components. |
|
GSiGMLSign(java.lang.String gsigml,
java.lang.String glss,
PlayerSettings psttngs)
Constructs a new sign with the given components. |
Method Summary | |
---|---|
AmbientMotionFlags |
getAmbientMotionFlags()
Returns the ambient motion flag settings for this sign. |
CameraSettings |
getCameraSettings()
Returns the camera settings for this sign. |
java.lang.String |
getGloss()
Returns the gloss name for this sign. |
java.lang.String |
getSiGMLForSign()
Returns the <hamgestural_sign> text for this sign. |
boolean |
hasPlayerSettings()
Returns a boolean indicating whether any player settings are defined for this sign. |
void |
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 |
supplementPlayerSettings(PlayerSettings ps)
Uses the given settings to supplement, but not to override this sign's existing settings, i.e. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GSiGMLSign(java.lang.String gsigml, java.lang.String glss, PlayerSettings psttngs)
public GSiGMLSign(java.lang.String gsigml, java.lang.String glss, CameraSettings cam, AmbientMotionFlags amf)
public GSiGMLSign(GSiGMLSign sign)
Method Detail |
---|
public void setPlayerSettings(PlayerSettings ps)
null
, in
which case the existing settings are unchanged.
public void supplementPlayerSettings(PlayerSettings ps)
public java.lang.String getSiGMLForSign()
<hamgestural_sign>
text for this sign.
public java.lang.String getGloss()
public CameraSettings getCameraSettings()
public AmbientMotionFlags getAmbientMotionFlags()
public boolean hasPlayerSettings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |