org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSImageCacheMode

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSImageCacheMode


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