API  1.0.0
CAKeyframeAnimation Class Reference

#import <CAKeyframeAnimation.h>

+ Inheritance diagram for CAKeyframeAnimation:

Instance Methods

(id) - init
 
(CPArray) - keyTimes
 
(void) - setKeyTimes:
 
(void) - setTimingFunctions:
 
(void) - setValues:
 
(CPArray) - timingFunctions
 
(CPArray) - timingFunctionsControlPoints
 
(CPArray) - values
 
- Instance Methods inherited from CAPropertyAnimation
(BOOL) - additive
 
(BOOL) - cumulative
 
(BOOL) - isAdditive
 
(BOOL) - isCumulative
 
(CPString- keyPath
 
(void) - setAdditive:
 
(void) - setCumulative:
 
(void) - setKeyPath:
 
- Instance Methods inherited from CAAnimation
(id) - delegate
 
(double) - duration
 
(BOOL) - isRemovedOnCompletion
 
(BOOL) - removedOnCompletion
 
(void) - runActionForKey:object:arguments:
 
(void) - setDelegate:
 
(void) - setDuration:
 
(void) - setRemovedOnCompletion:
 
(void) - setTimingFunction:
 
(void) - shouldArchiveValueForKey:
 
(CAMediaTimingFunction- timingFunction
 
(CPArray) - timingFunctionControlPoints
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- Class Methods inherited from CAPropertyAnimation
(id) + animationWithKeyPath:
 
- Class Methods inherited from CAAnimation
(id) + animation
 
(id) + defaultValueForKey:
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CAKeyframeAnimation.h.

Method Documentation

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CAPropertyAnimation.

Definition at line 10 of file CAKeyframeAnimation.j.

◆ keyTimes()

- (CPArray) keyTimes
implementation

Synthesized accessor method.

Provided by category CAKeyframeAnimation(CPSynthesizedAccessors).

Definition at line 44 of file CAKeyframeAnimation.j.

◆ setKeyTimes:()

- (void) setKeyTimes: (CPArray)  aValue
implementation

Synthesized accessor method.

Provided by category CAKeyframeAnimation(CPSynthesizedAccessors).

Definition at line 52 of file CAKeyframeAnimation.j.

◆ setTimingFunctions:()

- (void) setTimingFunctions: (CPArray)  aValue
implementation

Synthesized accessor method.

Provided by category CAKeyframeAnimation(CPSynthesizedAccessors).

Definition at line 68 of file CAKeyframeAnimation.j.

◆ setValues:()

- (void) setValues: (CPArray)  aValue
implementation

Synthesized accessor method.

Provided by category CAKeyframeAnimation(CPSynthesizedAccessors).

Definition at line 36 of file CAKeyframeAnimation.j.

◆ timingFunctions()

- (CPArray) timingFunctions
implementation

Synthesized accessor method.

Provided by category CAKeyframeAnimation(CPSynthesizedAccessors).

Definition at line 60 of file CAKeyframeAnimation.j.

◆ timingFunctionsControlPoints()

- (CPArray) timingFunctionsControlPoints
implementation

Provided by category CAKeyframeAnimation(Additions).

Definition at line 467 of file CPAnimationContext.j.

◆ values()

- (CPArray) values
implementation

Synthesized accessor method.

Provided by category CAKeyframeAnimation(CPSynthesizedAccessors).

Definition at line 28 of file CAKeyframeAnimation.j.


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