< prev index next >

modules/javafx.graphics/src/main/java/javafx/animation/PauseTransition.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

*** 29,39 **** import javafx.beans.property.ObjectPropertyBase; import javafx.util.Duration; /** * This {@code Transition} executes an {@link Animation#onFinished} at the end of its ! * {@link #duration}. * * <p> * Code Segment Example: * </p> * --- 29,39 ---- import javafx.beans.property.ObjectPropertyBase; import javafx.util.Duration; /** * This {@code Transition} executes an {@link Animation#onFinished} at the end of its ! * {@link #durationProperty() duration}. * * <p> * Code Segment Example: * </p> *
< prev index next >