The net.guttershark.ui.controls.views package contains base classes for generic views.
| Class | Description | |
|---|---|---|
| AnimatedView | The AnimatedView class provides structure to a class where views need to have animated timelines, rather than all code tweened timelines. | |
| BasicView | The BasicView class provides common case functionality needed 90% of the time a "view" must be implemented. | |
| InOutView | The InOutView class is an AnimatedView with default functionality setup so that you can use a timeline to play forwards and backwards as the in transition and reverse as the out transition. |