Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
void |
Animator.animate(IAnimationCallback callback,
Duration duration)
Starts animating the given animation for the specified duration.
|
void |
Animator.animate(IAnimationCallback callback,
Duration duration,
IEventHandler<IEventArgs> finishedCallback)
Starts animating the given animation for the specified duration.
|
void |
Animator.animateAndWait(IAnimationCallback callback,
Duration duration)
Starts to animate the given animation for the specified duration.
|