Public Member Functions | |
(id) | - initWithFrame: [implementation] |
(void) | - setWeight: [implementation] |
(float) | - leftInset [implementation] |
(float) | - rightInset [implementation] |
(float) | - topInset [implementation] |
(float) | - bottomInset [implementation] |
(float) | - horizontalInset [implementation] |
(float) | - verticalInset [implementation] |
(CGRect) | - frameForContentFrame: [implementation] |
(void) | - setFrameForContentFrame: [implementation] |
Static Public Member Functions | |
(void) | + initialize [implementation] |
(CGRect) | + frameForContentFrame:withWeight: [implementation] |
Definition at line 49 of file CPShadowView.j.
- (float) bottomInset | [implementation] |
Definition at line 137 of file CPShadowView.j.
- (CGRect) frameForContentFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 166 of file CPShadowView.j.
+ (CGRect) frameForContentFrame: | (CGRect) | aFrame | ||
withWeight: | (CPShadowWeight) | aWeight | ||
[implementation] |
Definition at line 158 of file CPShadowView.j.
- (float) horizontalInset | [implementation] |
Definition at line 142 of file CPShadowView.j.
+ (void) initialize | [implementation] |
Definition at line 54 of file CPShadowView.j.
- (id) initWithFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 92 of file CPShadowView.j.
- (float) leftInset | [implementation] |
Definition at line 122 of file CPShadowView.j.
- (float) rightInset | [implementation] |
Definition at line 127 of file CPShadowView.j.
- (void) setFrameForContentFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 171 of file CPShadowView.j.
- (void) setWeight: | (CPShadowWeight) | aWeight | [implementation] |
Definition at line 108 of file CPShadowView.j.
- (float) topInset | [implementation] |
Definition at line 132 of file CPShadowView.j.
- (float) verticalInset | [implementation] |
Definition at line 150 of file CPShadowView.j.