efl/src/lib/ecore/efl_bounce_interpolator.eo

23 lines
546 B
Plaintext

class Efl.Bounce_Interpolator (Efl.Object, Efl.Interpolator)
{
[[Efl bounce interpolator class]]
data: Efl_Bounce_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;
}
}