Skip to content

Commit

Permalink
Show superclass, mixins. Move Pixel out of the Struct classes
Browse files Browse the repository at this point in the history
and document Pixel#<=>
  • Loading branch information
rmagick committed Apr 12, 2004
1 parent 8ba9115 commit 046bdf7
Show file tree
Hide file tree
Showing 8 changed files with 341 additions and 236 deletions.
10 changes: 10 additions & 0 deletions doc/css/doc.css
Expand Up @@ -115,6 +115,16 @@ div.nav a:active {
color: white;
}

span.superclass {
font-size: normal;
font-weight: normal;
}

span.mixin {
font-size: smaller;
padding-left: 1em;
}

/*
* Method signatures, descriptions
*/
Expand Down
2 changes: 1 addition & 1 deletion doc/draw.html
Expand Up @@ -33,7 +33,7 @@ <h6 id="header">RMagick User's Guide and Reference</h6>
"struct.html">Next</a>&nbsp;&raquo;
</div>

<h1>class Draw</h1>
<h1>class Draw <span class="superclass">&lt; Object</span></h1>

<div id="toc">
<h2>Table of Contents</h2>
Expand Down
12 changes: 7 additions & 5 deletions doc/ilist.html
Expand Up @@ -35,15 +35,17 @@
</head>

<body>
<h6 id="header">RMagick User's Guide and Reference</h6>
<h6 id="header">RMagick User's and Reference</h6>

<div class="nav">
&laquo;&nbsp;<a href="magick.html">Prev</a> | <a href=
"index.html">Contents</a> | <a href=
"imageattrs.html">Next</a>&nbsp;&raquo;
</div>

<h1>class ImageList</h1>
<h1>class ImageList <span class="superclass">&lt;
Array</span><br />
<span class="mixin">mixes in Comparable</span></h1>

<div id="toc">
<h2>Table of Contents</h2>
Expand Down Expand Up @@ -514,9 +516,9 @@ <h4>Example</h4>
"this.style.display='none'; averaged.style.display=''; averagedspin.style.display='';"
title="Click to see the example script" src=
"ex/average_before.gif" alt="average example" /><!--
This img tag displays the averaged image when the mouse is not over
--><img style="display:" id="averaged"
onmouseover=
This img tag displays the averaged image when the mouse is not over
--><img style="display:" id=
"averaged" onmouseover=
"this.style.display='none'; notaveraged.style.display=''; averagedspin.style.display='none';"
src="ex/average_after.gif" alt="average example" /></a>
<img src="ex/images/spin.gif" alt="" class="spin" style=
Expand Down
4 changes: 3 additions & 1 deletion doc/image1.html
Expand Up @@ -57,7 +57,9 @@ <h6 id="header">RMagick User's Guide and Reference</h6>
"image2.html">Next</a>&nbsp;&raquo;
</div>

<h1>class Image (class and instance methods, part 1)</h1>
<h1>class Image <span class="superclass">&lt; Object</span>
(class and instance methods, part 1)<br />
<span class="mixin">mixes in Comparable</span></h1>

<div id="toc">
<h2>Table of Contents</h2>
Expand Down
19 changes: 10 additions & 9 deletions doc/image2.html
Expand Up @@ -35,7 +35,9 @@ <h6 id="header">RMagick User's Guide and Reference</h6>
"image3.html">Next</a>&nbsp;&raquo;
</div>

<h1>class Image (instance methods, part 2)</h1>
<h1>class Image <span class="superclass">&lt; Object</span>
(class and instance methods, part 2)<br />
<span class="mixin">mixes in Comparable</span></h1>

<div id="toc">
<h2>Table of Contents</h2>
Expand Down Expand Up @@ -474,9 +476,9 @@ <h4>Example</h4>
onmouseout="this.style.display='none';framed.style.display='';"
src="ex/images/Flower_Hat.jpg" alt="frame example" title=
"Click to see the example script" /><!--
This img tag displays the framed image when the mouse is not over
--><img class="hide" id="framed"
onmouseover=
This img tag displays the framed image when the mouse is not over
--><img class="hide" id=
"framed" onmouseover=
"this.style.display='none';frameless.style.display='';" src=
"ex/frame.jpg" alt="frame example" /></a> <img src=
"ex/images/spin.gif" alt="" style="margin-bottom: 280px" title=
Expand Down Expand Up @@ -749,9 +751,9 @@ <h4>Example</h4>
more opaque than the column on its left, so that the resulting
composite changes smoothly from color on the left to
black-and-white on the right.</p><!--
Reduce the size of the original image by specifying
the size of the example image.
-->
Reduce the size of the original image by specifying
the size of the example image.
-->

