efl/src/lib/ecore/efl_spring_interpolator.eo

23 lines
546 B
Plaintext

class Efl.Spring_Interpolator (Efl.Object, Efl.Interpolator)
{
[[Efl spring interpolator class]]
data: Efl_Spring_Interpolator_Data;
methods {
@property factors {
[[Factors property]]
set {
}
get {
}
values {
factor1: double; [[First factor of the interpolation function.]]
factor2: double; [[Second factor of the interpolation function.]]
}
}
}
implements {
Efl.Object.constructor;
Efl.Interpolator.interpolate;
}
}