diff options
| author | Randy Morgan <[email protected]> | 2011-11-27 21:45:19 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-27 21:45:19 +0900 |
| commit | cdfc7251bde8347678d355e5fe65fc20e120bc23 (patch) | |
| tree | d555a2b6a70b8e5b735aa7ef2248017cf7b1447e /doc/Axlsx/ValAxis.html | |
| parent | e6d269d03875bc0a4687b9d5f4b7016fc7d27b32 (diff) | |
| download | caxlsx-cdfc7251bde8347678d355e5fe65fc20e120bc23.tar.gz caxlsx-cdfc7251bde8347678d355e5fe65fc20e120bc23.zip | |
updating docs for 1.0.10a release
Diffstat (limited to 'doc/Axlsx/ValAxis.html')
| -rw-r--r-- | doc/Axlsx/ValAxis.html | 90 |
1 files changed, 52 insertions, 38 deletions
diff --git a/doc/Axlsx/ValAxis.html b/doc/Axlsx/ValAxis.html index ba94cab4..3bf1fead 100644 --- a/doc/Axlsx/ValAxis.html +++ b/doc/Axlsx/ValAxis.html @@ -96,8 +96,9 @@ <h2>Overview</h2><div class="docstring"> <div class="discussion"> - -<p>the ValAxis class defines a chart value axis.</p> + <p> +the ValAxis class defines a chart value axis. +</p> </div> @@ -133,8 +134,9 @@ - <span class="summary_desc"><div class='inline'> -<p>This element specifies how the value axis crosses the category axis.</p> + <span class="summary_desc"><div class='inline'><p> +This element specifies how the value axis crosses the category axis. +</p> </div></span> </li> @@ -179,8 +181,9 @@ - <span class="summary_desc"><div class='inline'> -<p>Creates a new ValAxis object.</p> + <span class="summary_desc"><div class='inline'><p> +Creates a new ValAxis object. +</p> </div></span> </li> @@ -202,8 +205,9 @@ - <span class="summary_desc"><div class='inline'> -<p>Serializes the value axis.</p> + <span class="summary_desc"><div class='inline'><p> +Serializes the value axis. +</p> </div></span> </li> @@ -229,8 +233,9 @@ </p><div class="docstring"> <div class="discussion"> - -<p>Creates a new ValAxis object</p> + <p> +Creates a new ValAxis object +</p> </div> @@ -249,8 +254,9 @@ — - <div class='inline'> -<p>the id of this axis</p> + <div class='inline'><p> +the id of this axis +</p> </div> </li> @@ -265,8 +271,9 @@ — - <div class='inline'> -<p>the id of the perpendicular axis</p> + <div class='inline'><p> +the id of the perpendicular axis +</p> </div> </li> @@ -283,8 +290,9 @@ — - <div class='inline'> -<p>a customizable set of options</p> + <div class='inline'><p> +a customizable set of options +</p> </div> </li> @@ -355,10 +363,11 @@ <td> <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/val_axis.rb', line 17</span> -<span class='kw'>def</span> <span class='id initialize'>initialize</span><span class='lparen'>(</span><span class='id axId'>axId</span><span class='comma'>,</span> <span class='id crossAx'>crossAx</span><span class='comma'>,</span> <span class='id options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span> - <span class='kw'>self</span><span class='period'>.</span><span class='id crossBetween'>crossBetween</span> <span class='op'>=</span> <span class='symbol'>:between</span> - <span class='kw'>super</span><span class='lparen'>(</span><span class='id axId'>axId</span><span class='comma'>,</span> <span class='id crossAx'>crossAx</span><span class='comma'>,</span> <span class='id options'>options</span><span class='rparen'>)</span> -<span class='kw'>end</span></pre> +<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='axId identifier id'>axId</span><span class='comma token'>,</span> <span class='crossAx identifier id'>crossAx</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='assign token'>=</span><span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span> + <span class='self self kw'>self</span><span class='dot token'>.</span><span class='crossBetween identifier id'>crossBetween</span> <span class='assign token'>=</span> <span class='symbol val'>:between</span> + <span class='super super kw'>super</span><span class='lparen token'>(</span><span class='axId identifier id'>axId</span><span class='comma token'>,</span> <span class='crossAx identifier id'>crossAx</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='rparen token'>)</span> +<span class='end end kw'>end</span> +</pre> </td> </tr> </table> @@ -381,9 +390,10 @@ </p><div class="docstring"> <div class="discussion"> - -<p>This element specifies how the value axis crosses the category axis. must -be one of [:between, :midCat]</p> + <p> +This element specifies how the value axis crosses the category axis. must +be one of [:between, :midCat] +</p> </div> @@ -417,9 +427,10 @@ be one of [:between, :midCat]</p> <td> <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/val_axis.rb', line 8</span> -<span class='kw'>def</span> <span class='id crossBetween'>crossBetween</span> - <span class='ivar'>@crossBetween</span> -<span class='kw'>end</span></pre> +<span class='def def kw'>def</span> <span class='crossBetween identifier id'>crossBetween</span> + <span class='@crossBetween ivar id'>@crossBetween</span> +<span class='end end kw'>end</span> +</pre> </td> </tr> </table> @@ -441,8 +452,9 @@ be one of [:between, :midCat]</p> </p><div class="docstring"> <div class="discussion"> - -<p>Serializes the value axis</p> + <p> +Serializes the value axis +</p> </div> @@ -461,8 +473,9 @@ be one of [:between, :midCat]</p> — - <div class='inline'> -<p>The document builder instance this objects xml will be added to.</p> + <div class='inline'><p> +The document builder instance this objects xml will be added to. +</p> </div> </li> @@ -499,12 +512,13 @@ be one of [:between, :midCat]</p> <td> <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/val_axis.rb', line 27</span> -<span class='kw'>def</span> <span class='id to_xml'>to_xml</span><span class='lparen'>(</span><span class='id xml'>xml</span><span class='rparen'>)</span> - <span class='id xml'>xml</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>c:valAx</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='lbrace'>{</span> - <span class='kw'>super</span><span class='lparen'>(</span><span class='id xml'>xml</span><span class='rparen'>)</span> - <span class='id xml'>xml</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>c:crossBetween</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='symbol'>:val</span><span class='op'>=></span><span class='ivar'>@crossBetween</span><span class='rparen'>)</span> - <span class='rbrace'>}</span> -<span class='kw'>end</span></pre> +<span class='def def kw'>def</span> <span class='to_xml identifier id'>to_xml</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span> + <span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='string val'>'c:valAx'</span><span class='rparen token'>)</span> <span class='lbrace token'>{</span> + <span class='super super kw'>super</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span> + <span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='string val'>'c:crossBetween'</span><span class='comma token'>,</span> <span class='symbol val'>:val=</span><span class='gt op'>></span><span class='@crossBetween ivar id'>@crossBetween</span><span class='rparen token'>)</span> + <span class='rbrace token'>}</span> +<span class='end end kw'>end</span> +</pre> </td> </tr> </table> @@ -515,9 +529,9 @@ be one of [:between, :midCat]</p> </div> <div id="footer"> - Generated on Sun Nov 27 20:28:14 2011 by + Generated on Sun Nov 27 21:44:38 2011 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> - 0.7.3 (ruby-1.9.3). + 0.7.3 (ruby-1.8.7). </div> </body> |
