org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSBezierPathElement

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSBezierPathElement


Field Summary
static int NSClosePathBezierPathElement
           
static int NSCurveToBezierPathElement
           
static int NSLineToBezierPathElement
           
static int NSMoveToBezierPathElement
           
 

Field Detail

NSMoveToBezierPathElement

static final int NSMoveToBezierPathElement
See Also:
Constant Field Values

NSLineToBezierPathElement

static final int NSLineToBezierPathElement
See Also:
Constant Field Values

NSCurveToBezierPathElement

static final int NSCurveToBezierPathElement
See Also:
Constant Field Values

NSClosePathBezierPathElement

static final int NSClosePathBezierPathElement
See Also:
Constant Field Values