API  0.9.9
CPView(CoreAnimationAdditions) Category Reference

Instance Methods

(CALayer- layer
 
(void) - setLayer:
 
(void) - setWantsLayer:
 
(BOOL) - wantsLayer
 

Detailed Description

Definition at line 3047 of file CPView.j.

Method Documentation

- (CALayer) layer
implementation

Returns the core animation layer used by the receiver.

Extends class CPView.

Definition at line 3084 of file CPView.j.

- (void) setLayer: (CALayer aLayer
implementation

Sets the core animation layer to be used by this receiver.

Extends class CPView.

Definition at line 3052 of file CPView.j.

- (void) setWantsLayer: (BOOL)  aFlag
implementation

Sets whether the receiver wants a core animation layer.

Parameters

Extends class CPView.

Definition at line 3093 of file CPView.j.

- (BOOL) wantsLayer
implementation

Returns YES if the receiver uses a CALayer

Returns
YES if the receiver uses a CALayer

Extends class CPView.

Definition at line 3102 of file CPView.j.


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