org.rococoa.cocoa.coregraphics
Interface CoreGraphicsLibrary.CGGradientDrawingOptions

Enclosing interface:
CoreGraphicsLibrary

public static interface CoreGraphicsLibrary.CGGradientDrawingOptions

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGGradient.h
enum values


Field Summary
static int kCGGradientDrawsAfterEndLocation
           
static int kCGGradientDrawsBeforeStartLocation
           
 

Field Detail

kCGGradientDrawsBeforeStartLocation

static final int kCGGradientDrawsBeforeStartLocation
See Also:
Constant Field Values

kCGGradientDrawsAfterEndLocation

static final int kCGGradientDrawsAfterEndLocation
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.