This is EPSWriting.h in view mode; [Download] [Up]
/////////////////////////////////////////////////////////////////////////////// // FILENAME: EPSWriting.h // SUMMARY: Interface for a EPSWriting category to NXImage // SUPERCLASS: Object:NXImage(EPSWriting) // INTERFACE: None // AUTHOR: Rohit Khare (_EPSWritingImageView by Sharon Zahkour of NeXT) // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project /////////////////////////////////////////////////////////////////////////////// // DESCRIPTION // This method is placed here by analogy to writeTIFF:* // The code here uses some code from the TIFFtoEPS NeXT MiniExample. /////////////////////////////////////////////////////////////////////////////// // HISTORY // 07/16/94: Created. Derived from TIFFtoEPS.app /////////////////////////////////////////////////////////////////////////////// #import <appkit/appkit.h> #import "_FormatWritingImageView.h" @interface NXImage (EPSWriting) - writeEPS:(NXStream *)stream; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.