<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Tue Apr 23 14:56:31 MDT 2002 --> <TITLE> : Class HTML_graph </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="Gifpix.html"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="HTML_graph.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> Class HTML_graph</H2> <PRE> <B>HTML_graph</B> </PRE> <HR> <DL> <DT>public class <B>HTML_graph</B></DL> <P> A class to draw graphs in vertival or horizontally with a given text and value. Piotr Trawinski <hide@address.com> 2001.05.01 Modified by Clive Smart <hide@address.com> 2001.05.02 Modified by Bulent Tezcan <hide@address.com> 2001.08.27 If you make any improvements to this class please let me know so that i can put them up here. Examples included on the bottom This software is Free like Linux <P> <HR> <P> <!-- ======== INNER CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="HTML_graph.html#HTML_graph()">HTML_graph</A></B>()</CODE> <BR> Constructor of the class HTML_graph.</TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#calculate()">calculate</A></B>()</CODE> <BR> Method to calculate the colors and values and percentages.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#horizontal()">horizontal</A></B>()</CODE> <BR> Method to display the graph horizontaly.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetBackgroungImage(var)">SetBackgroungImage</A></B>(var $imagePath)</CODE> <BR> Method to set the background image for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetBgColour(var)">SetBgColour</A></B>(var $colour)</CODE> <BR> Method to set the background color for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetBorderColor(var)">SetBorderColor</A></B>(var $color)</CODE> <BR> Method to set the border color for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetBorderStyle(var)">SetBorderStyle</A></B>(var $style)</CODE> <BR> Method to set the border style for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetBorderWidth(var)">SetBorderWidth</A></B>(var $width)</CODE> <BR> Method to set the border width for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetDescriptionLink(var)">SetDescriptionLink</A></B>(var $arrayOfLinks)</CODE> <BR> Method to set the description link value.If there is a link value, users will be able to go to that link by clicking on it.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetFixedSize(var)">SetFixedSize</A></B>(var $size)</CODE> <BR> Method to set the value of fixedsize(this will effect the size of the graph).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetNumber(var)">SetNumber</A></B>(var $number)</CODE> <BR> Method to set the numbers on / off the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetNumberFont(var)">SetNumberFont</A></B>(var $font)</CODE> <BR> Method to set the number font for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetNumberFontColor(var)">SetNumberFontColor</A></B>(var $fontColor)</CODE> <BR> Method to set the number font color for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetNumberFontSize(var)">SetNumberFontSize</A></B>(var $fontSize)</CODE> <BR> Method to set the number font size for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetNumberFontWeight(var)">SetNumberFontWeight</A></B>(var $fontWeight)</CODE> <BR> Method to set the number font weight for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetNumberPrecision(var)">SetNumberPrecision</A></B>(var $size)</CODE> <BR> Method to set the number precision.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetPercentage(var)">SetPercentage</A></B>(var $percentage)</CODE> <BR> Method to set the percentage on / off graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetPercentagePrecision(var)">SetPercentagePrecision</A></B>(var $size)</CODE> <BR> Method to set the percentage precision.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetShadow(var)">SetShadow</A></B>(var $trueFalse)</CODE> <BR> Method to set a shadow for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetTextFont(var)">SetTextFont</A></B>(var $font)</CODE> <BR> Method to set the text font for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetTextFontColor(var)">SetTextFontColor</A></B>(var $fontColor)</CODE> <BR> Method to set the text font color for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetTextFontSize(var)">SetTextFontSize</A></B>(var $fontSize)</CODE> <BR> Method to set the text font size for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetTextFontWeight(var)">SetTextFontWeight</A></B>(var $fontWeight)</CODE> <BR> Method to set the text font weight for the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#SetTitle(var)">SetTitle</A></B>(var $title)</CODE> <BR> Method to set the title of the graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> unknown</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#sort()">sort</A></B>()</CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="HTML_graph.html#vertical()">vertical</A></B>()</CODE> <BR> Method to display the graph vertically.</TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="HTML_graph()"><!-- --></A><H3> HTML_graph</H3> <PRE> public <B>HTML_graph</B>()</PRE> <DL> <DD>Constructor of the class HTML_graph.</DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="calculate()"><!-- --></A><H3> calculate</H3> <PRE> public void <B>calculate</B>()</PRE> <DL> <DD>Method to calculate the colors and values and percentages.</DL> <HR> <A NAME="SetTitle(var)"><!-- --></A><H3> SetTitle</H3> <PRE> public void <B>SetTitle</B>(var $title)</PRE> <DL> <DD>Method to set the title of the graph.</DL> <HR> <A NAME="SetBackgroungImage(var)"><!-- --></A><H3> SetBackgroungImage</H3> <PRE> public void <B>SetBackgroungImage</B>(var $imagePath)</PRE> <DL> <DD>Method to set the background image for the graph.</DL> <HR> <A NAME="SetBgColour(var)"><!-- --></A><H3> SetBgColour</H3> <PRE> public void <B>SetBgColour</B>(var $colour)</PRE> <DL> <DD>Method to set the background color for the graph.</DL> <HR> <A NAME="SetPercentage(var)"><!-- --></A><H3> SetPercentage</H3> <PRE> public void <B>SetPercentage</B>(var $percentage)</PRE> <DL> <DD>Method to set the percentage on / off graph.</DL> <HR> <A NAME="SetNumber(var)"><!-- --></A><H3> SetNumber</H3> <PRE> public void <B>SetNumber</B>(var $number)</PRE> <DL> <DD>Method to set the numbers on / off the graph.</DL> <HR> <A NAME="SetTextFont(var)"><!-- --></A><H3> SetTextFont</H3> <PRE> public void <B>SetTextFont</B>(var $font)</PRE> <DL> <DD>Method to set the text font for the graph.</DL> <HR> <A NAME="SetTextFontColor(var)"><!-- --></A><H3> SetTextFontColor</H3> <PRE> public void <B>SetTextFontColor</B>(var $fontColor)</PRE> <DL> <DD>Method to set the text font color for the graph.</DL> <HR> <A NAME="SetTextFontSize(var)"><!-- --></A><H3> SetTextFontSize</H3> <PRE> public void <B>SetTextFontSize</B>(var $fontSize)</PRE> <DL> <DD>Method to set the text font size for the graph.</DL> <HR> <A NAME="SetTextFontWeight(var)"><!-- --></A><H3> SetTextFontWeight</H3> <PRE> public void <B>SetTextFontWeight</B>(var $fontWeight)</PRE> <DL> <DD>Method to set the text font weight for the graph.</DL> <HR> <A NAME="SetNumberFont(var)"><!-- --></A><H3> SetNumberFont</H3> <PRE> public void <B>SetNumberFont</B>(var $font)</PRE> <DL> <DD>Method to set the number font for the graph.</DL> <HR> <A NAME="SetNumberFontColor(var)"><!-- --></A><H3> SetNumberFontColor</H3> <PRE> public void <B>SetNumberFontColor</B>(var $fontColor)</PRE> <DL> <DD>Method to set the number font color for the graph.</DL> <HR> <A NAME="SetNumberFontSize(var)"><!-- --></A><H3> SetNumberFontSize</H3> <PRE> public void <B>SetNumberFontSize</B>(var $fontSize)</PRE> <DL> <DD>Method to set the number font size for the graph.</DL> <HR> <A NAME="SetNumberFontWeight(var)"><!-- --></A><H3> SetNumberFontWeight</H3> <PRE> public void <B>SetNumberFontWeight</B>(var $fontWeight)</PRE> <DL> <DD>Method to set the number font weight for the graph.</DL> <HR> <A NAME="SetShadow(var)"><!-- --></A><H3> SetShadow</H3> <PRE> public void <B>SetShadow</B>(var $trueFalse)</PRE> <DL> <DD>Method to set a shadow for the graph.</DL> <HR> <A NAME="SetBorderStyle(var)"><!-- --></A><H3> SetBorderStyle</H3> <PRE> public void <B>SetBorderStyle</B>(var $style)</PRE> <DL> <DD>Method to set the border style for the graph.</DL> <HR> <A NAME="SetBorderWidth(var)"><!-- --></A><H3> SetBorderWidth</H3> <PRE> public void <B>SetBorderWidth</B>(var $width)</PRE> <DL> <DD>Method to set the border width for the graph.</DL> <HR> <A NAME="SetBorderColor(var)"><!-- --></A><H3> SetBorderColor</H3> <PRE> public void <B>SetBorderColor</B>(var $color)</PRE> <DL> <DD>Method to set the border color for the graph.</DL> <HR> <A NAME="SetFixedSize(var)"><!-- --></A><H3> SetFixedSize</H3> <PRE> public void <B>SetFixedSize</B>(var $size)</PRE> <DL> <DD>Method to set the value of fixedsize(this will effect the size of the graph).</DL> <HR> <A NAME="SetPercentagePrecision(var)"><!-- --></A><H3> SetPercentagePrecision</H3> <PRE> public void <B>SetPercentagePrecision</B>(var $size)</PRE> <DL> <DD>Method to set the percentage precision.</DL> <HR> <A NAME="SetNumberPrecision(var)"><!-- --></A><H3> SetNumberPrecision</H3> <PRE> public void <B>SetNumberPrecision</B>(var $size)</PRE> <DL> <DD>Method to set the number precision.</DL> <HR> <A NAME="SetDescriptionLink(var)"><!-- --></A><H3> SetDescriptionLink</H3> <PRE> public void <B>SetDescriptionLink</B>(var $arrayOfLinks)</PRE> <DL> <DD>Method to set the description link value.If there is a link value, users will be able to go to that link by clicking on it.</DL> <HR> <A NAME="sort()"><!-- --></A><H3> sort</H3> <PRE> public unknown <B>sort</B>()</PRE> <DL> </DL> <HR> <A NAME="horizontal()"><!-- --></A><H3> horizontal</H3> <PRE> public void <B>horizontal</B>()</PRE> <DL> <DD>Method to display the graph horizontaly.</DL> <HR> <A NAME="vertical()"><!-- --></A><H3> vertical</H3> <PRE> public void <B>vertical</B>()</PRE> <DL> <DD>Method to display the graph vertically.</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="Gifpix.html"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="HTML_graph.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> </BODY> </HTML>