Class CAPropertyAnimation

CPObject
    extended byCAAnimation
        extended byCAPropertyAnimation
Direct Known Subclasses:
CABasicAnimation

@implementation CAPropertyAnimation : CAAnimation


Method Summary
+(id)animationWithKeyPath:(CPString)aKeyPath
-(BOOL)additive
-(BOOL)cumulative
-(BOOL)isAdditive
-(BOOL)isCumulative
-(CPString)keyPath
-(void)setAdditive:(BOOL)isAdditive
-(void)setCumulative:(BOOL)isCumulative
-(void)setKeyPath:(CPString)aKeyPath

Methods inherited from class CPObject
initialize, alloc, class, instanceMethodForSelector, instancesRespondToSelector, isSubclassOfClass, load, new, setVersion, superclass, version, init, autorelease, awakeAfterUsingCoder, class, classForCoder, classForKeyedArchiver, className, copy, dealloc, description, doesNotRecognizeSelector, forwardInvocation, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableCopy, performSelector, performSelector, performSelector, release, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, retain, self, superclass

Methods inherited from class CAAnimation
animation, defaultValueForKey, init, delegate, isRemovedOnCompletion, removedOnCompletion, runActionForKey, setDelegate, setRemovedOnCompletion, shouldArchiveValueForKey, timingFunction


Method Detail

animationWithKeyPath

+(id)animationWithKeyPath:(CPString)aKeyPath
Parameters:
aKeyPath

additive

-(BOOL)additive

cumulative

-(BOOL)cumulative

isAdditive

-(BOOL)isAdditive

isCumulative

-(BOOL)isCumulative

keyPath

-(CPString)keyPath

setAdditive

-(void)setAdditive:(BOOL)isAdditive
Parameters:
isAdditive

setCumulative

-(void)setCumulative:(BOOL)isCumulative
Parameters:
isCumulative

setKeyPath

-(void)setKeyPath:(CPString)aKeyPath
Parameters:
aKeyPath

Created on Sat Sep 13 14:15:43 PDT 2008