#import <ArkLinePrefs.h>
Public Member Functions | |
(id) | - delegate |
(void) | - setDelegate: |
(BOOL) | - drawLine |
(void) | - setDrawLine: |
(float) | - width |
(void) | - setWidth: |
(BOOL) | - isDashed |
(BOOL) | - getDash:count: |
(void) | - setDash:count: |
(NSColor *) | - color |
(void) | - setColor: |
Protected Attributes | |
BOOL | drawLine |
float | width |
BOOL | isDashed |
float * | dash |
int | dashLength |
NSColor * | color |
id | del |
BOOL | notifyDelegate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|