Up

NSEPSImageRep

Authors

Adam Fedor( fedor@colorado.edu )
EPS image representation.

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


Contents -

  1. Software documentation for the NSEPSImageRep class

Software documentation for the NSEPSImageRep class

NSEPSImageRep : NSImageRep

Declared in:
AppKit/NSEPSImageRep.h
Standards:

Description forthcoming.

Method summary

imageRepWithData:

+ (id) imageRepWithData: (NSData*)epsData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


EPSRepresentation

- (NSData*) EPSRepresentation;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


boundingBox

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

Description forthcoming.


initWithData:

- (id) initWithData: (NSData*)epsData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


prepareGState

- (void) prepareGState;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up