blob: d9a1cef03e3f48a17263cb4eb9c97ccb9ffed138 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
class Efl.Interpolator_Divisor (Efl.Object, Efl.Interpolator)
{
[[Efl divisor interpolator class]]
data: Efl_Interpolator_Divisor_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;
}
}
|