public class WindowInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Timeline.Window |
currentWindow |
int |
currentWindowIndex |
int |
nextWindowIndex |
int |
previousWindowIndex |
| Constructor and Description |
|---|
WindowInfo(int previousWindowIndex,
int currentWindowIndex,
int nextWindowIndex,
Timeline.Window currentWindow) |