public class Timeline<T> extends Object
| Constructor and Description |
|---|
Timeline(Environment env,
T control) |
Timeline(long startTime,
Environment env,
T control) |
Timeline(long startTime,
Wrap<? extends T> wrap) |
Timeline(Wrap<T> wrap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMore() |
Timeline<T> |
schedule(long start,
long until,
long delta,
TimedCriteria<T> frame) |
Timeline<T> |
schedule(long when,
TimedCriteria<T> frame) |
void |
start() |
public Timeline(long startTime,
Environment env,
T control)
public Timeline(Environment env, T control)
public final Timeline<T> schedule(long when, TimedCriteria<T> frame)
public final Timeline<T> schedule(long start, long until, long delta, TimedCriteria<T> frame)
public void start()
public boolean hasMore()
Copyright © 2018. All rights reserved.