Public Member Functions | |
(void) | - setKeyPath: [implementation] |
(CPString) | - keyPath [implementation] |
(void) | - setCumulative: [implementation] |
(BOOL) | - cumulative [implementation] |
(BOOL) | - isCumulative [implementation] |
(void) | - setAdditive: [implementation] |
(BOOL) | - additive [implementation] |
(BOOL) | - isAdditive [implementation] |
Static Public Member Functions | |
(id) | + animationWithKeyPath: [implementation] |
Definition at line 135 of file CAAnimation.j.
- (BOOL) additive | [implementation] |
Definition at line 182 of file CAAnimation.j.
+ (id) animationWithKeyPath: | (CPString) | aKeyPath | [implementation] |
Definition at line 143 of file CAAnimation.j.
- (BOOL) cumulative | [implementation] |
Definition at line 167 of file CAAnimation.j.
- (BOOL) isAdditive | [implementation] |
Definition at line 187 of file CAAnimation.j.
- (BOOL) isCumulative | [implementation] |
Definition at line 172 of file CAAnimation.j.
- (CPString) keyPath | [implementation] |
Definition at line 157 of file CAAnimation.j.
- (void) setAdditive: | (BOOL) | isAdditive | [implementation] |
Definition at line 177 of file CAAnimation.j.
- (void) setCumulative: | (BOOL) | isCumulative | [implementation] |
Definition at line 162 of file CAAnimation.j.
- (void) setKeyPath: | (CPString) | aKeyPath | [implementation] |
Definition at line 152 of file CAAnimation.j.