#import <CPShadow.h>
Class Methods | |
(id) | + shadowWithOffset:blurRadius:color: |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Instances of this class contain the attributes of a drop shadow used in Cappuccino.
Definition at line 2 of file CPShadow.h.
|
implementation |
Returns a CSS string representation of the shadow.
Definition at line 74 of file CPShadow.j.
|
implementation |
Definition at line 64 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 110 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 126 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 94 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 102 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 118 of file CPShadow.j.
|
implementation |
Synthesized accessor method.
Provided by category CPShadow(CPSynthesizedAccessors).
Definition at line 86 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 44 of file CPShadow.j.