![]() |
API
0.9.6
|
#import <CPShadow.h>
Class Methods | |
(id) | + shadowWithOffset:blurRadius:color: |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Additional Inherited Members | |
![]() | |
Class | isa |
Definition at line 2 of file CPShadow.h.
|
implementation |
Returns a CSS string representation of the shadow.
Definition at line 96 of file CPShadow.j.
|
implementation |
Returns the shadow's blur radius
Definition at line 80 of file CPShadow.j.
|
implementation |
Returns the shadow's color.
Definition at line 88 of file CPShadow.j.
|
implementation |
Returns the shadow's offset.
Definition at line 72 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 47 of file CPShadow.j.