|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.communication.messages.InfoMessage cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AnimationChange
public class AnimationChange
Definition of the event CHANGEANIM.
Complete message documentation: Asynchronous message. Bot starts or finishes custom played animation. If a list of animation was supported, this message will come each time an animation in the list starts or stops playing.
Field Summary | |
---|---|
protected boolean |
AnimEnd
True if this animation has ended. |
protected boolean |
AnimStart
True if this animation has now started. |
protected String |
Name
Name of the animation. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected long |
SimTime
|
protected double |
Time
Time of the animation change. |
Constructor Summary | |
---|---|
AnimationChange()
Parameter-less contructor for the message. |
|
AnimationChange(AnimationChange original)
Cloning constructor from the full message. |
|
AnimationChange(String Name,
boolean AnimStart,
boolean AnimEnd,
double Time)
Creates new instance of the message AnimationChange. |
Method Summary | |
---|---|
String |
getName()
Name of the animation. |
long |
getSimTime()
Simulation time in MILLI SECONDS !!! |
double |
getTime()
Time of the animation change. |
boolean |
isAnimEnd()
True if this animation has ended. |
boolean |
isAnimStart()
True if this animation has now started. |
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
String |
toHtmlString()
|
String |
toJsonLiteral()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROTOTYPE
protected long SimTime
protected String Name
protected boolean AnimStart
protected boolean AnimEnd
protected double Time
Constructor Detail |
---|
public AnimationChange()
public AnimationChange(String Name, boolean AnimStart, boolean AnimEnd, double Time)
Name
- Name of the animation.AnimStart
- True if this animation has now started.AnimEnd
- True if this animation has ended.Time
- Time of the animation change.public AnimationChange(AnimationChange original)
original
- Method Detail |
---|
public long getSimTime()
getSimTime
in interface IWorldChangeEvent
getSimTime
in interface IWorldEvent
protected void setSimTime(long SimTime)
public String getName()
public boolean isAnimStart()
public boolean isAnimEnd()
public double getTime()
public String toString()
toString
in class InfoMessage
public String toHtmlString()
public String toJsonLiteral()
toJsonLiteral
in class InfoMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |