/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/SVG/SVGGraph.html
ViewVC logotype

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/SVG/SVGGraph.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Thu May 6 16:26:42 2004 UTC (20 years, 4 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +819 -823 lines
File MIME type: text/html
 updated all to v2.4.1 - Apr 01, 2004

1 jonen 1.2 <?xml version="1.0" encoding="iso-8859-1"?>
2     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3     <html xmlns="http://www.w3.org/1999/xhtml">
4     <head>
5     <!-- template designed by Marco Von Ballmoos -->
6     <title>Docs For Class SVGGraph</title>
7     <link rel="stylesheet" href="../../media/stylesheet.css" />
8     <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9     </head>
10     <body>
11     <div class="page-body">
12     <h2 class="class-name">Class SVGGraph</h2>
13    
14     <a name="sec-description"></a>
15     <div class="info-box">
16     <div class="info-box-title">Description</div>
17     <div class="nav-bar">
18     <span class="disabled">Description</span> |
19     <a href="#sec-descendents">Descendents</a>
20     | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
21     | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
22    
23     </div>
24     <div class="info-box-body">
25     <!-- ========== Info from phpDoc block ========= -->
26     <p class="short-description">This is the base Graph class for doing SVG graphs</p>
27     <p class="description"><p>$Id: SVGGraph.html,v 1.17 2004/04/01 17:35:47 hemna Exp $</p></p>
28     <ul class="tags">
29     <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
30     </ul>
31     <p class="notes">
32     Located in <a class="field" href="_widgets_svg_SVGGraph_inc.html">/widgets/svg/SVGGraph.inc</a> (line <span class="field">23</span>)
33     </p>
34    
35    
36 jonen 1.1 <pre><a href="../../phpHtmlLib/Container.html">Container</a>
37     |
38     --<a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a>
39     |
40 jonen 1.2 --SVGGraph</pre>
41    
42     </div>
43     </div>
44    
45     <a name="sec-descendents"></a>
46     <div class="info-box">
47     <div class="info-box-title">Direct descendents</div>
48     <div class="nav-bar">
49     <a href="#sec-description">Description</a> |
50     <span class="disabled">Descendents</span>
51     | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
52     | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
53    
54     </div>
55     <div class="info-box-body">
56     <table cellpadding="2" cellspacing="0" class="class-table">
57     <tr>
58     <th class="class-table-header">Class</th>
59     <th class="class-table-header">Description</th>
60     </tr>
61     <tr>
62     <td style="padding-right: 2em"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html">SVGXYGraph</a></td>
63     <td>
64     This is the base Graph class for doing XY coordinate system based graphs in SVG.
65     </td>
66     </tr>
67     </table>
68     </div>
69     </div>
70    
71    
72     <a name="sec-var-summary"></a>
73     <div class="info-box">
74     <div class="info-box-title">Variable Summary</span></div>
75     <div class="nav-bar">
76     <a href="#sec-description">Description</a> |
77     <a href="#sec-descendents">Descendents</a> |
78     <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
79     |
80     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
81    
82     </div>
83     <div class="info-box-body">
84     <div class="var-summary">
85     <div class="var-title">
86     <span class="var-type">mixed</span>
87     <a href="#$_draw" title="details" class="var-name">$_draw</a>
88     </div>
89     <div class="var-title">
90     <span class="var-type">mixed</span>
91     <a href="#$_options" title="details" class="var-name">$_options</a>
92     </div>
93     </div>
94     </div>
95     </div>
96    
97     <a name="sec-method-summary"></a>
98     <div class="info-box">
99     <div class="info-box-title">Method Summary</span></div>
100     <div class="nav-bar">
101     <a href="#sec-description">Description</a> |
102     <a href="#sec-descendents">Descendents</a> |
103     <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
104    
105     |
106     <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
107     </div>
108     <div class="info-box-body">
109     <div class="method-summary">
110    
111     <div class="method-definition">
112     <span class="method-result">SVGGraph</span>
113     <a href="#SVGGraph" title="details" class="method-name">SVGGraph</a>
114     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$width</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$height</span>)
115     </div>
116    
117     <div class="method-definition">
118     <span class="method-result">string</span>
119     <a href="#format_label" title="details" class="method-name">format_label</a>
120     (<span class="var-type">string</span>&nbsp;<span class="var-name">$number</span>)
121     </div>
122    
123     <div class="method-definition">
124     <span class="method-result">mixed</span>
125     <a href="#get_option" title="details" class="method-name">get_option</a>
126     (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>)
127     </div>
128    
129     <div class="method-definition">
130     <span class="method-result">array</span>
131     <a href="#get_options" title="details" class="method-name">get_options</a>
132     ()
133     </div>
134    
135     <div class="method-definition">
136     <span class="method-result">void</span>
137     <a href="#render" title="details" class="method-name">render</a>
138     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$indent_level</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$output_debug</span>)
139     </div>
140    
141     <div class="method-definition">
142     <span class="method-result">void</span>
143     <a href="#set_axis_font_height" title="details" class="method-name">set_axis_font_height</a>
144     (<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span>)
145     </div>
146    
147     <div class="method-definition">
148     <span class="method-result">void</span>
149     <a href="#set_axis_font_width" title="details" class="method-name">set_axis_font_width</a>
150     (<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span>)
151     </div>
152    
153     <div class="method-definition">
154     <span class="method-result">void</span>
155     <a href="#set_height" title="details" class="method-name">set_height</a>
156     (<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span>)
157     </div>
158    
159     <div class="method-definition">
160     <span class="method-result">void</span>
161     <a href="#set_option" title="details" class="method-name">set_option</a>
162     (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$value</span>)
163     </div>
164    
165     <div class="method-definition">
166     <span class="method-result">void</span>
167     <a href="#set_title" title="details" class="method-name">set_title</a>
168     (<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span>)
169     </div>
170    
171     <div class="method-definition">
172     <span class="method-result">void</span>
173     <a href="#set_title_font_height" title="details" class="method-name">set_title_font_height</a>
174     (<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span>)
175     </div>
176    
177     <div class="method-definition">
178     <span class="method-result">void</span>
179     <a href="#set_title_font_width" title="details" class="method-name">set_title_font_width</a>
180     (<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span>)
181     </div>
182    
183     <div class="method-definition">
184     <span class="method-result">void</span>
185     <a href="#set_title_style" title="details" class="method-name">set_title_style</a>
186     (<span class="var-type">string</span>&nbsp;<span class="var-name">$style</span>)
187     </div>
188    
189     <div class="method-definition">
190     <span class="method-result">void</span>
191     <a href="#set_width" title="details" class="method-name">set_width</a>
192     (<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span>)
193     </div>
194    
195     <div class="method-definition">
196     <span class="method-result">Container</span>
197     <a href="#_build_graph" title="details" class="method-name">_build_graph</a>
198     ()
199     </div>
200    
201     <div class="method-definition">
202     <span class="method-result"><a href="../../phpHtmlLib/TEXTsvgtag.html">TEXTsvgtag</a></span>
203     <a href="#_build_title" title="details" class="method-name">_build_title</a>
204     ()
205     </div>
206    
207     <div class="method-definition">
208     <span class="method-result">Container</span>
209     <a href="#_build_titles" title="details" class="method-name">_build_titles</a>
210     ()
211     </div>
212    
213     <div class="method-definition">
214     <span class="method-result">void</span>
215     <a href="#_prepare_data" title="details" class="method-name">_prepare_data</a>
216     ()
217     </div>
218     </div>
219     </div>
220     </div>
221    
222     <a name="sec-vars"></a>
223     <div class="info-box">
224     <div class="info-box-title">Variables</div>
225     <div class="nav-bar">
226     <a href="#sec-description">Description</a> |
227     <a href="#sec-descendents">Descendents</a> |
228     <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
229    
230    
231     |
232     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
233    
234     </div>
235     <div class="info-box-body">
236     <a name="var$_draw" id="$_draw"><!-- --></A>
237     <div class="oddrow">
238    
239     <div class="var-header">
240     <span class="var-title">
241     <span class="var-type">mixed</span>
242     <span class="var-name">$_draw</span>
243     = <span class="var-default">array()</span> (line <span class="line-number">50</span>)
244     </span>
245     </div>
246    
247     <!-- ========== Info from phpDoc block ========= -->
248     <p class="short-description">Various calculated image properties</p>
249    
250    
251    
252    
253    
254     </div>
255     <a name="var$_options" id="$_options"><!-- --></A>
256     <div class="evenrow">
257    
258     <div class="var-header">
259     <span class="var-title">
260     <span class="var-type">mixed</span>
261     <span class="var-name">$_options</span>
262     = <span class="var-default">array(&quot;title&quot; =&gt; &quot;&quot;,<br /> &quot;title_style&quot; =&gt; &quot;font-size:20px;font-weight:bold;font-family: geneva, trebuchet ms&quot;,<br /> &quot;width&quot; =&gt; 100,<br /> &quot;height&quot; =&gt; 100,<br /> &quot;left_margin&quot; =&gt; 5,<br /> &quot;right_margin&quot; =&gt; 0,<br /> &quot;top_margin&quot; =&gt; 20,<br /> &quot;bottom_margin&quot; =&gt; 0,<br /> &quot;title_font_width&quot; =&gt; 10,<br /> &quot;title_font_height&quot; =&gt; 20,<br /> &quot;axis_font_width&quot; =&gt; 5,<br /> &quot;axis_font_height&quot; =&gt; 8,<br /> &quot;axis_label_font_width&quot; =&gt; 12,<br /> &quot;axis_label_font_height&quot; =&gt; 12)</span> (line <span class="line-number">30</span>)
263     </span>
264     </div>
265    
266     <!-- ========== Info from phpDoc block ========= -->
267     <p class="short-description">This array holds various</p>
268     <p class="description"><p>config options for this graph</p></p>
269    
270    
271    
272    
273    
274     </div>
275     <h4>Inherited Variables</h4>
276     <A NAME='inherited_vars'><!-- --></A>
277     <p>Inherited from <span class="classname"><a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
278     <blockquote>
279     <span class="var-title">
280     <span class="var-name"><a href="../../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></span><br>
281     </span>
282     <span class="var-title">
283     <span class="var-name"><a href="../../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></span><br>
284     </span>
285     </blockquote>
286    
287     </div>
288     </div>
289    
290     <a name="sec-methods"></a>
291     <div class="info-box">
292     <div class="info-box-title">Methods</div>
293     <div class="nav-bar">
294     <a href="#sec-description">Description</a> |
295     <a href="#sec-descendents">Descendents</a> |
296     <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
297     <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
298    
299     </div>
300     <div class="info-box-body">
301     <A NAME='method_detail'></A>
302     <a name="methodSVGGraph" id="SVGGraph"><!-- --></a>
303     <div class="oddrow">
304    
305     <div class="method-header">
306     <span class="method-title">Constructor SVGGraph</span> (line <span class="line-number">53</span>)
307     </div>
308    
309     <!-- ========== Info from phpDoc block ========= -->
310    
311     <div class="method-signature">
312     <span class="method-result">SVGGraph</span>
313     <span class="method-name">
314     SVGGraph
315     </span>
316     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$width</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$height</span>)
317     </div>
318    
319    
320    
321     </div>
322     <a name="methodformat_label" id="format_label"><!-- --></a>
323     <div class="evenrow">
324    
325     <div class="method-header">
326     <span class="method-title">format_label</span> (line <span class="line-number">235</span>)
327     </div>
328    
329     <!-- ========== Info from phpDoc block ========= -->
330     <p class="short-description">This function will format the axis label</p>
331     <ul class="tags">
332     <li><span class="field">return:</span> - the formated #</li>
333     </ul>
334    
335     <div class="method-signature">
336     <span class="method-result">string</span>
337     <span class="method-name">
338     format_label
339     </span>
340     (<span class="var-type">string</span>&nbsp;<span class="var-name">$number</span>)
341     </div>
342    
343     <ul class="parameters">
344     <li>
345     <span class="var-type">string</span>
346     <span class="var-name">$number</span><span class="var-description">: - the number</span> </li>
347     </ul>
348    
349    
350     </div>
351     <a name="methodget_option" id="get_option"><!-- --></a>
352     <div class="oddrow">
353    
354     <div class="method-header">
355     <span class="method-title">get_option</span> (line <span class="line-number">128</span>)
356     </div>
357    
358     <!-- ========== Info from phpDoc block ========= -->
359     <p class="short-description">This function retuns the value of 1 option</p>
360     <ul class="tags">
361     <li><span class="field">return:</span> - the value</li>
362     </ul>
363    
364     <div class="method-signature">
365     <span class="method-result">mixed</span>
366     <span class="method-name">
367     get_option
368     </span>
369     (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>)
370     </div>
371    
372     <ul class="parameters">
373     <li>
374     <span class="var-type">string</span>
375     <span class="var-name">$name</span><span class="var-description">: - the option name</span> </li>
376     </ul>
377    
378    
379     </div>
380     <a name="methodget_options" id="get_options"><!-- --></a>
381     <div class="evenrow">
382    
383     <div class="method-header">
384     <span class="method-title">get_options</span> (line <span class="line-number">138</span>)
385     </div>
386    
387     <!-- ========== Info from phpDoc block ========= -->
388     <p class="short-description">This returns the array of ALL of the options for this graph</p>
389    
390     <div class="method-signature">
391     <span class="method-result">array</span>
392     <span class="method-name">
393     get_options
394     </span>
395     ()
396     </div>
397    
398    
399    
400     </div>
401     <a name="methodrender" id="render"><!-- --></a>
402     <div class="oddrow">
403    
404     <div class="method-header">
405     <span class="method-title">render</span> (line <span class="line-number">60</span>)
406     </div>
407    
408     <!-- ========== Info from phpDoc block ========= -->
409    
410     <div class="method-signature">
411     <span class="method-result">void</span>
412     <span class="method-name">
413     render
414     </span>
415     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$indent_level</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$output_debug</span>)
416     </div>
417    
418    
419     <hr class="separator" />
420     <div class="notes">Redefinition of:</div>
421     <dl>
422     <dt><a href="../../phpHtmlLib/Container.html#methodrender">Container::render()</a></dt>
423     <dd>This function is compatible with the rest of the phpHtmllib API spec.</dd>
424     </dl>
425    
426     </div>
427     <a name="methodset_axis_font_height" id="set_axis_font_height"><!-- --></a>
428     <div class="evenrow">
429    
430     <div class="method-header">
431     <span class="method-title">set_axis_font_height</span> (line <span class="line-number">224</span>)
432     </div>
433    
434     <!-- ========== Info from phpDoc block ========= -->
435     <p class="short-description">This method sets the height of font used in calculating the x and y axis point fonts.</p>
436    
437     <div class="method-signature">
438     <span class="method-result">void</span>
439     <span class="method-name">
440     set_axis_font_height
441     </span>
442     (<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span>)
443     </div>
444    
445     <ul class="parameters">
446     <li>
447     <span class="var-type">int</span>
448     <span class="var-name">$height</span><span class="var-description">: - the height</span> </li>
449     </ul>
450    
451    
452     </div>
453     <a name="methodset_axis_font_width" id="set_axis_font_width"><!-- --></a>
454     <div class="oddrow">
455    
456     <div class="method-header">
457     <span class="method-title">set_axis_font_width</span> (line <span class="line-number">213</span>)
458     </div>
459    
460     <!-- ========== Info from phpDoc block ========= -->
461     <p class="short-description">This method sets the width of font used in calculating the x and y axis point fonts.</p>
462    
463     <div class="method-signature">
464     <span class="method-result">void</span>
465     <span class="method-name">
466     set_axis_font_width
467     </span>
468     (<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span>)
469     </div>
470    
471     <ul class="parameters">
472     <li>
473     <span class="var-type">int</span>
474     <span class="var-name">$width</span><span class="var-description">: - the width</span> </li>
475     </ul>
476    
477    
478     </div>
479     <a name="methodset_height" id="set_height"><!-- --></a>
480     <div class="evenrow">
481    
482     <div class="method-header">
483     <span class="method-title">set_height</span> (line <span class="line-number">179</span>)
484     </div>
485    
486     <!-- ========== Info from phpDoc block ========= -->
487     <p class="short-description">This method sets the height of the graph</p>
488    
489     <div class="method-signature">
490     <span class="method-result">void</span>
491     <span class="method-name">
492     set_height
493     </span>
494     (<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span>)
495     </div>
496    
497     <ul class="parameters">
498     <li>
499     <span class="var-type">int</span>
500     <span class="var-name">$height</span><span class="var-description">: - the height</span> </li>
501     </ul>
502    
503    
504     </div>
505     <a name="methodset_option" id="set_option"><!-- --></a>
506     <div class="oddrow">
507    
508     <div class="method-header">
509     <span class="method-title">set_option</span> (line <span class="line-number">117</span>)
510     </div>
511    
512     <!-- ========== Info from phpDoc block ========= -->
513     <p class="short-description">This function is used to set a particular option for the graph</p>
514    
515     <div class="method-signature">
516     <span class="method-result">void</span>
517     <span class="method-name">
518     set_option
519     </span>
520     (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$value</span>)
521     </div>
522    
523     <ul class="parameters">
524     <li>
525     <span class="var-type">string</span>
526     <span class="var-name">$name</span><span class="var-description">: - the option name</span> </li>
527     <li>
528     <span class="var-type">mixed</span>
529     <span class="var-name">$value</span><span class="var-description">: - the value</span> </li>
530     </ul>
531    
532    
533     </div>
534     <a name="methodset_title" id="set_title"><!-- --></a>
535     <div class="evenrow">
536    
537     <div class="method-header">
538     <span class="method-title">set_title</span> (line <span class="line-number">149</span>)
539     </div>
540    
541     <!-- ========== Info from phpDoc block ========= -->
542     <p class="short-description">This method sets the title for the graph</p>
543    
544     <div class="method-signature">
545     <span class="method-result">void</span>
546     <span class="method-name">
547     set_title
548     </span>
549     (<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span>)
550     </div>
551    
552     <ul class="parameters">
553     <li>
554     <span class="var-type">string</span>
555     <span class="var-name">$title</span><span class="var-description">: - the graph's title</span> </li>
556     </ul>
557    
558     <hr class="separator" />
559     <div class="notes">Redefinition of:</div>
560     <dl>
561     <dt><a href="../../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></dt>
562     <dd>Set the title for the widget.</dd>
563     </dl>
564    
565     </div>
566     <a name="methodset_title_font_height" id="set_title_font_height"><!-- --></a>
567     <div class="oddrow">
568    
569     <div class="method-header">
570     <span class="method-title">set_title_font_height</span> (line <span class="line-number">201</span>)
571     </div>
572    
573     <!-- ========== Info from phpDoc block ========= -->
574     <p class="short-description">This method sets the height of font in pixels for the Graph Title.</p>
575    
576     <div class="method-signature">
577     <span class="method-result">void</span>
578     <span class="method-name">
579     set_title_font_height
580     </span>
581     (<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span>)
582     </div>
583    
584     <ul class="parameters">
585     <li>
586     <span class="var-type">int</span>
587     <span class="var-name">$height</span><span class="var-description">: - the height</span> </li>
588     </ul>
589    
590    
591     </div>
592     <a name="methodset_title_font_width" id="set_title_font_width"><!-- --></a>
593     <div class="evenrow">
594    
595     <div class="method-header">
596     <span class="method-title">set_title_font_width</span> (line <span class="line-number">190</span>)
597     </div>
598    
599     <!-- ========== Info from phpDoc block ========= -->
600     <p class="short-description">This method sets the width of font in pixels for the Graph Title.</p>
601    
602     <div class="method-signature">
603     <span class="method-result">void</span>
604     <span class="method-name">
605     set_title_font_width
606     </span>
607     (<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span>)
608     </div>
609    
610     <ul class="parameters">
611     <li>
612     <span class="var-type">int</span>
613     <span class="var-name">$width</span><span class="var-description">: - the width</span> </li>
614     </ul>
615    
616    
617     </div>
618     <a name="methodset_title_style" id="set_title_style"><!-- --></a>
619     <div class="oddrow">
620    
621     <div class="method-header">
622     <span class="method-title">set_title_style</span> (line <span class="line-number">159</span>)
623     </div>
624    
625     <!-- ========== Info from phpDoc block ========= -->
626     <p class="short-description">This method sets the title for the graph</p>
627    
628     <div class="method-signature">
629     <span class="method-result">void</span>
630     <span class="method-name">
631     set_title_style
632     </span>
633     (<span class="var-type">string</span>&nbsp;<span class="var-name">$style</span>)
634     </div>
635    
636     <ul class="parameters">
637     <li>
638     <span class="var-type">string</span>
639     <span class="var-name">$style</span><span class="var-description">: - the graph's title</span> </li>
640     </ul>
641    
642    
643     </div>
644     <a name="methodset_width" id="set_width"><!-- --></a>
645     <div class="evenrow">
646    
647     <div class="method-header">
648     <span class="method-title">set_width</span> (line <span class="line-number">169</span>)
649     </div>
650    
651     <!-- ========== Info from phpDoc block ========= -->
652     <p class="short-description">This method sets the width of the graph</p>
653    
654     <div class="method-signature">
655     <span class="method-result">void</span>
656     <span class="method-name">
657     set_width
658     </span>
659     (<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span>)
660     </div>
661    
662     <ul class="parameters">
663     <li>
664     <span class="var-type">int</span>
665     <span class="var-name">$width</span><span class="var-description">: - the width</span> </li>
666     </ul>
667    
668     <hr class="separator" />
669     <div class="notes">Redefinition of:</div>
670     <dl>
671     <dt><a href="../../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></dt>
672     <dd>Set the width for the widget.</dd>
673     </dl>
674    
675     </div>
676     <a name="method_build_graph" id="_build_graph"><!-- --></a>
677     <div class="oddrow">
678    
679     <div class="method-header">
680     <span class="method-title">_build_graph</span> (line <span class="line-number">99</span>)
681     </div>
682    
683     <!-- ========== Info from phpDoc block ========= -->
684     <p class="short-description">This is a stub that the child class must override to build the actual graph</p>
685    
686     <div class="method-signature">
687     <span class="method-result">Container</span>
688     <span class="method-name">
689     _build_graph
690     </span>
691     ()
692     </div>
693    
694    
695    
696     <hr class="separator" />
697     <div class="notes">Redefined in descendants as:</div>
698     <ul class="redefinitions">
699     <li>
700     <a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_build_graph">SVGXYGraph::_build_graph()</a>
701     : This function does the work of building the graph itself
702     </li>
703     </ul>
704     </div>
705     <a name="method_build_title" id="_build_title"><!-- --></a>
706     <div class="evenrow">
707    
708     <div class="method-header">
709     <span class="method-title">_build_title</span> (line <span class="line-number">246</span>)
710     </div>
711    
712     <!-- ========== Info from phpDoc block ========= -->
713     <p class="short-description">This method builds the text title area that lives on top of the graph</p>
714    
715     <div class="method-signature">
716     <span class="method-result"><a href="../../phpHtmlLib/TEXTsvgtag.html">TEXTsvgtag</a></span>
717     <span class="method-name">
718     _build_title
719     </span>
720     ()
721     </div>
722    
723    
724    
725     </div>
726     <a name="method_build_titles" id="_build_titles"><!-- --></a>
727     <div class="oddrow">
728    
729     <div class="method-header">
730     <span class="method-title">_build_titles</span> (line <span class="line-number">88</span>)
731     </div>
732    
733     <!-- ========== Info from phpDoc block ========= -->
734     <p class="short-description">This is a stub for building the title(s) for the graph</p>
735    
736     <div class="method-signature">
737     <span class="method-result">Container</span>
738     <span class="method-name">
739     _build_titles
740     </span>
741     ()
742     </div>
743    
744    
745    
746     <hr class="separator" />
747     <div class="notes">Redefined in descendants as:</div>
748     <ul class="redefinitions">
749     <li>
750     <a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_build_titles">SVGXYGraph::_build_titles()</a>
751     : This is a stub for building the title(s) for the graph
752     </li>
753     </ul>
754     </div>
755     <a name="method_prepare_data" id="_prepare_data"><!-- --></a>
756     <div class="evenrow">
757    
758     <div class="method-header">
759     <span class="method-title">_prepare_data</span> (line <span class="line-number">77</span>)
760     </div>
761    
762     <!-- ========== Info from phpDoc block ========= -->
763     <p class="short-description">This is a stub meant to provide a means for doing any data parsing/munging prior to actually building the svg for the graph output.</p>
764    
765     <div class="method-signature">
766     <span class="method-result">void</span>
767     <span class="method-name">
768     _prepare_data
769     </span>
770     ()
771     </div>
772    
773    
774    
775     <hr class="separator" />
776     <div class="notes">Redefined in descendants as:</div>
777     <ul class="redefinitions">
778     <li>
779     <a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_prepare_data">SVGXYGraph::_prepare_data()</a>
780     : We need this to calculate the min,max values for
781     </li>
782     </ul>
783     </div>
784     <h4>Inherited Methods</h4>
785     <a name='inherited_methods'><!-- --></a>
786     <!-- =========== Summary =========== -->
787     <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
788     <blockquote>
789     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></span><br>
790     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></span><br>
791     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></span><br>
792     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></span><br>
793     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></span><br>
794     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></span><br>
795     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></span><br>
796     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></span><br>
797     </blockquote>
798     <!-- =========== Summary =========== -->
799     <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/Container.html">Container</a></span></p>
800     <blockquote>
801     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></span><br>
802     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodadd">Container::add()</a></span><br>
803     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></span><br>
804     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></span><br>
805     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodget_element">Container::get_element()</a></span><br>
806     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></span><br>
807     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodpush">Container::push()</a></span><br>
808     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></span><br>
809     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodrender">Container::render()</a></span><br>
810     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></span><br>
811     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></span><br>
812     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></span><br>
813     </blockquote>
814    
815     </div>
816     </div>
817    
818    
819     <p class="notes" id="credit">
820     Documentation generated on Thu, 1 Apr 2004 09:39:15 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
821     </p>
822     </div></body>
823     </html>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed