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 53 of file CPShadowView.j.
- (float) bottomInset | [implementation] |
Definition at line 141 of file CPShadowView.j.
- (CGRect) frameForContentFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 170 of file CPShadowView.j.
+ (CGRect) frameForContentFrame: | (CGRect) | aFrame | ||
withWeight: | (CPShadowWeight) | aWeight | ||
[implementation] |
Definition at line 162 of file CPShadowView.j.
- (float) horizontalInset | [implementation] |
Definition at line 146 of file CPShadowView.j.
+ (void) initialize | [implementation] |
Definition at line 58 of file CPShadowView.j.
- (id) initWithFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 96 of file CPShadowView.j.
- (float) leftInset | [implementation] |
Definition at line 126 of file CPShadowView.j.
- (float) rightInset | [implementation] |
Definition at line 131 of file CPShadowView.j.
- (void) setFrameForContentFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 175 of file CPShadowView.j.
- (void) setWeight: | (CPShadowWeight) | aWeight | [implementation] |
Definition at line 112 of file CPShadowView.j.
- (float) topInset | [implementation] |
Definition at line 136 of file CPShadowView.j.
- (float) verticalInset | [implementation] |
Definition at line 154 of file CPShadowView.j.