|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsigmlgen.playerctrl.AmbientMotionFlags
public class AmbientMotionFlags
A record of the ambient motion settings defined within a SiGML
<player_settings> element.
| Constructor Summary | |
|---|---|
AmbientMotionFlags(boolean bdyon,
boolean hdon,
boolean blnkon)
Constructs a new set of ambient motion flags with the given values for body, head, and blink ambient motions. |
|
| Method Summary | |
|---|---|
boolean |
blinkAmbientIsOn()
Returns the ambient motion setting for the blink. |
boolean |
bodyAmbientIsOn()
Returns the ambient motion setting for the body. |
boolean |
headAmbientIsOn()
Returns the ambient motion setting for the head. |
java.lang.String |
toString()
Returns a textual representation for this set of ambient motion flags. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AmbientMotionFlags(boolean bdyon,
boolean hdon,
boolean blnkon)
| Method Detail |
|---|
public boolean bodyAmbientIsOn()
public boolean headAmbientIsOn()
public boolean blinkAmbientIsOn()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||