Up

NSCachedImageRep

Authors

Adam Fedor( fedor@gnu.org )
Cached image representation.

Copyright: (C) 1996 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSCachedImageRep class

Software documentation for the NSCachedImageRep class

NSCachedImageRep : NSImageRep

Declared in:
AppKit/NSCachedImageRep.h
Standards:

Description forthcoming.

Method summary

initWithSize:depth:separate:alpha:

- (id) initWithSize: (NSSize)aSize depth: (NSWindowDepth)aDepth separate: (BOOL)separate alpha: (BOOL)alpha;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithWindow:rect:

- (id) initWithWindow: (NSWindow*)win rect: (NSRect)rect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


rect

- (NSRect) rect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


window

- (NSWindow*) window;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up