Package de.flapdoodle.kfx.transitions
Class DelayedMouseAction
-
- All Implemented Interfaces:
@Deprecated(message = "put stuff like that in an event handler") public final class DelayedMouseAction extends Transition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDelayedMouseAction.Companion
-
Constructor Summary
Constructors Constructor Description DelayedMouseAction(Duration triggerDelay, Function0<Unit> action, Function0<Unit> undo)
-
Method Summary
Modifier and Type Method Description final BooleangetFinished()final UnitsetFinished(Boolean finished)final Function0<Unit>getAction()final Function0<Unit>getUndo()Unitstop()-
Methods inherited from class javafx.animation.Animation
autoReverseProperty, 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, setDelay, setOnFinished, setRate, statusProperty, totalDurationProperty -
Methods inherited from class javafx.animation.Transition
getInterpolator, interpolatorProperty, setInterpolator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-