Up
Authors
- Jonathan Gapen (
jagapen@smithlab.chem.wisc.edu
)
-
The image cell class
Copyright: (C) 1999, 2005 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSImageCell.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (
NSImageAlignment)
imageAlignment;
Availability: OpenStep
Description forthcoming.
- (
NSImageFrameStyle)
imageFrameStyle;
Availability: OpenStep
Description forthcoming.
- (
NSImageScaling)
imageScaling;
Availability: OpenStep
Description forthcoming.
- (void)
setImageAlignment: (
NSImageAlignment)anAlignment;
Availability: OpenStep
Description forthcoming.
- (void)
setImageFrameStyle: (
NSImageFrameStyle)aFrameStyle;
Availability: OpenStep
Description forthcoming.
- (void)
setImageScaling: (
NSImageScaling)scaling;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSImageCell Class
@protected NSImageFrameStyle _frameStyle;
Availability: OpenStep
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.
@protected NSImageAlignment _imageAlignment;
Availability: OpenStep
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.
@protected NSImageScaling _imageScaling;
Availability: OpenStep
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.
@protected NSSize _original_image_size;
Availability: OpenStep
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