Up
Authors
- Adam Fedor (
fedor@colorado.edu
)
-
EPS image representation.
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSEPSImageRep.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (id)
imageRepWithData: (
NSData*)epsData;
Availability: OpenStep
Description forthcoming.
- (
NSData*)
EPSRepresentation;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
boundingBox;
Availability: OpenStep
Description forthcoming.
- (id)
initWithData: (
NSData*)epsData;
Availability: OpenStep
Description forthcoming.
- (void)
prepareGState;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSEPSImageRep Class
@protected NSRect _bounds;
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 NSData* _epsData;
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