org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSImageAlignment
- Enclosing interface:
- AppKitLibrary
public static interface AppKitLibrary.NSImageAlignment
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSImageCell.h
enum values
NSImageAlignCenter
static final int NSImageAlignCenter
- See Also:
- Constant Field Values
NSImageAlignTop
static final int NSImageAlignTop
- See Also:
- Constant Field Values
NSImageAlignTopLeft
static final int NSImageAlignTopLeft
- See Also:
- Constant Field Values
NSImageAlignTopRight
static final int NSImageAlignTopRight
- See Also:
- Constant Field Values
NSImageAlignLeft
static final int NSImageAlignLeft
- See Also:
- Constant Field Values
NSImageAlignBottom
static final int NSImageAlignBottom
- See Also:
- Constant Field Values
NSImageAlignBottomLeft
static final int NSImageAlignBottomLeft
- See Also:
- Constant Field Values
NSImageAlignBottomRight
static final int NSImageAlignBottomRight
- See Also:
- Constant Field Values
NSImageAlignRight
static final int NSImageAlignRight
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.