Class RoutingAnimator

java.lang.Object
org.eclipse.draw2d.Animator
org.eclipse.draw2d.RoutingAnimator
All Implemented Interfaces:
RoutingListener

public class RoutingAnimator extends Animator implements RoutingListener
Animates the routing of a connection. The animator will capture the effects of the connection's router, and the play back the placement of the routing, interpolating the intermediate routes.

To use a routing animator, hook it as a routing listener for the connection whose points are to be animated, by calling PolylineConnection.addRoutingListener(RoutingListener). An animator is active only when the Animation utility is activated.

Since:
3.2