Class Move
- java.lang.Object
-
- com.sencha.gxt.fx.client.animation.BaseEffect
-
- com.sencha.gxt.fx.client.animation.Move
-
- All Implemented Interfaces:
Effect
public class Move extends BaseEffect
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonComplete()Fires after the effect is complete.voidonUpdate(double progress)Fires after the effect is updated.-
Methods inherited from class com.sencha.gxt.fx.client.animation.BaseEffect
onCancel, onStart
-
-
-
-
Constructor Detail
-
Move
public Move(XElement el, int x, int y)
-
-
Method Detail
-
onComplete
public void onComplete()
Description copied from interface:EffectFires after the effect is complete.- Specified by:
onCompletein interfaceEffect- Overrides:
onCompletein classBaseEffect
-
onUpdate
public void onUpdate(double progress)
Description copied from interface:EffectFires after the effect is updated.- Specified by:
onUpdatein interfaceEffect- Overrides:
onUpdatein classBaseEffect- Parameters:
progress- the progress between 0 and 1
-
-