Interpolator factories should follow method naming convention

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • jfx26
    • Affects Version/s: jfx25
    • Component/s: javafx
    • None
    • b22

      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.

            Assignee:
            Michael Strauß
            Reporter:
            Michael Strauß
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: