CPShadow Class Reference

List of all members.

Public Member Functions

(CGSize) - shadowOffset [implementation]
(float) - shadowBlurRadius [implementation]
(CPColor) - shadowColor [implementation]
(CPString- cssString [implementation]

Static Public Member Functions

(id) + shadowWithOffset:blurRadius:color: [implementation]


Detailed Description

Deprecated:
Instances of this class contain the attributes of a drop shadow used in Cappuccino.

Definition at line 32 of file CPShadow.j.


Member Function Documentation

- (CPString) cssString   [implementation]

Returns a CSS string representation of the shadow.

Definition at line 97 of file CPShadow.j.

- (float) shadowBlurRadius   [implementation]

Returns the shadow's blur radius

Definition at line 81 of file CPShadow.j.

- (CPColor) shadowColor   [implementation]

Returns the shadow's color.

Definition at line 89 of file CPShadow.j.

- (CGSize) shadowOffset   [implementation]

Returns the shadow's offset.

Definition at line 73 of file CPShadow.j.

+ (id) shadowWithOffset: (CGSize)  anOffset
blurRadius: (float)  aBlurRadius
color: (CPColor)  aColor 
[implementation]

Creates a shadow with the specified attributes.

Parameters:
anOffset the shadow's offset
aBlurRadius the shadow's blur radius
aColor the shadow's color
Returns:
the new shadow

Definition at line 48 of file CPShadow.j.


The documentation for this class was generated from the following file:

Generated on Wed May 20 12:44:01 2009 for Cappuccino by  doxygen 1.5.8