Interface Interpolatable<T>

Type Parameters:
T - the interpolatable value type
All Known Implementing Classes:
Color, Point2D, Point3D
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Interpolatable<T>
A value that can be interpolated. It defines single interpolate(Object, double) method, which returns interpolated value of given fraction.
Since:
JavaFX 2.0