| createAnimation () | in
LayoutExecutor | Factory method that creates the IAnimation that will be used by this instance after the layout has been calculated. |
| createLayoutAnimation () | in
LayoutExecutor | Factory method that creates the animation for the IGraph. |
| createTableAnimations () | in
LayoutExecutor | Creates an animation that transitions the layout of all ITables in the graph. |
| createViewportAnimation (Rect) | in
LayoutExecutor | Factory method that creates the animation for the viewport. |
| createAnimation () | in
LayoutExecutorAsync | Factory method that creates the IAnimation that will be used by this instance after the layout has been calculated. |
| createLayoutAnimation () | in
LayoutExecutorAsync | Factory method that creates the animation for the IGraph. |
| createTableAnimations () | in
LayoutExecutorAsync | Creates an animation that morphs the layout of all ITables in the graph. |
| createViewportAnimation (Rect) | in
LayoutExecutorAsync | Factory method that creates the animation for the viewport. |
| createDelay (TimeSpan) | in
IAnimation | Creates a delay animation that does nothing. |
| createDelayedAnimation (TimeSpan) | in
IAnimation | Creates a delayed animation instance from this instance. |
| createEasedAnimation (number?, number?) | in
IAnimation | Creates an eased animation for the given base animation. |
| createEdgeSegmentAnimation (IGraph, IEdge, IPoint, Point, Point, TimeSpan) | in
IAnimation | Creates a new IAnimation that animates the given edge 's bends from its current shape linearly to the shape given by the endBends and final port locations. |
| createGraphAnimation (IGraph, IMapper<INode,IRectangle>?, IMapper<IEdge,yfiles.geometry.IPoint[]>?, IMapper<IPort,IPortLocationModelParameter>?, IMapper<ILabel,ILabelModelParameter>?, TimeSpan?) | in
IAnimation | Creates a new IAnimation that animates the given layout of all types of graph items. |
| createLabelAnimation (IGraph, ILabel, ILabelModelParameter, TimeSpan) | in
IAnimation | Creates a new IAnimation that animates the given label from its current layout linearly to the layout given by the targetLayoutParameter . |
| createLayoutAnimation (IGraph, LayoutGraphAdapter, TimeSpan) | in
IAnimation | Creates a new IAnimation instance that animates the current graph to the layout given by the layoutGraph instance of the given adapter . |
| createNodeAnimation (IGraph, INode, IRectangle, TimeSpan) | in
IAnimation | Creates a new IAnimation that animates the given node from its current layout to the new given targetLayout . |
| createParallelAnimation (IEnumerableConvertible<IAnimation|WebGLAnimation>, boolean?) | in
IAnimation | Creates an IAnimation according to the composite design pattern that animates multiple animations in parallel. |
| createPathAnimation (GeneralPath, IMutablePoint, TimeSpan) | in
IAnimation | Creates a new instance of an IAnimation that animates the given IMutablePoint along a path. |
| createPortAnimation (IGraph, IPort, IPortLocationModelParameter, TimeSpan) | in
IAnimation | Creates a new IAnimation that animates the given port from its current location to the new location given by the targetLocationParameter . |
| createSequentialAnimation (IEnumerableConvertible<IAnimation> | IEnumerable<WebGLAnimation>) | in
IAnimation | Creates an IAnimation that animates multiple animations in sequence. |
| createTableAnimation (ITable, number, number) | in
IAnimation | Creates a new IAnimation for the given table that animates the table and its stripes. |
| fromHandler (function(number):void, TimeSpan) | in
IAnimation | Creates an animation for the given delegate and preferredDuration. |