ArrowLayer.h

Go to the documentation of this file.
00001 
00005 #import <Cocoa/Cocoa.h>
00006 #import "FlowLayer.h"
00007 
00008 @interface ArrowLayer : FlowLayer {
00009 
00010         float length;
00011         float distance;
00012         
00013         NSColor *color;
00014 }
00015 
00019 @property (retain) NSColor *color;
00020 
00024 @property float length;
00025 
00029 @property float distance;
00030 
00031 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines