public final class ChartLayoutAnimator extends AnimationTimer implements EventHandler<ActionEvent>
| Constructor and Description |
|---|
ChartLayoutAnimator(Parent nodeToLayout) |
| Modifier and Type | Method and Description |
|---|---|
Object |
animate(Animation animation)
Play a animation containing the given keyframes.
|
Object |
animate(KeyFrame... keyFrames)
Play a animation containing the given keyframes.
|
void |
handle(ActionEvent actionEvent) |
void |
handle(long l) |
void |
stop(Object animationID)
Stop the animation with the given ID
|
start, stoppublic ChartLayoutAnimator(Parent nodeToLayout)
public Object animate(Animation animation)
animation - The animation to playpublic Object animate(KeyFrame... keyFrames)
keyFrames - The keyframes to animatepublic void handle(ActionEvent actionEvent)
handle in interface EventHandler<ActionEvent>public void handle(long l)
handle in class AnimationTimerpublic void stop(Object animationID)
animationID - The id of the animation to stopCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.