IEffect
public class GalleryGroupResizeEffect extends AbstractEffect
Animation used internally on collapse / expand events. Should not be used directly.
NOTE: THIS WIDGET AND ITS API ARE STILL UNDER DEVELOPMENT.
Constructor | Description |
---|---|
GalleryGroupResizeEffect(GalleryItem item,
int src,
int dest,
long lengthMilli,
IMovement movement,
java.lang.Runnable onStop,
java.lang.Runnable onCancel) |
Set up a new resize effect on a gallery item.
|
Modifier and Type | Method | Description |
---|---|---|
void |
applyEffect(long currentTime) |
Apply this effect.
|
cancel, doEffect, doEffect, getLength, isDone, processEnd
public GalleryGroupResizeEffect(GalleryItem item, int src, int dest, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
item
- src
- dest
- lengthMilli
- movement
- onStop
- onCancel
- public void applyEffect(long currentTime)
AbstractEffect
applyEffect
in class AbstractEffect