API  1.0.0
CAAnimation Class Reference

#import <CAAnimation.h>

+ Inheritance diagram for CAAnimation:

Instance Methods

(id) - delegate
 
(double) - duration
 
(id) - init
 
(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:
 

Class Methods

(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 CAAnimation.h.

Method Documentation

◆ animation()

+ (id) animation
implementation

Creates a new CAAnimation instance

Returns
a new CAAnimation instance

Definition at line 40 of file CAAnimation.j.

◆ defaultValueForKey:()

+ (id) defaultValueForKey: (CPString aKey
implementation

Returns nil

Returns
nil

Definition at line 70 of file CAAnimation.j.

◆ delegate()

- (id) delegate
implementation

Returns the animation's delegate

Definition at line 121 of file CAAnimation.j.

◆ duration()

- (double) duration
implementation

Synthesized accessor method.

Provided by category CAAnimation(CPSynthesizedAccessors).

Definition at line 154 of file CAAnimation.j.

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Reimplemented in CABasicAnimation, CAPropertyAnimation, and CAKeyframeAnimation.

Definition at line 45 of file CAAnimation.j.

◆ isRemovedOnCompletion()

- (BOOL) isRemovedOnCompletion
implementation

Returns YES if the animation is removed after completion

Definition at line 95 of file CAAnimation.j.

◆ removedOnCompletion()

- (BOOL) removedOnCompletion
implementation

Returns YES if the animation is removed after completion

Definition at line 87 of file CAAnimation.j.

◆ runActionForKey:object:arguments:()

- (void) runActionForKey: (CPString aKey
object: (id)  anObject
arguments: (CPDictionary arguments 
implementation

Definition at line 126 of file CAAnimation.j.

◆ setDelegate:()

- (void) setDelegate: (id)  aDelegate
implementation

Sets the animation delegate

Parameters
aDelegatethe new delegate

Definition at line 113 of file CAAnimation.j.

◆ setDuration:()

- (void) setDuration: (double)  aValue
implementation

Synthesized accessor method.

Provided by category CAAnimation(CPSynthesizedAccessors).

Definition at line 162 of file CAAnimation.j.

◆ setRemovedOnCompletion:()

- (void) setRemovedOnCompletion: (BOOL)  isRemovedOnCompletion
implementation

Specifies whether this animation should be removed after it has completed.

Parameters

Definition at line 79 of file CAAnimation.j.

◆ setTimingFunction:()

- (void) setTimingFunction: (CAMediaTimingFunction aValue
implementation

Synthesized accessor method.

Provided by category CAAnimation(CPSynthesizedAccessors).

Definition at line 146 of file CAAnimation.j.

◆ shouldArchiveValueForKey:()

- (void) shouldArchiveValueForKey: (CPString aKey
implementation

Returns YES

Returns
YES

Definition at line 61 of file CAAnimation.j.

◆ timingFunction()

- (CAMediaTimingFunction) timingFunction
implementation

Returns the animation's timing function. If nil, then it has a linear pacing.

Provided by category CAAnimation(CPSynthesizedAccessors).

Definition at line 103 of file CAAnimation.j.

◆ timingFunctionControlPoints()

- (CPArray) timingFunctionControlPoints
implementation

Provided by category CAAnimation(Additions).

Definition at line 455 of file CPAnimationContext.j.


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