JavaScript is disabled on your browser.
JavaFX 2.2
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javafx.animation

Interface Interpolatable<T>

  • All Known Implementing Classes:
    Color


    public interface Interpolatable<T>
    A value that can be interpolated. It defines single interpolate(Object, double) method, which returns interpolated value of given fraction.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      T interpolate (T endValue, double t)
      The function calculates an interpolated value along the fraction t between 0.0 and 1.0.
    • Method Detail

      • interpolate

        T interpolate(T endValue,
         double t)
        The function calculates an interpolated value along the fraction t between 0.0 and 1.0. When t = 1.0, endVal is returned.
        Parameters:
        endValue - target value
        t - fraction between 0.0 and 1.0
        Returns:
        interpolated value
JavaFX 2.2
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /