summaryrefslogtreecommitdiff
path: root/documentation/Fl_Chart.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 19:28:54 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 19:28:54 +0000
commitd7b88a3bcc7e76f38ee5799be7722fd5a10781ef (patch)
treed8984d45424c9b2cdb199c1918f38bfea4a8211d /documentation/Fl_Chart.html
parent30fa233681467b82b165e7d42cd0bea778b93768 (diff)
Updated all links so they work between files.
Revision 1. git-svn-id: file:///fltk/svn/fltk/trunk@219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Chart.html')
-rw-r--r--documentation/Fl_Chart.html275
1 files changed, 116 insertions, 159 deletions
diff --git a/documentation/Fl_Chart.html b/documentation/Fl_Chart.html
index 5a9d527ab..83c6834eb 100644
--- a/documentation/Fl_Chart.html
+++ b/documentation/Fl_Chart.html
@@ -1,162 +1,119 @@
-<html>
-<body>
-
-<hr break>
-
-<h2><a name="Fl_Chart">class Fl_Chart</a></h2>
-
-<hr>
-
-<h3>Class Hierarchy</h3>
-
-<ul><pre>
-<a href="#Fl_Widget">Fl_Widget</a>
+<HTML><BODY>
+<HR break>
+<H2><A name=Fl_Chart>class Fl_Chart</A></H2>
+<HR>
+<H3>Class Hierarchy</H3>
+<UL>
+<PRE>
+<A href=Fl_Widget.html#Fl_Widget>Fl_Widget</A>
|
- +----<b>Fl_Chart</b>
-</pre></ul>
-
-<h3>Include Files</h3>
-
-<ul><pre>
-#include &lt;FL/Fl_Chart.H>
-</pre></ul>
-
-<h3>Description</h3>
-
-This widget displays simple charts and is provided for forms compatibility.
-
-<h3>Methods</h3>
-
-<center>
-<table width=90%>
-<tr>
-<td align=left valign=top>
-<ul>
- <li><a href="#Fl_Chart.Fl_Chart">Fl_Chart</a>
- <li><a href="#Fl_Chart.~Fl_Chart">~Fl_Chart</a>
- <li><a href="#Fl_Chart.add">add</a>
-</ul>
-</td>
-<td align=left valign=top>
-<ul>
- <li><a href="#Fl_Chart.autosize">autosize</a>
- <li><a href="#Fl_Chart.bounds">bounds</a>
-</ul>
-</td>
-<td align=left valign=top>
-<ul>
- <li><a href="#Fl_Chart.clear">clear</a>
- <li><a href="#Fl_Chart.insert">insert</a>
-</ul>
-</td>
-<td align=left valign=top>
-<ul>
- <li><a href="#Fl_Chart.maxsize">maxsize</a>
- <li><a href="#Fl_Chart.replace">replace</a>
-</ul>
-</td>
-<td align=left valign=top>
-<ul>
- <li><a href="#Fl_Chart.size">size</a>
- <li><a href="#Fl_Chart.type">type</a>
-</ul>
-</td>
-</tr>
-</table>
-</center>
-
-<h4><a name="Fl_Chart.Fl_Chart">Fl_Chart::Fl_Chart(int x, int y, int w, int h, const char *label = 0)</a></h4>
-
-Creates a new <tt>Fl_Chart</tt> widget using the given position, size, and
-label string. The default boxtype is <tt>FL_NO_BOX</tt>.
-
-<h4><a name="Fl_Chart.~Fl_Chart">virtual Fl_Chart::~Fl_Chart()</a></h4>
-
-Destroys the <tt>Fl_Chart</tt> widget and all of its data.
-
-<h4><a name="Fl_Chart.add">void add(double value, const char *label = NULL, uchar color = 0)</a></h4>
-
-The <tt>add</tt> method adds the <tt>value</tt> and optionally <tt>label</tt>
-and <tt>color</tt> to the chart.
-
-<h4><a name="Fl_Chart.autosize">uchar autosize(void) const<br>
-void autosize(uchar onoff)</a></h4>
-
-The <tt>autosize</tt> method controls whether or not the chart will
-automatically adjust the bounds of the chart. The first form returns a
-boolean value that is non-zero if auto-sizing is enabled and zero is auto-sizing
-is disabled.
-
-<p>The second form of <tt>autosize</tt> sets the auto-sizing property to
-<tt>onoff</tt>.
-
-<h4><a name="Fl_Chart.bounds">void bounds(double *a, double *b)<br>
-void bounds(double a, double b)</a></h4>
-
-The <tt>bounds</tt> method gets or sets the lower and upper bounds of the chart
-values to <tt>a</tt> and <tt>b</tt> respectively.
-
-<h4><a name="Fl_Chart.clear">void clear(void)</a></h4>
-
-The <tt>clear</tt> method removes all values from the chart.
-
-<h4><a name="Fl_Chart.insert">void insert(int pos, double value, const char *label = NULL, uchar color = 0)</a></h4>
-
-The <tt>insert</tt> method inserts a data value at the given position
-<tt>pos</tt>. Position 0 is the first data value.
-
-<h4><a name="Fl_Chart.maxsize">int maxsize(void) const<br>
-void maxsize(int n)</a></h4>
-
-The <tt>maxsize</tt> method gets or sets the maximum number of data values for
-a chart.
-
-<h4><a name="Fl_Chart.replace">void replace(int pos, double value, const char *label = NULL, uchar color = 0)</a></h4>
-
-The <tt>replace</tt> method replaces data value <tt>pos</tt> with
-<tt>value</tt>, <tt>label</tt>, and <tt>color</tt>. Position 0 is
-the first data value.
-
-<h4><a name="Fl_Chart.size">int size(void) const</a></h4>
-
-The <tt>size</tt> method returns the number of data values in the chart.
-
-<h4><a name="Fl_Chart.type">uchar type() const<br>
-void type(uchar t)</a></h4>
-
-The first form of <tt>type()</tt> returns the current chart type.
-The chart type can be one of the following:
-
+ +----<B>Fl_Chart</B>
+</PRE>
+</UL>
+<H3>Include Files</H3>
+<UL>
+<PRE>
+#include &lt;FL/Fl_Chart.H&gt;
+</PRE>
+</UL>
+<H3>Description</H3>
+ This widget displays simple charts and is provided for forms
+compatibility.
+<H3>Methods</H3>
+<CENTER>
+<TABLE width=90%>
+<TR><TD align=left valign=top>
+<UL>
+<LI><A href=#Fl_Chart.Fl_Chart>Fl_Chart</A></LI>
+<LI><A href=#Fl_Chart.~Fl_Chart>~Fl_Chart</A></LI>
+<LI><A href=#Fl_Chart.add>add</A></LI>
+</UL>
+</TD><TD align=left valign=top>
+<UL>
+<LI><A href=#Fl_Chart.autosize>autosize</A></LI>
+<LI><A href=#Fl_Chart.bounds>bounds</A></LI>
+</UL>
+</TD><TD align=left valign=top>
+<UL>
+<LI><A href=#Fl_Chart.clear>clear</A></LI>
+<LI><A href=#Fl_Chart.insert>insert</A></LI>
+</UL>
+</TD><TD align=left valign=top>
+<UL>
+<LI><A href=#Fl_Chart.maxsize>maxsize</A></LI>
+<LI><A href=#Fl_Chart.replace>replace</A></LI>
+</UL>
+</TD><TD align=left valign=top>
+<UL>
+<LI><A href=#Fl_Chart.size>size</A></LI>
+<LI><A href=#Fl_Chart.type>type</A></LI>
+</UL>
+</TD></TR>
+</TABLE>
+</CENTER>
+<H4><A name=Fl_Chart.Fl_Chart>Fl_Chart::Fl_Chart(int x, int y, int w,
+int h, const char *label = 0)</A></H4>
+ Creates a new <TT>Fl_Chart</TT> widget using the given position, size,
+and label string. The default boxtype is <TT>FL_NO_BOX</TT>.
+<H4><A name=Fl_Chart.~Fl_Chart>virtual Fl_Chart::~Fl_Chart()</A></H4>
+ Destroys the <TT>Fl_Chart</TT> widget and all of its data.
+<H4><A name=Fl_Chart.add>void add(double value, const char *label =
+NULL, uchar color = 0)</A></H4>
+ The <TT>add</TT> method adds the <TT>value</TT> and optionally <TT>
+label</TT> and <TT>color</TT> to the chart.
+<H4><A name=Fl_Chart.autosize>uchar autosize(void) const
+<BR> void autosize(uchar onoff)</A></H4>
+ The <TT>autosize</TT> method controls whether or not the chart will
+automatically adjust the bounds of the chart. The first form returns a
+boolean value that is non-zero if auto-sizing is enabled and zero is
+auto-sizing is disabled.
+<P>The second form of <TT>autosize</TT> sets the auto-sizing property
+to <TT>onoff</TT>. </P>
+<H4><A name=Fl_Chart.bounds>void bounds(double *a, double *b)
+<BR> void bounds(double a, double b)</A></H4>
+ The <TT>bounds</TT> method gets or sets the lower and upper bounds of
+the chart values to <TT>a</TT> and <TT>b</TT> respectively.
+<H4><A name=Fl_Chart.clear>void clear(void)</A></H4>
+ The <TT>clear</TT> method removes all values from the chart.
+<H4><A name=Fl_Chart.insert>void insert(int pos, double value, const
+char *label = NULL, uchar color = 0)</A></H4>
+ The <TT>insert</TT> method inserts a data value at the given position <TT>
+pos</TT>. Position 0 is the first data value.
+<H4><A name=Fl_Chart.maxsize>int maxsize(void) const
+<BR> void maxsize(int n)</A></H4>
+ The <TT>maxsize</TT> method gets or sets the maximum number of data
+values for a chart.
+<H4><A name=Fl_Chart.replace>void replace(int pos, double value, const
+char *label = NULL, uchar color = 0)</A></H4>
+ The <TT>replace</TT> method replaces data value <TT>pos</TT> with <TT>
+value</TT>, <TT>label</TT>, and <TT>color</TT>. Position 0 is the
+first data value.
+<H4><A name=Fl_Chart.size>int size(void) const</A></H4>
+ The <TT>size</TT> method returns the number of data values in the
+chart.
+<H4><A name=Fl_Chart.type>uchar type() const
+<BR> void type(uchar t)</A></H4>
+ The first form of <TT>type()</TT> returns the current chart type. The
+chart type can be one of the following:
<DL>
- <DT>FL_BAR_CHART</DT>
- <DD>Each sample value is drawn as a vertical bar.</DD>
-
- <DT>FL_FILLED_CHART</DT>
- <DD>The chart is filled from the bottom of the graph to the
- sample values.</DD>
-
- <DT>FL_HORBAR_CHART</DT>
- <DD>Each sample value is drawn as a horizontal bar.</DD>
-
- <DT>FL_LINE_CHART</DT>
- <DD>The chart is drawn as a polyline with vertices at each
- sample value.</DD>
-
- <DT>FL_PIE_CHART</DT>
- <DD>A pie chart is drawn with each sample value being drawn
- as a proportionate slice in the circle.</DD>
-
- <DT>FL_SPECIALPIE_CHART</DT>
- <DD>Like FL_PIE_CHART, but the first slice is separated from
- the pie.</DD>
-
- <DT>FL_SPIKE_CHART</DT>
- <DD>Each sample value is drawn as a vertical line.</DD>
+<DT>FL_BAR_CHART</DT>
+<DD>Each sample value is drawn as a vertical bar.</DD>
+<DT>FL_FILLED_CHART</DT>
+<DD>The chart is filled from the bottom of the graph to the sample
+values.</DD>
+<DT>FL_HORBAR_CHART</DT>
+<DD>Each sample value is drawn as a horizontal bar.</DD>
+<DT>FL_LINE_CHART</DT>
+<DD>The chart is drawn as a polyline with vertices at each sample
+value.</DD>
+<DT>FL_PIE_CHART</DT>
+<DD>A pie chart is drawn with each sample value being drawn as a
+proportionate slice in the circle.</DD>
+<DT>FL_SPECIALPIE_CHART</DT>
+<DD>Like FL_PIE_CHART, but the first slice is separated from the pie.</DD>
+<DT>FL_SPIKE_CHART</DT>
+<DD>Each sample value is drawn as a vertical line.</DD>
</DL>
-
-The second form of <tt>type()</tt> sets the chart type to <tt>t</tt>.
-
-<center><img src="charts.gif" width=80%></center>
-
-</body>
-</html>
+ The second form of <TT>type()</TT> sets the chart type to <TT>t</TT>.
+<CENTER><IMG src=./charts.gif width=80%></CENTER>
+</BODY></HTML> \ No newline at end of file