public class DoublePropertyTransition
extends javafx.animation.Transition
| Constructor and Description |
|---|
DoublePropertyTransition(javafx.beans.property.DoubleProperty p,
javafx.util.Duration duration,
double from,
double to)
Create a new transition
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
interpolate(double frac) |
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, play, playFrom, playFrom, playFromStart, rateProperty, setAutoReverse, setCycleCount, setCycleDuration, setDelay, setOnFinished, setRate, setStatus, statusProperty, stop, totalDurationPropertypublic DoublePropertyTransition(javafx.beans.property.DoubleProperty p,
javafx.util.Duration duration,
double from,
double to)
p - the double property to updateduration - the durationfrom - the start valueto - the end value