API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CAPropertyAnimation Class Reference

#import <CAPropertyAnimation.h>

+ Inheritance diagram for CAPropertyAnimation:

Instance Methods

(BOOL) - additive
 
(BOOL) - cumulative
 
(BOOL) - isAdditive
 
(BOOL) - isCumulative
 
(CPString- keyPath
 
(void) - setAdditive:
 
(void) - setCumulative:
 
(void) - setKeyPath:
 
- Instance Methods inherited from CAAnimation
(id) - delegate
 
(id) - init
 
(BOOL) - isRemovedOnCompletion
 
(BOOL) - removedOnCompletion
 
(void) - runActionForKey:object:arguments:
 
(void) - setDelegate:
 
(void) - setRemovedOnCompletion:
 
(void) - shouldArchiveValueForKey:
 
(CAMediaTimingFunction- timingFunction
 

Class Methods

(id) + animationWithKeyPath:
 
- Class Methods inherited from CAAnimation
(id) + animation
 
(id) + defaultValueForKey:
 

Detailed Description

Definition at line 132 of file CAAnimation.j.

Method Documentation

- (BOOL) additive
implementation

Definition at line 179 of file CAAnimation.j.

+ (id) animationWithKeyPath: (CPString aKeyPath
implementation

Definition at line 140 of file CAAnimation.j.

- (BOOL) cumulative
implementation

Definition at line 164 of file CAAnimation.j.

- (BOOL) isAdditive
implementation

Definition at line 184 of file CAAnimation.j.

- (BOOL) isCumulative
implementation

Definition at line 169 of file CAAnimation.j.

- (CPString) keyPath
implementation

Definition at line 154 of file CAAnimation.j.

- (void) setAdditive: (BOOL)  isAdditive
implementation

Definition at line 174 of file CAAnimation.j.

- (void) setCumulative: (BOOL)  isCumulative
implementation

Definition at line 159 of file CAAnimation.j.

- (void) setKeyPath: (CPString aKeyPath
implementation

Definition at line 149 of file CAAnimation.j.


The documentation for this class was generated from the following files: