The following interpolator factories don't follow the standard method naming convention:
Interpolator.SPLINE(double, double, double, double)
Interpolator.TANGENT(Duration, double, Duration, double)
Interpolator.TANGENT(Duration, double)
Interpolator.STEPS(int, StepPosition)
New methods should be added (named ofSpline, ofTangent, and ofSteps), and the existing method should be deprecated (not for removal) in favor of the correctly-named new methods.
Interpolator.SPLINE(double, double, double, double)
Interpolator.TANGENT(Duration, double, Duration, double)
Interpolator.TANGENT(Duration, double)
Interpolator.STEPS(int, StepPosition)
New methods should be added (named ofSpline, ofTangent, and ofSteps), and the existing method should be deprecated (not for removal) in favor of the correctly-named new methods.
- links to
-
Review(master)
openjdk/jfx/1996