CPObjectCPResponder
CPView
CPShadowView
@implementation CPShadowView : CPView
Method Summary | |
---|---|
+(CGRect) | frameForContentFrame:(CGRect)aFrame withWeight:(CPShadowWeight)aWeight |
-(id) | initWithFrame:(CGRect)aFrame Initializes the receiver for usage with the specified bounding rectangle. |
-(float) | bottomInset |
-(CGRect) | frameForContentFrame:(CGRect)aFrame |
-(float) | horizontalInset |
-(float) | leftInset |
-(float) | rightInset |
-(void) | setFrameForContentFrame:(CGRect)aFrame |
-(void) | setWeight:(CPShadowWeight)aWeight |
-(float) | topInset |
-(float) | verticalInset |
Method Detail |
---|
+(CGRect)frameForContentFrame:(CGRect)aFrame withWeight:(CPShadowWeight)aWeight
aFrame
aWeight
-(id)initWithFrame:(CGRect)aFrame
aFrame
-(float)bottomInset
-(CGRect)frameForContentFrame:(CGRect)aFrame
aFrame
-(float)horizontalInset
-(float)leftInset
-(float)rightInset
-(void)setFrameForContentFrame:(CGRect)aFrame
aFrame
-(void)setWeight:(CPShadowWeight)aWeight
aWeight
-(float)topInset
-(float)verticalInset
Created on Sat Sep 13 14:15:43 PDT 2008