Skip to content

Commit

Permalink
javadoc change
Browse files Browse the repository at this point in the history
  • Loading branch information
mstr2 committed Sep 16, 2024
1 parent 1227a79 commit 1c842cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ public final CycleMethod getCycleMethod() {
*
* @return the list of Stop values
* @defaultValue empty
* @interpolationType <a href="../../animation/Interpolatable.html#pairwise">pairwise</a>
* @interpolationType Stop list interpolation produces smooth transitions of gradient stops by allowing
* the insertion of new stops along the gradient. At most, the intermediate stop list
* has the combined number of gradient stops of both the start list and the target list.
*/
public final List<Stop> getStops() {
return stops;
Expand Down

0 comments on commit 1c842cc

Please sign in to comment.