Animates the layout of a graph.
Namespace: yWorks.yFiles.UI.AnimationAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class LayoutMorpher : IAnimation |
| Visual Basic |
|---|
Public Class LayoutMorpher _ Implements IAnimation |
Remarks
After creating an instance Initialize()()()() has to be called once.
Subsequent calls to Animate(Double) change the graph layout according to the given
relative time parameter. The animation starts with time 0 and ends with time 1. It is not necessary
to call Animate(Double) with increasing time values. After the animation is done,
a final call to Cleanup()()()() should be made.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Animation..::..LayoutMorpher
yWorks.yFiles.UI.Animation..::..LayoutMorpher