com.sencha.gxt.fx.client.animation
Class FadeIn

java.lang.Object
  extended by com.sencha.gxt.fx.client.animation.BaseEffect
      extended by com.sencha.gxt.fx.client.animation.FadeIn
All Implemented Interfaces:
Effect

public class FadeIn
extends BaseEffect


Constructor Summary
FadeIn(XElement el)
           
 
Method Summary
 void onComplete()
          Fires after the effect is complete.
 void onStart()
          Fires after the effect is started.
 void onUpdate(double progress)
          Fires after the effect is updated.
 
Methods inherited from class com.sencha.gxt.fx.client.animation.BaseEffect
onCancel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FadeIn

public FadeIn(XElement el)
Method Detail

onComplete

public void onComplete()
Description copied from interface: Effect
Fires after the effect is complete.

Specified by:
onComplete in interface Effect
Overrides:
onComplete in class BaseEffect

onStart

public void onStart()
Description copied from interface: Effect
Fires after the effect is started.

Specified by:
onStart in interface Effect
Overrides:
onStart in class BaseEffect

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 between 0 and 1


Copyright © 2012. All Rights Reserved.