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.CachedImageRep
NSCachedImageRep
.
[[NSCachedImageRep
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithSize:depth:separate:alpha:
on a newly allocated object.
- initWithWindow:rect:
on a newly allocated object.
- rect
Objective-C instance method.
- window
Objective-C instance method.
protected CachedImageRep(boolean shouldAllocate, int objcObject)
public CachedImageRep()
[[NSCachedImageRep
alloc] init]
.
public CachedImageRep(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public CachedImageRep(Window win, Rect rect)
- initWithWindow:rect:
on a newly allocated object.
public CachedImageRep(Size size, int depth, boolean flag, boolean alpha)
- initWithSize:depth:separate:alpha:
on a newly allocated object.
public native Window window()
- window
Objective-C instance method.
public native Rect rect()
- rect
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index