|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Effect | |
|---|---|
| com.sencha.gxt.fx.client.animation | |
| Uses of Effect in com.sencha.gxt.fx.client.animation |
|---|
| Classes in com.sencha.gxt.fx.client.animation that implement Effect | |
|---|---|
class |
BaseEffect
Base Effect implementation for elements. |
class |
Blink
|
class |
FadeIn
|
class |
FadeOut
|
class |
Move
|
class |
MultiEffect
|
class |
Scroll
|
class |
SingleStyleEffect
|
class |
Slide
|
class |
SlideIn
|
class |
SlideOut
|
| Methods in com.sencha.gxt.fx.client.animation that return Effect | |
|---|---|
Effect |
Fx.getEffect()
Returns the effect. |
| Methods in com.sencha.gxt.fx.client.animation with parameters of type Effect | |
|---|---|
void |
MultiEffect.addEffects(Effect... effects)
|
boolean |
Fx.run(Effect effect)
Runs the effect for the given duration. |
boolean |
Fx.run(int duration,
Effect effect)
Runs the effect for the given duration. |
| Method parameters in com.sencha.gxt.fx.client.animation with type arguments of type Effect | |
|---|---|
void |
MultiEffect.addEffects(java.util.List<Effect> effects)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||