Contains concrete implementations of the
IAnimation
interface that
deal with the morphing of
IGraph
instances.
Classes
| Class | Description | |
|---|---|---|
| EdgeAnimation |
Animates the layout of an edge.
| |
| LabelAnimation |
This animation linearly interpolates the geometry
of an ILabel's Layout from the current to a
given ILabelModelParameter.
| |
| LayoutMorpher |
Animates the layout of a graph.
| |
| LayoutMorpherWrapper |
Convenience class that wraps LayoutMorpher for use with LayoutGraphs
| |
| NodeAnimation |
Animates the layout of a node.
| |
| PortAnimation |
Animates the location of a IPort by interpolating
linearly between the current location
and the target location that is provided by the target IPortLocationModelParameter.
| |
| TableAnimation |
An animation that morphs the sizes of all stripes in an ITable.
|