All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.PICTImageRep

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

public class PICTImageRep
extends ImageRep
This class wraps the Objective-C class NSPICTImageRep.


Constructor Index

 o PICTImageRep()
This default constructor is equivalent to Objective-C's [[NSPICTImageRep alloc] init].
 o PICTImageRep(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o PICTImageRep(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o PICTImageRep(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 imageRepWithData(Data)
A wrapper for the + imageRepWithData: Objective-C class method.
 o PICTRepresentation()
A wrapper for the - PICTRepresentation Objective-C instance method.

Constructors

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

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

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

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

Methods

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

 o PICTRepresentation
 public native Data PICTRepresentation()
A wrapper for the - PICTRepresentation 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