All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.CustomImageRep

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

public class CustomImageRep
extends ImageRep
This class wraps the Objective-C class NSCustomImageRep.


Constructor Index

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

Method Index

 o delegate()
A wrapper for the - delegate Objective-C instance method.
 o drawMethod()
A wrapper for the - drawSelector Objective-C instance method.

Constructors

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

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

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

 o CustomImageRep
 public CustomImageRep(Selector aMethod,
                       Object anObject)
This constructor has the same effect as calling - initWithDrawSelector:delegate: on a newly allocated object.

Methods

 o drawMethod
 public native Selector drawMethod()
A wrapper for the - drawSelector Objective-C instance method.

 o delegate
 public native Object delegate()
A wrapper for the - delegate Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index