All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.ImageRep | +----com.apple.alpha.app.EPSImageRep
NSEPSImageRep
.
[[NSEPSImageRep
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithData:
on a newly allocated object.
- boundingBox
Objective-C instance method.
- EPSRepresentation
Objective-C instance method.
+ imageRepWithData:
Objective-C class method.
- prepareGState
Objective-C instance method.
protected EPSImageRep(boolean shouldAllocate, int objcObject)
public EPSImageRep()
[[NSEPSImageRep
alloc] init]
.
public EPSImageRep(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public EPSImageRep(Data epsData)
- initWithData:
on a newly allocated object.
public static native Object imageRepWithData(Data epsData)
+ imageRepWithData:
Objective-C class method.
public native void prepareGState()
- prepareGState
Objective-C instance method.
public native Data EPSRepresentation()
- EPSRepresentation
Objective-C instance method.
public native Rect boundingBox()
- boundingBox
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index