org.zilonis.tool.ext.aerith.animation |
|
Java Source File Name | Type | Comment |
AnimationLayer.java | Class | This is the component where the transition animations actually run.
During a transition, this layer becomes visible in the TransitionPanel.
Regular repaint() events occur on the TransitionPanel, which trickle down
to paint() events here. |
AnimationManager.java | Class | This class manages the animated rendering of the various components during
the transitions. |
AnimationState.java | Class | This class holds the start and/or end states for a JComponent. |
ScreenTransition.java | Class | This class is used to facilitate animated transitions in an application.
ScreenTransition is given a container in a Swing application. |
TransitionTarget.java | Interface | This interface is implemented by the "target" of ScreenTransition. |