Up
Authors
- Adam Fedor (
fedor@colorado.edu
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
EPS image representation.
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSEPSImageRep.h
Availability: OpenStep
Description forthcoming.
Instance Variables
+ (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.
@protected NSBitmapImageRep*
_pageRep;
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