Uses of Class
org.eclipse.draw2d.Animator
Packages that use Animator
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of Animator in org.eclipse.draw2d
Subclasses of Animator in org.eclipse.draw2dModifier and TypeClassDescriptionclass
Animates the layout of a figure's children.class
Animates the routing of a connection.Methods in org.eclipse.draw2d with parameters of type AnimatorModifier and TypeMethodDescriptionstatic 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.