![]() |
API 0.9.5
|
#import <CPShadowView.h>
Instance Methods | |
(float) | - bottomInset |
(CGRect) | - frameForContentFrame: |
(float) | - horizontalInset |
(id) | - initWithFrame: |
(float) | - leftInset |
(float) | - rightInset |
(void) | - setFrameForContentFrame: |
(void) | - setWeight: |
(float) | - topInset |
(float) | - verticalInset |
Class Methods | |
(CGRect) | + frameForContentFrame:withWeight: |
(void) | + initialize |
(id) | + shadowViewEnclosingView: |
(id) | + shadowViewEnclosingView:withWeight: |
Definition at line 2 of file CPShadowView.h.
- (float) bottomInset |
Definition at line 159 of file CPShadowView.j.
- (CGRect) frameForContentFrame: | (CGRect) | aFrame |
Definition at line 188 of file CPShadowView.j.
+ (CGRect) frameForContentFrame: | (CGRect) | aFrame | |
withWeight: | (CPShadowWeight) | aWeight | |
Definition at line 180 of file CPShadowView.j.
- (float) horizontalInset |
Definition at line 164 of file CPShadowView.j.
+ (void) initialize |
Reimplemented from CPView.
Definition at line 51 of file CPShadowView.j.
- (id) initWithFrame: | (CGRect) | aFrame |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPView.
Definition at line 114 of file CPShadowView.j.
- (float) leftInset |
Definition at line 144 of file CPShadowView.j.
- (float) rightInset |
Definition at line 149 of file CPShadowView.j.
- (void) setFrameForContentFrame: | (CGRect) | aFrame |
Definition at line 193 of file CPShadowView.j.
- (void) setWeight: | (CPShadowWeight) | aWeight |
Definition at line 130 of file CPShadowView.j.
+ (id) shadowViewEnclosingView: | (CPView) | aView |
Definition at line 89 of file CPShadowView.j.
+ (id) shadowViewEnclosingView: | (CPView) | aView | |
withWeight: | (CPShadowWeight) | aWeight | |
Definition at line 94 of file CPShadowView.j.
- (float) topInset |
Definition at line 154 of file CPShadowView.j.
- (float) verticalInset |
Definition at line 172 of file CPShadowView.j.