public class PathMorphTransition
extends javafx.animation.Transition
| Constructor and Description |
|---|
PathMorphTransition(java.util.List<javafx.scene.shape.PathElement> sourceElements,
java.util.List<javafx.scene.shape.PathElement> targetElements,
javafx.util.Duration duation,
javafx.scene.shape.Path pathNode)
Create a transition
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
interpolate(double frac) |
void |
play() |
getCachedInterpolator, getInterpolator, getParentTargetNode, interpolatorProperty, setInterpolatorautoReverseProperty, currentRateProperty, currentTimeProperty, cycleCountProperty, cycleDurationProperty, delayProperty, getCuePoints, getCurrentRate, getCurrentTime, getCycleCount, getCycleDuration, getDelay, getOnFinished, getRate, getStatus, getTargetFramerate, getTotalDuration, isAutoReverse, jumpTo, jumpTo, onFinishedProperty, pause, playFrom, playFrom, playFromStart, rateProperty, setAutoReverse, setCycleCount, setCycleDuration, setDelay, setOnFinished, setRate, setStatus, statusProperty, stop, totalDurationPropertypublic PathMorphTransition(java.util.List<javafx.scene.shape.PathElement> sourceElements,
java.util.List<javafx.scene.shape.PathElement> targetElements,
javafx.util.Duration duation,
javafx.scene.shape.Path pathNode)
sourceElements - the source elementstargetElements - the target elementsduation - the durationpathNode - the path not the morph is done on