Interpolator factories should follow method naming convention

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx25
    • Component/s: javafx
    • None

      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:
            2 Start watching this issue

              Created:
              Updated: