Class _CPWindowFrameAnimation

CPObject
    extended byCPAnimation
        extended by_CPWindowFrameAnimation

@implementation _CPWindowFrameAnimation : CPAnimation


Method Summary
-(id)initWithWindow:(CPWindow)aWindow targetFrame:(CGRect)aTargetFrame
-(void)setCurrentProgress:(float)aProgress
          Sets the animation's progress.
-(void)startAnimation
          Starts the animation.

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 CPAnimation
initWithDuration, animationCurve, currentProgress, currentValue, delegate, duration, frameRate, isAnimating, setAnimationCurve, setCurrentProgress, setDelegate, setDuration, setFrameRate, startAnimation, stopAnimation


Method Detail

initWithWindow

-(id)initWithWindow:(CPWindow)aWindow targetFrame:(CGRect)aTargetFrame
Parameters:
aWindow
aTargetFrame

setCurrentProgress

-(void)setCurrentProgress:(float)aProgress
Sets the animation's progress.
Parameters:
aProgress - the animation's progress

startAnimation

-(void)startAnimation
Starts the animation. The method calls animationShouldStart: on the delegate (if it implements it) to see if the animation should begin.

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