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.PICTImageRep
NSPICTImageRep
.
[[NSPICTImageRep
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithData:
on a newly allocated object.
- boundingBox
Objective-C instance method.
+ imageRepWithData:
Objective-C class method.
- PICTRepresentation
Objective-C instance method.
protected PICTImageRep(boolean shouldAllocate, int objcObject)
public PICTImageRep()
[[NSPICTImageRep
alloc] init]
.
public PICTImageRep(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public PICTImageRep(Data pictData)
- initWithData:
on a newly allocated object.
public static native Object imageRepWithData(Data pictData)
+ imageRepWithData:
Objective-C class method.
public native Data PICTRepresentation()
- PICTRepresentation
Objective-C instance method.
public native Rect boundingBox()
- boundingBox
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index