API  1.0.0
CPView(CoreAnimationAdditions) Category Reference

Instance Methods

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

Detailed Description

Definition at line 3154 of file CPView.j.

Method Documentation

◆ layer()

- (CALayer) layer
implementation

Returns the core animation layer used by the receiver.

Extends class CPView.

Definition at line 3191 of file CPView.j.

◆ setLayer:()

- (void) setLayer: (CALayer aLayer
implementation

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

Extends class CPView.

Definition at line 3159 of file CPView.j.

◆ setWantsLayer:()

- (void) setWantsLayer: (BOOL)  aFlag
implementation

Sets whether the receiver wants a core animation layer.

Parameters

Extends class CPView.

Definition at line 3200 of file CPView.j.

◆ wantsLayer()

- (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 3209 of file CPView.j.


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