[Rev 01] RFR: 8242523: Update the animation and clip envelope classes

Nir Lisker nlisker at openjdk.java.net
Thu May 28 16:44:42 UTC 2020


On Thu, 28 May 2020 15:51:19 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Doesn't the autogenerated JavaDoc for the `getX`, `setX` and `xProperty` methods work by matching the method name to
>> the property name regardless of they location in the class? `doSetCurrentRate` shouldn't ever be able to interfere with
>> that. I can add a `@param` anyway.
>
> So it would seem. It still seems a bit fragile, but as long as it works, I won't push the point (we are very
> inconsistent on this).

I moved the method down anyway so it will be separated from the public API.

-------------

PR: https://git.openjdk.java.net/jfx/pull/196


More information about the openjfx-dev mailing list