|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnimationPlan | |
|---|---|
| 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 AnimationPlan in edu.cmu.sun.animation |
|---|
| Fields in edu.cmu.sun.animation declared as AnimationPlan | |
|---|---|
private static AnimationPlan |
TransitionManager.consolidationPlan
|
private static AnimationPlan |
TransitionManager.prepPlan
|
private static AnimationPlan |
TransitionManager.transitionPlan
|
| Methods in edu.cmu.sun.animation that return AnimationPlan | |
|---|---|
static AnimationPlan |
TransitionManager.getConsolidationPlan()
An AnimationPlan meant to consolidate the scene after the transition. |
static AnimationPlan |
TransitionManager.getPrepPlan()
An AnimationPlan meant to prepare the Scene for animation. |
static AnimationPlan |
TransitionManager.getTransitionPlan()
An AnimationPlan meant to visually transition the scene from one state to the next. |
| Uses of AnimationPlan in edu.cmu.sun.view |
|---|
| Methods in edu.cmu.sun.view with parameters of type AnimationPlan | |
|---|---|
private void |
WindowContentView.cleanComponents(AnimationPlan plan)
we remove all components in abstractListViews we place ListViews in the recycle bin. |
private AbstractListView |
WindowContentView.getViewForLayout(LayoutComponent layoutComp,
AnimationPlan plan,
javax.vecmath.Vector3f position)
|
void |
WindowContentView.syncToLayout(Layout activeLayout,
AnimationPlan plan)
make this windowContents match the given layout. |
void |
ListView.syncToLayout(LayoutComponent newLayout,
AnimationPlan plan)
|
void |
WindowContentView.update(AnimationPlan plan,
int msec)
|
void |
TopFoldView.update(AnimationPlan plan,
int msec)
|
void |
MiddleFoldView.update(AnimationPlan plan,
int msec)
|
void |
ListView.update(AnimationPlan plan,
int msec)
|
void |
BottomFoldView.update(AnimationPlan plan,
int msec)
|
abstract void |
AbstractListView.update(AnimationPlan plan,
int msec)
|
void |
AbstractFoldView.update(AnimationPlan plan,
int msec)
|
private void |
ListView.updateNow(AnimationPlan plan)
updates using set methods instead of change (To avoid animation) used in ListView recycling. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||