|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplayer.PlayerFlags
public class PlayerFlags
Flag values for a JAFramesPlayer
, with synchronized
access.
Constructor Summary | |
---|---|
PlayerFlags()
Constructs a new flags set with all values initially false. |
|
PlayerFlags(boolean cp,
boolean ssp,
boolean ha)
Constructs a new flags set with the given initial cyclic-play, single-sign and has-avatar flag values. |
Method Summary | |
---|---|
boolean |
cyclicPlayIsOn()
Returns the current cyclic-play flag value. |
boolean |
hasAvatar()
Returns the current has-avatar flag value. |
void |
setCyclicPlay(boolean cyclic)
Sets the cyclic-play flag to the given value. |
void |
setHasAvatar(boolean ha)
Sets the has-avatar flag to the given value. |
void |
setSingleSignPlay(boolean ss)
Sets the single-sign flag to the given value. |
boolean |
singleSignPlayIsOn()
Returns the current single-sign flag value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlayerFlags()
public PlayerFlags(boolean cp, boolean ssp, boolean ha)
Method Detail |
---|
public void setCyclicPlay(boolean cyclic)
public boolean cyclicPlayIsOn()
public void setSingleSignPlay(boolean ss)
public boolean singleSignPlayIsOn()
public void setHasAvatar(boolean ha)
public boolean hasAvatar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |