org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSImageInterpolation

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSImageInterpolation


Field Summary
static int NSImageInterpolationDefault
           
static int NSImageInterpolationHigh
           
static int NSImageInterpolationLow
           
static int NSImageInterpolationNone
           
 

Field Detail

NSImageInterpolationDefault

static final int NSImageInterpolationDefault
See Also:
Constant Field Values

NSImageInterpolationNone

static final int NSImageInterpolationNone
See Also:
Constant Field Values

NSImageInterpolationLow

static final int NSImageInterpolationLow
See Also:
Constant Field Values

NSImageInterpolationHigh

static final int NSImageInterpolationHigh
See Also:
Constant Field Values