|
|||||||||
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 java.lang.String |
Name
Name of the animation. |
static java.lang.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(java.lang.String Name,
boolean AnimStart,
boolean AnimEnd,
double Time)
Creates new instance of the message AnimationChange. |
Method Summary | |
---|---|
java.lang.String |
getName()
Name of the animation. |
long |
getSimTime()
Returns the simulation time when the event has occurred. |
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. |
java.lang.String |
toHtmlString()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROTOTYPE
protected long SimTime
protected java.lang.String Name
protected boolean AnimStart
protected boolean AnimEnd
protected double Time
Constructor Detail |
---|
public AnimationChange()
public AnimationChange(java.lang.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()
IWorldEvent
getSimTime
in interface IWorldChangeEvent
getSimTime
in interface IWorldEvent
protected void setSimTime(long SimTime)
public java.lang.String getName()
public boolean isAnimStart()
public boolean isAnimEnd()
public double getTime()
public java.lang.String toString()
toString
in class InfoMessage
public java.lang.String toHtmlString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |