Interface | Description |
---|---|
FadeStep |
Interface for computing the step for a fade cycle.
|
FadeTrackerCallback |
Callback for the fade tracker.
|
GlobalFadeTrackerCallback |
Global callback for the fade tracker.
|
Class | Description |
---|---|
FadeAccelerationStep |
Implementation of
FadeStep for accelerated fades. |
FadeConfigurationManager |
Fade configuration manager.
|
FadeConstantStep |
Default implementation of
FadeStep for linear (constant-step) fades. |
FadeDecelerationStep |
Implementation of
FadeStep for decelerated fades. |
FadeKind |
Fade animation kind.
|
FadeState |
Information on the state of the faded component.
|
FadeStateListener |
Implements listener on model changes of some component.
|
FadeTracker |
Tracker class for fade animations.
|
FadeTracker.ComponentId |
Information on a single component under fade.
|
FadeTrackerAdapter |
Default implementation of
FadeTrackerCallback that does nothing. |
UIThreadFadeTrackerAdapter |
Empty implementation of
FadeTrackerCallback that does nothing but is
marked to run on the EDT. |
Annotation Type | Description |
---|---|
RunOnUIThread |
Annotation to mark code that should run on UI thread.
|