Class Animation
- java.lang.Object
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
- 
 public class Animation extends java.lang.ObjectDataholder for Animations
- 
- 
Constructor SummaryConstructors Constructor Description Animation(java.lang.String name, java.lang.String channel, boolean loop, double speed, IParsedExpression cond)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IParsedExpressiongetAnimationCondition()java.lang.StringgetChannel()java.lang.StringgetName()floatgetSpeed()booleanisLoop()voidsetAnimationCondition(IParsedExpression animationCondition)voidsetChannel(java.lang.String channel)voidsetLoop(boolean loop)voidsetName(java.lang.String name)voidsetSpeed(float speed)
 
- 
- 
- 
Field Detail- 
nameprotected java.lang.String name 
 - 
channelprotected java.lang.String channel 
 - 
loopprotected boolean loop 
 - 
speedprotected float speed 
 - 
condprotected IParsedExpression cond 
 
- 
 - 
Constructor Detail- 
Animationpublic Animation(java.lang.String name, java.lang.String channel, boolean loop, double speed, IParsedExpression cond)
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() - Returns:
- the name
 
 - 
setNamepublic void setName(java.lang.String name) - Parameters:
- name- the name to set
 
 - 
getChannelpublic java.lang.String getChannel() - Returns:
- the channel
 
 - 
setChannelpublic void setChannel(java.lang.String channel) - Parameters:
- channel- the channel to set
 
 - 
isLooppublic boolean isLoop() - Returns:
- the loop
 
 - 
setLooppublic void setLoop(boolean loop) - Parameters:
- loop- the loop to set
 
 - 
getAnimationConditionpublic IParsedExpression getAnimationCondition() - Returns:
- the animationCondition
 
 - 
setAnimationConditionpublic void setAnimationCondition(IParsedExpression animationCondition) - Parameters:
- animationCondition- the animationCondition to set
 
 - 
getSpeedpublic float getSpeed() - Returns:
- the speed
 
 - 
setSpeedpublic void setSpeed(float speed) - Parameters:
- speed- the speed to set
 
 
- 
 
-