Class GalleryGroupResizeEffect

    • Constructor Detail

      • GalleryGroupResizeEffect

        public 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.
        Parameters:
        item -
        src -
        dest -
        lengthMilli -
        movement -
        onStop -
        onCancel -
    • Method Detail

      • applyEffect

        public void applyEffect​(long currentTime)
        Description copied from class: AbstractEffect
        Apply this effect.
        Specified by:
        applyEffect in class AbstractEffect
        See Also:
        org.sharemedia.ui.sat.AbstractEffect#applyEffect(long)