org.rococoa.cocoa.quartzcore
Interface QuartzCoreLibrary.CAEdgeAntialiasingMask

Enclosing interface:
QuartzCoreLibrary

public static interface QuartzCoreLibrary.CAEdgeAntialiasingMask

native declaration : /System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:29
enum values


Field Summary
static int kCALayerBottomEdge
           
static int kCALayerLeftEdge
           
static int kCALayerRightEdge
           
static int kCALayerTopEdge
           
 

Field Detail

kCALayerLeftEdge

static final int kCALayerLeftEdge
See Also:
Constant Field Values

kCALayerRightEdge

static final int kCALayerRightEdge
See Also:
Constant Field Values

kCALayerBottomEdge

static final int kCALayerBottomEdge
See Also:
Constant Field Values

kCALayerTopEdge

static final int kCALayerTopEdge
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.