API 0.9.5
CAAnimation Class Reference

#import <CAAnimation.h>

Inheritance diagram for CAAnimation:

List of all members.

Instance Methods

(id) - delegate
(id) - init
(BOOL) - isRemovedOnCompletion
(BOOL) - removedOnCompletion
(void) - runActionForKey:object:arguments:
(void) - setDelegate:
(void) - setRemovedOnCompletion:
(void) - shouldArchiveValueForKey:
(CAMediaTimingFunction- timingFunction

Class Methods

(id) + animation
(id) + defaultValueForKey:

Detailed Description

Definition at line 2 of file CAAnimation.h.


Method Documentation

+ (id) animation

Creates a new CAAnimation instance

Returns:
a new CAAnimation instance

Definition at line 38 of file CAAnimation.j.

+ (id) defaultValueForKey: (CPString aKey

Returns nil

Returns:
nil

Definition at line 66 of file CAAnimation.j.

- (id) delegate

Returns the animation's delegate

Definition at line 117 of file CAAnimation.j.

- (id) init

Definition at line 43 of file CAAnimation.j.

- (BOOL) isRemovedOnCompletion

Returns YES if the animation is removed after completion

Definition at line 91 of file CAAnimation.j.

- (BOOL) removedOnCompletion

Returns YES if the animation is removed after completion

Definition at line 83 of file CAAnimation.j.

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

Definition at line 122 of file CAAnimation.j.

- (void) setDelegate: (id)  aDelegate

Sets the animation delegate

Parameters:
aDelegatethe new delegate

Definition at line 109 of file CAAnimation.j.

- (void) setRemovedOnCompletion: (BOOL)  isRemovedOnCompletion

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

Parameters:
\cYES means the animation should be removed

Definition at line 75 of file CAAnimation.j.

- (void) shouldArchiveValueForKey: (CPString aKey

Returns YES

Returns:
YES

Definition at line 57 of file CAAnimation.j.

- (CAMediaTimingFunction) timingFunction

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

Definition at line 99 of file CAAnimation.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines