public class Blink extends BaseEffect
| Modifier and Type | Method and Description |
|---|---|
int |
getInterval() |
void |
onCancel()
Fires after the effect is cancelled.
|
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.
|
void |
setInterval(int interval) |
public Blink(XElement el, int interval)
public int getInterval()
public void onCancel()
EffectonCancel in interface EffectonCancel in class BaseEffectpublic void onComplete()
EffectonComplete in interface EffectonComplete in class BaseEffectpublic void onStart()
EffectonStart in interface EffectonStart in class BaseEffectpublic void onUpdate(double progress)
EffectonUpdate in interface EffectonUpdate in class BaseEffectprogress - the progress between 0 and 1public void setInterval(int interval)
Copyright © 2012. All Rights Reserved.