<p class="rollover"><a href=
"javascript:popup('get_pixels.rb.html')"><img width="384"
Expand Down Expand Up @@ -1646,8 +1648,7 @@ <h4>Example</h4>
"ex/images/spin.gif" alt="" class="spin" title=
"Mouse over the example to see the original image" /></p>

<h4>See also</h4>
<a href="#negate_channel">negate_channel</a>
<h4>See also</h4><a href="#negate_channel">negate_channel</a>

<h4>Magick API</h4>

Expand Down
28 changes: 15 additions & 13 deletions doc/image3.html
Expand Up @@ -59,7 +59,9 @@ <h6 id="header">RMagick User's Guide and Reference</h6>
"draw.html">Next</a>&nbsp;&raquo;
</div>

<h1>class Image (instance methods, part 3)</h1>
<h1>class Image <span class="superclass">&lt; Object</span>
(class and instance methods, part 3)<br />
<span class="mixin">mixes in Comparable</span></h1>

<div id="toc">
<h2>Table of Contents</h2>
Expand Down Expand Up @@ -921,15 +923,15 @@ <h4>Example</h4>

<p class="rollover"><a href=
"javascript:popup('rotate_f.rb.html')"><!--
This img tag displays the original image when the mouse is over.
Use CSS to add padding around the image to make it occupy the
same space as the rotated image. --><img style="padding-top:34px;padding-bottom:34px; display:none"
This img tag displays the original image when the mouse is over.
Use CSS to add padding around the image to make it occupy the
same space as the rotated image. --><img style="padding-top:34px;padding-bottom:34px; display:none"
id="notrotated" onmouseout=
"this.style.display='none'; rotated.style.display='';" src=
"ex/images/Flower_Hat.jpg" alt="rotate example" title=
"Click to see the example script" /><!--
This img tag displays the rotated image.
--><img class="hide"
This img tag displays the rotated image.
--><img class="hide"
id="rotated" onmouseover=
"this.style.display='none'; notrotated.style.display='';"
src="ex/rotate_f.jpg" alt="rotate example" /></a> <img src=
Expand Down Expand Up @@ -1363,14 +1365,14 @@ <h4>Example</h4>

<p class="rollover"><a href=
"javascript:popup('shear.rb.html')"><!--
This img tag displays the original image when the mouse is over
--><img style="padding-top:34px; padding-bottom:33px; padding-left:49px; padding-right:49px; display:none"
This img tag displays the original image when the mouse is over
--><img style="padding-top:34px; padding-bottom:33px; padding-left:49px; padding-right:49px; display:none"
id="noshear" onmouseout=
"this.style.display='none'; sheared.style.display='';" src=
"ex/images/Flower_Hat.jpg" alt="shear example" title=
"Click to see the example script" /> <!--
This img tag displays the sheared image when the mouse is not over
-->
This img tag displays the sheared image when the mouse is not over
-->
<img id="sheared" onmouseover=
"this.style.display='none'; noshear.style.display='';" src=
"ex/shear.jpg" alt="shear example" /></a><img src=
Expand Down Expand Up @@ -2283,9 +2285,9 @@ <h4>Example</h4>
"nowave" title="Click to see the example script" onmouseout=
"this.style.display='none'; waved.style.display='';" src=
"ex/images/Flower_Hat.jpg" alt="wave example" /><!--
This img tag displays the framed image when the mouse is not over
--><img class="hide"
id="waved" onmouseover=
This img tag displays the framed image when the mouse is not over
--><img class=
"hide" id="waved" onmouseover=
"this.style.display='none'; nowave.style.display='';" src=
"ex/wave.jpg" alt="wave example" /></a> <img src=
"ex/images/spin.gif" alt="" class="spin" title=
Expand Down
4 changes: 3 additions & 1 deletion doc/imageattrs.html
Expand Up @@ -33,7 +33,9 @@ <h6 id="header">RMagick User's Guide and Reference</h6>
"image1.html">Next</a>&nbsp;&raquo;
</div>

<h1>class Image (attribute methods)</h1>
<h1>class Image <span class="superclass">&lt; Object</span>
(attribute methods)<br />
<span class="mixin">mixes in Comparable</span></h1>

<div id="toc">
<h2>Table of Contents</h2>
Expand Down

0 comments on commit 046bdf7

Please sign in to comment.