All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.EPSImageRep

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.ImageRep
                   |
                   +----com.apple.alpha.app.EPSImageRep

public class EPSImageRep
extends ImageRep
This class wraps the Objective-C class NSEPSImageRep.


Constructor Index

 o EPSImageRep()
This default constructor is equivalent to Objective-C's [[NSEPSImageRep alloc] init].
 o EPSImageRep(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o EPSImageRep(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o EPSImageRep(Data)
This constructor has the same effect as calling - initWithData: on a newly allocated object.

Method Index

 o boundingBox()
A wrapper for the - boundingBox Objective-C instance method.
 o EPSRepresentation()
A wrapper for the - EPSRepresentation Objective-C instance method.
 o imageRepWithData(Data)
A wrapper for the + imageRepWithData: Objective-C class method.
 o prepareGState()
A wrapper for the - prepareGState Objective-C instance method.

Constructors

 o EPSImageRep
 protected EPSImageRep(boolean shouldAllocate,
                       int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o EPSImageRep
 public EPSImageRep()
This default constructor is equivalent to Objective-C's [[NSEPSImageRep alloc] init].

 o EPSImageRep
 public EPSImageRep(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o EPSImageRep
 public EPSImageRep(Data epsData)
This constructor has the same effect as calling - initWithData: on a newly allocated object.

Methods

 o imageRepWithData
 public static native Object imageRepWithData(Data epsData)
A wrapper for the + imageRepWithData: Objective-C class method.

 o prepareGState
 public native void prepareGState()
A wrapper for the - prepareGState Objective-C instance method.

 o EPSRepresentation
 public native Data EPSRepresentation()
A wrapper for the - EPSRepresentation Objective-C instance method.

 o boundingBox
 public native Rect boundingBox()
A wrapper for the - boundingBox Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index