Up

NSShadow class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSShadow class

NSShadow : NSObject

Declared in:
AppKit/NSShadow.h
Conforms to:
NSCopying
NSCoding
Availability: MacOS-X 10.3.0

Description forthcoming.

Instance Variables

Method summary

set 

- (void) set;
Availability: MacOS-X 10.3.0

Description forthcoming.

setShadowBlurRadius: 

- (void) setShadowBlurRadius: (CGFloat)radius;
Availability: MacOS-X 10.3.0

Description forthcoming.

setShadowColor: 

- (void) setShadowColor: (NSColor*)color;
Availability: MacOS-X 10.3.0

Description forthcoming.

setShadowOffset: 

- (void) setShadowOffset: (NSSize)offset;
Availability: MacOS-X 10.3.0

Description forthcoming.

shadowBlurRadius 

- (CGFloat) shadowBlurRadius;
Availability: MacOS-X 10.3.0

Description forthcoming.

shadowColor 

- (NSColor*) shadowColor;
Availability: MacOS-X 10.3.0

Description forthcoming.

shadowOffset 

- (NSSize) shadowOffset;
Availability: MacOS-X 10.3.0

Description forthcoming.



Instance Variables for NSShadow Class

_color

@protected NSColor* _color;
Availability: MacOS-X 10.3.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_offset

@protected NSSize _offset;
Availability: MacOS-X 10.3.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_radius

@protected CGFloat _radius;
Availability: MacOS-X 10.3.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up