|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnimationAction | |
|---|---|
| edu.cmu.sun.animation | The Animation package helps to schdule animations to happen at specific times. |
| edu.cmu.sun.view | Component3D objects that update the scene graph from the models and dispatch mouse events to controllers. |
| Uses of AnimationAction in edu.cmu.sun.animation |
|---|
| Fields in edu.cmu.sun.animation declared as AnimationAction | |
|---|---|
(package private) AnimationAction |
ScheduledAnimationAction.action
|
| Methods in edu.cmu.sun.animation with parameters of type AnimationAction | |
|---|---|
void |
AnimationPlan.addAnimationAction(Component3D target,
int start,
int duration,
AnimationAction action)
Allows for custom animations to be added to the plan. |
| Constructors in edu.cmu.sun.animation with parameters of type AnimationAction | |
|---|---|
ScheduledAnimationAction(Component3D target,
int startTime,
int duration,
AnimationAction action)
Create an ScheduledAnimation that will call an AnimationAction when the animation needs to be performed. |
|
| Uses of AnimationAction in edu.cmu.sun.view |
|---|
| Classes in edu.cmu.sun.view that implement AnimationAction | |
|---|---|
class |
ColumnGlueView
Coordinates the drawing and updating of the glue (or spreads) that visually conect windows (or panels) together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||