File tree 3 files changed +4
-4
lines changed
modules/javafx.graphics/src/main/java/javafx
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2008, 2019 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2008, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
Original file line number Diff line number Diff line change 55
55
* </ul>
56
56
* Heterogeneous paint interpolation converts the {@code Color} to a visually identical gradient paint,
57
57
* and then performs a gradient paint interpolation. If heterogeneous paints cannot be interpolated as
58
- * described, the paints are interpolated <a href="../../animation/Interpolatable.html#discrete">discretely </a>.
58
+ * described, the paints are interpolated <a href="../../animation/Interpolatable.html#discrete">as discrete </a>.
59
59
*
60
60
* @since JavaFX 8.0
61
61
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2010, 2016 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2010, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
41
41
* Heterogeneous paint interpolation converts the {@code Color} to a visually identical gradient
42
42
* paint, and then performs a linear interpolation between the two gradient paints.
43
43
* If heterogeneous paints cannot be interpolated as described, the paints are interpolated
44
- * <a href="../../animation/Interpolatable.html#discrete">discretely </a>.
44
+ * <a href="../../animation/Interpolatable.html#discrete">as discrete </a>.
45
45
*
46
46
* @since JavaFX 2.0
47
47
*/
You can’t perform that action at this time.
0 commit comments