Eclipse Draw2d
3.8.0.201206011245

Uses of Class
org.eclipse.draw2d.Animator

Packages that use Animator
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
 

Uses of Animator in org.eclipse.draw2d
 

Subclasses of Animator in org.eclipse.draw2d
 class LayoutAnimator
          Animates the layout of a figure's children.
 class RoutingAnimator
          Animates the routing of a connection.
 

Methods in org.eclipse.draw2d with parameters of type Animator
static Object Animation.getFinalState(Animator animator, IFigure figure)
          Returns the final animation state for the given figure.
static Object Animation.getInitialState(Animator animator, IFigure figure)
          Returns the initial animation state for the given animator and figure.
 


Eclipse Draw2d
3.8.0.201206011245

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.