< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/paint/RadialGradient.java

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

@@ -162,12 +162,12 @@
     }
 
     private CycleMethod cycleMethod;
 
     /**
-     * Defines which of the follwing cycle method is applied
-     * to the {@code RadialGradient}: {@code CycleMethod.NO_CYCLE},
+     * Defines the cycle method applied
+     * to the {@code RadialGradient}. One of: {@code CycleMethod.NO_CYCLE},
      * {@code CycleMethod.REFLECT}, or {@code CycleMethod.REPEAT}.
      *
      * @return the cycle method applied to this radial gradient
      * @defaultValue NO_CYCLE
      */
< prev index next >