org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSImageCacheMode

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSImageCacheMode

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSImage.h
enum values


Field Summary
static int NSImageCacheAlways
           
static int NSImageCacheBySize
           
static int NSImageCacheDefault
           
static int NSImageCacheNever
           
 

Field Detail

NSImageCacheDefault

static final int NSImageCacheDefault
See Also:
Constant Field Values

NSImageCacheAlways

static final int NSImageCacheAlways
See Also:
Constant Field Values

NSImageCacheBySize

static final int NSImageCacheBySize
See Also:
Constant Field Values

NSImageCacheNever

static final int NSImageCacheNever
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.