All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Cell | +----com.apple.alpha.app.ImageCell
NSImageCell
.
[[NSImageCell
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- imageAlignment
Objective-C instance method.
- imageFrameStyle
Objective-C instance method.
- imageScaling
Objective-C instance method.
- setImageAlignment:
Objective-C instance method.
- setImageFrameStyle:
Objective-C instance method.
- setImageScaling:
Objective-C instance method.
public static final int ScaleProportionally
public static final int ScaleToFit
public static final int ScaleNone
public static final int ImageAlignCenter
public static final int ImageAlignTop
public static final int ImageAlignTopLeft
public static final int ImageAlignTopRight
public static final int ImageAlignLeft
public static final int ImageAlignBottom
public static final int ImageAlignBottomLeft
public static final int ImageAlignBottomRight
public static final int ImageAlignRight
public static final int ImageFrameNone
public static final int ImageFramePhoto
public static final int ImageFrameGrayBezel
public static final int ImageFrameGroove
public static final int ImageFrameButton
protected ImageCell(boolean shouldAllocate, int objcObject)
public ImageCell()
[[NSImageCell
alloc] init]
.
public ImageCell(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native int imageAlignment()
- imageAlignment
Objective-C instance method.
public native void setImageAlignment(int newAlign)
- setImageAlignment:
Objective-C instance method.
public native int imageScaling()
- imageScaling
Objective-C instance method.
public native void setImageScaling(int newScaling)
- setImageScaling:
Objective-C instance method.
public native int imageFrameStyle()
- imageFrameStyle
Objective-C instance method.
public native void setImageFrameStyle(int newStyle)
- setImageFrameStyle:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index