fractals 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,90 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: algorithms.rb [Ruby Fractal Library - 1.2.1]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>algorithms.rb</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>lib/fractals/algorithms.rb
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2009-08-28 22:43:24 -0400</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- </div>
67
-
68
-
69
- </div>
70
-
71
- <!-- if includes -->
72
-
73
- <div id="section">
74
-
75
-
76
-
77
-
78
- <!-- if method_list -->
79
-
80
-
81
-
82
-
83
- </div>
84
-
85
- <div id="validator-badges">
86
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
87
- </div>
88
-
89
- </body>
90
- </html>
@@ -1,104 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: renderers.rb [Ruby Fractal Library - 1.2.1]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>renderers.rb</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>lib/fractals/renderers.rb
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2009-08-28 22:43:24 -0400</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- <div id="requires-list">
67
- <h3 class="section-bar">Required files</h3>
68
-
69
- <div class="name-list">
70
-
71
- rubygems&nbsp;&nbsp;
72
-
73
- png&nbsp;&nbsp;
74
-
75
- RMagick&nbsp;&nbsp;
76
-
77
- </div>
78
- </div>
79
-
80
- </div>
81
-
82
-
83
- </div>
84
-
85
- <!-- if includes -->
86
-
87
- <div id="section">
88
-
89
-
90
-
91
-
92
- <!-- if method_list -->
93
-
94
-
95
-
96
-
97
- </div>
98
-
99
- <div id="validator-badges">
100
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
101
- </div>
102
-
103
- </body>
104
- </html>
@@ -1,90 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: themes.rb [Ruby Fractal Library - 1.2.1]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>themes.rb</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>lib/fractals/themes.rb
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2009-08-28 22:43:24 -0400</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- </div>
67
-
68
-
69
- </div>
70
-
71
- <!-- if includes -->
72
-
73
- <div id="section">
74
-
75
-
76
-
77
-
78
- <!-- if method_list -->
79
-
80
-
81
-
82
-
83
- </div>
84
-
85
- <div id="validator-badges">
86
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
87
- </div>
88
-
89
- </body>
90
- </html>
@@ -1,114 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: fractals.rb [Ruby Fractal Library - 1.2.1]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>fractals.rb</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>lib/fractals.rb
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2009-08-28 22:43:24 -0400</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- <div id="description">
67
- <p>
68
- A library for creating fractals in the Ruby programming language. Copyright
69
- &#169; 2009 Ryan Baxter
70
- </p>
71
-
72
- </div>
73
-
74
- <div id="requires-list">
75
- <h3 class="section-bar">Required files</h3>
76
-
77
- <div class="name-list">
78
-
79
- complex&nbsp;&nbsp;
80
-
81
- fractals/algorithms&nbsp;&nbsp;
82
-
83
- fractals/renderers&nbsp;&nbsp;
84
-
85
- fractals/themes&nbsp;&nbsp;
86
-
87
- </div>
88
- </div>
89
-
90
- </div>
91
-
92
-
93
- </div>
94
-
95
- <!-- if includes -->
96
-
97
- <div id="section">
98
-
99
-
100
-
101
-
102
- <!-- if method_list -->
103
-
104
-
105
-
106
-
107
- </div>
108
-
109
- <div id="validator-badges">
110
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
111
- </div>
112
-
113
- </body>
114
- </html>
@@ -1,49 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <!--
5
-
6
- Classes [Ruby Fractal Library - 1.2.1]
7
-
8
- -->
9
- <head>
10
- <title>Classes [Ruby Fractal Library - 1.2.1]</title>
11
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
13
- <base target="docwin" />
14
- </head>
15
- <body>
16
- <div class="index">
17
- <h1 class="section-bar">Classes</h1>
18
- <div id="index-entries">
19
-
20
- <a href="classes/Fractals.html">Fractals</a><br />
21
-
22
- <a href="classes/Fractals/Algorithms.html">Fractals::Algorithms</a><br />
23
-
24
- <a href="classes/Fractals/BurningShip.html">Fractals::BurningShip</a><br />
25
-
26
- <a href="classes/Fractals/Fractal.html">Fractals::Fractal</a><br />
27
-
28
- <a href="classes/Fractals/Julia.html">Fractals::Julia</a><br />
29
-
30
- <a href="classes/Fractals/Mandelbrot.html">Fractals::Mandelbrot</a><br />
31
-
32
- <a href="classes/Fractals/Newton.html">Fractals::Newton</a><br />
33
-
34
- <a href="classes/Fractals/Renderers.html">Fractals::Renderers</a><br />
35
-
36
- <a href="classes/Fractals/Renderers/Base.html">Fractals::Renderers::Base</a><br />
37
-
38
- <a href="classes/Fractals/Renderers/JRubyRenderer.html">Fractals::Renderers::JRubyRenderer</a><br />
39
-
40
- <a href="classes/Fractals/Renderers/PNGRenderer.html">Fractals::Renderers::PNGRenderer</a><br />
41
-
42
- <a href="classes/Fractals/Renderers/RMagickRenderer.html">Fractals::Renderers::RMagickRenderer</a><br />
43
-
44
- <a href="classes/Fractals/Themes.html">Fractals::Themes</a><br />
45
-
46
- </div>
47
- </div>
48
- </body>
49
- </html>