Up

NSImageCell

Authors

Jonathan Gapen (jagapen@smithlab.chem.wisc.edu)
The image cell class

Copyright: (C) 1999, 2005 Free Software Foundation, Inc.

Software documentation for the NSImageCell class

NSImageCell : NSCell

Declared in:
AppKit/NSImageCell.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

imageAlignment 

- (NSImageAlignment) imageAlignment;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


imageFrameStyle 

- (NSImageFrameStyle) imageFrameStyle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


imageScaling 

- (NSImageScaling) imageScaling;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setImageAlignment: 

- (void) setImageAlignment: (NSImageAlignment)anAlignment;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setImageFrameStyle: 

- (void) setImageFrameStyle: (NSImageFrameStyle)aFrameStyle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setImageScaling: 

- (void) setImageScaling: (NSImageScaling)scaling;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSImageCell Class

_frameStyle

@protected NSImageFrameStyle _frameStyle;

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.


_imageAlignment

@protected NSImageAlignment _imageAlignment;

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.


_imageScaling

@protected NSImageScaling _imageScaling;

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.


_original_image_size

@protected NSSize _original_image_size;

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