CAAnimation Class Reference

List of all members.

Public Member Functions

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

Static Public Member Functions

(id) + animation [implementation]
(id) + defaultValueForKey: [implementation]

Detailed Description

Definition at line 31 of file CAAnimation.j.


Member Function Documentation

+ (id) animation   [implementation]

Creates a new CAAnimation instance

Returns:
a new CAAnimation instance

Definition at line 41 of file CAAnimation.j.

+ (id) defaultValueForKey: (CPString aKey   [implementation]

Returns nil

Returns:
nil

Definition at line 69 of file CAAnimation.j.

- (id) delegate   [implementation]

Returns the animation's delegate

Definition at line 120 of file CAAnimation.j.

- (id) init   [implementation]

Definition at line 46 of file CAAnimation.j.

- (BOOL) isRemovedOnCompletion   [implementation]

Returns YES if the animation is removed after completion

Definition at line 94 of file CAAnimation.j.

- (BOOL) removedOnCompletion   [implementation]

Returns YES if the animation is removed after completion

Definition at line 86 of file CAAnimation.j.

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

Definition at line 125 of file CAAnimation.j.

- (void) setDelegate: (id)  aDelegate   [implementation]

Sets the animation delegate

Parameters:
aDelegate the new delegate

Definition at line 112 of file CAAnimation.j.

- (void) setRemovedOnCompletion: (BOOL)  isRemovedOnCompletion   [implementation]

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

Parameters:
\c YES means the animation should be removed

Definition at line 78 of file CAAnimation.j.

- (void) shouldArchiveValueForKey: (CPString aKey   [implementation]

Returns YES

Returns:
YES

Definition at line 60 of file CAAnimation.j.

- (CAMediaTimingFunction) timingFunction   [implementation]

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

Definition at line 102 of file CAAnimation.j.


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

Generated on Fri Apr 9 11:04:20 2010 for Cappuccino API by  doxygen 1.6.1