This repository was archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (116 loc) · 6.81 KB
/
index.html
File metadata and controls
130 lines (116 loc) · 6.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to DrawKit — DrawKit documentation</title>
<link rel="stylesheet" href="_static/haiku.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/print.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="DrawKit documentation" href="#" />
<link rel="next" title="Introduction to DrawKit" href="introduction.html" />
</head>
<body>
<div class="header"><h1 class="heading"><a href="#">
<span>DrawKit documentation</span></a></h1>
<h2 class="heading"><span>Welcome to DrawKit</span></h2>
</div>
<div class="topnav">
<p>
<a class="uplink" href="#">Contents</a>
  ::  
<a href="introduction.html">Introduction to DrawKit</a>  »
</p>
</div>
<div class="content">
<div class="section" id="welcome-to-drawkit">
<h1>Welcome to DrawKit<a class="headerlink" href="#welcome-to-drawkit" title="Permalink to this headline">¶</a></h1>
<p>Welcome to DrawKit. DrawKit is an illustration framework for Mac OS X. With DrawKit you can quickly add vector drawing and illustration features to your Mac applications.</p>
<p>DrawKit is comprehensive, powerful, and complete. The design is modular and can be extended to meet your application’s needs.</p>
<p>DrawKit is licensed under the Mozilla Public License 2.0 (MPL2) and can be included in commercial applications.</p>
<p>Download the latest DrawKit source code from <a class="reference external" href="https://github.com/DrawKit/DrawKit">DrawKit/DrawKit</a> over on github.</p>
<div class="section" id="developer-guide">
<h2>Developer Guide<a class="headerlink" href="#developer-guide" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to DrawKit</a></li>
<li class="toctree-l1"><a class="reference internal" href="expectations.html">DrawKit and You</a></li>
<li class="toctree-l1"><a class="reference internal" href="philosophy.html">Design Philosophy</a></li>
<li class="toctree-l1"><a class="reference internal" href="concepts/index.html">Concepts</a><ul>
<li class="toctree-l2"><a class="reference internal" href="concepts/mvc.html">Model, View and Controller</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/layer/index.html">The Drawing and Layers</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/layer/index.html#specialised-layers">Specialised Layers</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/objectlayers.html">Object Layers</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/objectstorage.html">Object Storage</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/selection.html">The Selection</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/drawables/index.html">Drawables</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/tools/index.html">View and Tool Controllers</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/appearance/index.html">The Graphical Appearance of Objects</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/appearance/index.html#styles-and-rasterizers">Styles and Rasterizers</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/views.html">Views</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/automatic.html">Automatic Drawing Construction</a></li>
<li class="toctree-l2"><a class="reference internal" href="concepts/draganddrop.html">Drag and Drop</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="advice/index.html">Advice for Your App</a><ul>
<li class="toctree-l2"><a class="reference internal" href="advice/documentbased.html">Document-based applications</a></li>
<li class="toctree-l2"><a class="reference internal" href="advice/datahandling.html">Data handling</a></li>
<li class="toctree-l2"><a class="reference internal" href="advice/undo.html">How Undo works</a></li>
<li class="toctree-l2"><a class="reference internal" href="advice/reconcilingstyles.html">Reconciling registered styles</a></li>
<li class="toctree-l2"><a class="reference internal" href="advice/subclassing.html">Subclass Notes</a></li>
<li class="toctree-l2"><a class="reference internal" href="advice/adhoc.html">Ad-hoc deployment of DrawKit</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="api-reference">
<h2>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API Reference</a></li>
</ul>
</div>
</div>
<div class="section" id="additional-notes">
<h2>Additional Notes<a class="headerlink" href="#additional-notes" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="licensing.html">Licensing</a></li>
<li class="toctree-l1"><a class="reference internal" href="meta/index.html">Building the Site</a></li>
<li class="toctree-l1"><a class="reference internal" href="todo.html">Inherited To Do List</a></li>
</ul>
</div>
<ul class="simple">
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
</ul>
</div>
</div>
</div>
<div class="bottomnav">
<p>
<a class="uplink" href="#">Contents</a>
  ::  
<a href="introduction.html">Introduction to DrawKit</a>  »
</p>
</div>
<div class="footer">
© Copyright 2014, Graham Cox, Graham Miln, et al.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b3.
</div>
</body>
</html>