DrawKit
Vector and illustration framework for Mac OS X
|
Instance Methods | |
(NSRect) | - bounds |
(NSUInteger) | - index |
(BOOL) | - isMarked |
(void) | - setIndex: |
(void) | - setMarked: |
(void) | - setStorage: |
(id< DKObjectStorage >) | - storage |
(BOOL) | - visible |
Instance Methods inherited from <NSObject> | |
(NSString *) | - description |
(NSUInteger) | - hash |
(BOOL) | - isEqual: |
Instance Methods inherited from <NSCoding> | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Instance Methods inherited from <NSCopying> | |
(id) | - copyWithZone: |
- (NSRect) bounds |
Reimplemented in DKDrawableObject.
- (NSUInteger) index |
- (BOOL) isMarked |
- (void) setIndex: | (NSUInteger) | indx |
- (void) setMarked: | (BOOL) | markIt |
- (void) setStorage: | (id< DKObjectStorage >) | storage |
- (id<DKObjectStorage>) storage |
- (BOOL) visible |
Reimplemented in DKDrawableObject.