API  1.0.0
CPViewAnimator Class Reference

#import <CPViewAnimator.h>

+ Inheritance diagram for CPViewAnimator:

Instance Methods

(id) - initWithTarget:
 
(BOOL) - needsPeriodicFrameUpdatesForKeyPath:
 
(void) - removeFromSuperview
 
(void) - setAlphaValue:
 
(void) - setBackgroundColor:
 
(void) - setFrame:
 
(void) - setFrameOrigin:
 
(void) - setFrameSize:
 
(void) - setHidden:
 
(void) - setWantsPeriodicFrameUpdates:
 
(BOOL) - wantsPeriodicFrameUpdates
 

Class Methods

(void) + addAnimations:forAction:
 
(void) + addFrameUpdaters:forAction:
 
(void) + stopUpdaterWithIdentifier:
 

Detailed Description

Definition at line 2 of file CPViewAnimator.h.

Method Documentation

◆ addAnimations:forAction:()

+ (void) addAnimations: (CPArray)  animations
forAction: (id)  anAction 
implementation

Definition at line 111 of file CPViewAnimator.j.

◆ addFrameUpdaters:forAction:()

+ (void) addFrameUpdaters: (CPArray)  frameUpdaters
forAction: (id)  anAction 
implementation

Definition at line 148 of file CPViewAnimator.j.

◆ initWithTarget:()

- (id) initWithTarget: (id)  aTarget
implementation

Definition at line 11 of file CPViewAnimator.j.

◆ needsPeriodicFrameUpdatesForKeyPath:()

- (BOOL) needsPeriodicFrameUpdatesForKeyPath: (CPString aKeyPath
implementation

Definition at line 181 of file CPViewAnimator.j.

◆ removeFromSuperview()

- (void) removeFromSuperview
implementation

Definition at line 20 of file CPViewAnimator.j.

◆ setAlphaValue:()

- (void) setAlphaValue: (CGPoint)  alphaValue
implementation

Definition at line 36 of file CPViewAnimator.j.

◆ setBackgroundColor:()

- (void) setBackgroundColor: (CPColor aColor
implementation

Definition at line 41 of file CPViewAnimator.j.

◆ setFrame:()

- (void) setFrame: (CGRect)  aFrame
implementation

Definition at line 51 of file CPViewAnimator.j.

◆ setFrameOrigin:()

- (void) setFrameOrigin: (CGPoint)  aFrameOrigin
implementation

Definition at line 46 of file CPViewAnimator.j.

◆ setFrameSize:()

- (void) setFrameSize: (CGSize)  aFrameSize
implementation

Definition at line 56 of file CPViewAnimator.j.

◆ setHidden:()

- (void) setHidden: (BOOL)  shouldHide
implementation

Definition at line 25 of file CPViewAnimator.j.

◆ setWantsPeriodicFrameUpdates:()

- (void) setWantsPeriodicFrameUpdates: (BOOL)  aValue
implementation

Synthesized accessor method.

Provided by category CPViewAnimator(CPSynthesizedAccessors).

Definition at line 451 of file CPViewAnimator.j.

◆ stopUpdaterWithIdentifier:()

+ (void) stopUpdaterWithIdentifier: (CPString anIdentifier
implementation

Definition at line 168 of file CPViewAnimator.j.

◆ wantsPeriodicFrameUpdates()

- (BOOL) wantsPeriodicFrameUpdates
implementation

Synthesized accessor method.

Provided by category CPViewAnimator(CPSynthesizedAccessors).

Definition at line 443 of file CPViewAnimator.j.


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