![]() |
API
0.9.7
|
#import <CPShadow.h>
Instance Methods | |
(CPString) | - cssString |
(void) | - set |
(void) | - setShadowBlurRadius: |
(void) | - setShadowColor: |
(void) | - setShadowOffset: |
(float) | - shadowBlurRadius |
(CPColor) | - shadowColor |
(CGSize) | - shadowOffset |
Class Methods | |
(id) | + shadowWithOffset:blurRadius:color: |
Definition at line 2 of file CPShadow.h.
|
implementation |
Returns a CSS string representation of the shadow.
Definition at line 75 of file CPShadow.j.
|
implementation |
Definition at line 65 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 111 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 127 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 95 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 103 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 119 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 87 of file CPShadow.j.
|
implementation |
Creates a shadow with the specified attributes.
anOffset | the shadow's offset |
aBlurRadius | the shadow's blur radius |
aColor | the shadow's color |
Definition at line 45 of file CPShadow.j.