Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > EOInterface Reference

Table of Contents

NSImage Additions


Category of: NSImage
Declared in:
EOInterface/EOControlAssociation.h




Category Description


Enterprise Objects Framework adds one method to NSImage to aid in conversion of image data from databases. This method is used as a factory method for custom value archiving, as described in the EOCustomClassArchiving informal protocol specification. See the NSImage class specification in the Application Kit documentation for a list supported image file formats.




Class Methods



imageWithData:

+ imageWithData:(NSData *)imageData

Creates an NSImage from imageData and returns it.

See Also: - initWithData: (NSImage class of the Application Kit), - TIFFRepresentation (NSImage class of the Application Kit)




Table of Contents