< prev index next >

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

Print this page
rev 10443 : 8177341: Fix typos in FX API docs
Reviewed-by:

@@ -33,11 +33,11 @@
 import com.sun.scenario.animation.AbstractMasterTimer;
 import com.sun.scenario.animation.shared.TimelineClipCore;
 
 /**
  * A {@code Timeline} can be used to define a free form animation of any
- * {@link javafx.beans.value.WritableValue}, e.g. all
+ * {@link javafx.beans.value.WritableValue}, for example, all
  * {@link javafx.beans.property.Property JavaFX Properties}.
  * <p>
  * A {@code Timeline}, defined by one or more {@link KeyFrame}s, processes
  * individual {@code KeyFrame} sequentially, in the order specified by
  * {@code KeyFrame.time}. The animated properties, defined as key values in
< prev index next >