DrawKit
Vector and illustration framework for Mac OS X
Class Methods | List of all members
DKDrawing(Deprecated) Category Reference

deprecated methods More...

Class Methods

(DKDrawing *) + drawingWithContentsOfFile:
 
(DKDrawing *) + drawingWithData:fromFileAtPath:
 
(void) + loadDefaults
 Loads the static user defaults for all classes in the drawing system. More...
 
(void) + saveDefaults
 Saves the static class defaults for ALL classes in the drawing system. More...
 

Detailed Description

deprecated methods

Method Documentation

+ (DKDrawing*) drawingWithContentsOfFile: (NSString *)  filepath

Extends class DKDrawing.

+ (DKDrawing*) drawingWithData: (NSData *)  drawingData
fromFileAtPath: (NSString *)  filepath 

Extends class DKDrawing.

+ (void) loadDefaults

Loads the static user defaults for all classes in the drawing system.

Deprecated - no longer does anything

Extends class DKDrawing.

+ (void) saveDefaults

Saves the static class defaults for ALL classes in the drawing system.

Deprecated - no longer does anything

Extends class DKDrawing.