public class TransitionAnimator extends AbstractAnimator
Modifier and Type | Class and Description |
---|---|
static class |
TransitionAnimator.Direction |
Constructor and Description |
---|
TransitionAnimator(Component from,
Component to,
TransitionAnimator.Direction direction,
long duration) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
get(double t) |
BufferedImage |
getCurrent(long time) |
isComplete, ratioComplete, setTime
public TransitionAnimator(Component from, Component to, TransitionAnimator.Direction direction, long duration)
public BufferedImage getCurrent(long time)
public BufferedImage get(double t)
Copyright © 2015–2021 Fiji. All rights reserved.