com.extjs.gxt.ui.client.fx
Class Move

java.lang.Object
  extended by com.extjs.gxt.ui.client.fx.BaseEffect
      extended by com.extjs.gxt.ui.client.fx.Move
All Implemented Interfaces:
Effect

public class Move
extends BaseEffect


Constructor Summary
Move(El el, int x, int y)
           
 
Method Summary
 void onUpdate(double progress)
          Fires after the effect is updated.
 
Methods inherited from class com.extjs.gxt.ui.client.fx.BaseEffect
blink, fadeIn, fadeOut, onCancel, onComplete, onStart, scroll, slideIn, slideOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Move

public Move(El el,
            int x,
            int y)
Method Detail

onUpdate

public void onUpdate(double progress)
Description copied from interface: Effect
Fires after the effect is updated.

Specified by:
onUpdate in interface Effect
Overrides:
onUpdate in class BaseEffect
Parameters:
progress - the progress betwee 0 and 1