⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timelinechartapplet.html

📁 java图形报表制作
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!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 Wed Jun 18 16:34:01 CEST 2003 -->
<TITLE>
: Class  TimeLineChartApplet
</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"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/objectplanet/chart/PieChartApplet.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="TimeLineChartApplet.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;<A HREF="#inner_classes_inherited_from_class_java.applet.Applet">INNER</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_com.objectplanet.chart.LineChartApplet">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.objectplanet.chart.ext</FONT>
<BR>
Class  TimeLineChartApplet</H2>
<PRE>
java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--java.applet.Applet
                          |
                          +--<A HREF="../../../../com/objectplanet/chart/ChartApplet.html">com.objectplanet.chart.ChartApplet</A>
                                |
                                +--<A HREF="../../../../com/objectplanet/chart/LineChartApplet.html">com.objectplanet.chart.LineChartApplet</A>
                                      |
                                      +--<B>com.objectplanet.chart.ext.TimeLineChartApplet</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.event.ItemListener, java.awt.MenuContainer, java.io.Serializable</DD>
</DL>
<HR>
<DL>
<DT>public class <B>TimeLineChartApplet</B><DT>extends <A HREF="../../../../com/objectplanet/chart/LineChartApplet.html">LineChartApplet</A></DL>

<P>
<font face="verdana, arial" size=-1">  The TimeLineChartApplet adds time line chart specific properties to the LineChartApplet. <p> See the <a href="../../../../../doc/linechart.html">LineChartApplet</a> for other parameters. <p> Parameters: <ul> <li>timePlots_N     <ul>     <li>The x|y plots, where x is a datetime string, y is the value,         and N is the data series index. The x and y values must be          delimited by |, and the datetime string must be in the format          specified by timeFormatInput.     </ul> <p> <li>timeLabels     <ul>     <li>Adds time labels at the plot points indicated by the time labels.     </ul> <p> <li>autoTimeLabelsOn     <ul>     <li>If you turn this on, labels will automatically be added to the         x-axis at each plot point.     </ul> <p> <li>timeFormatInput     <ul>     <li>The format of the input date time parameters. <a href="http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html">See here for format documentation</a>.     </ul> <p> <li>timeFormatInputLocale     <ul>     <li>The locale of the input date time parameters (example, en,us) <a href="http://java.sun.com/j2se/1.3/docs/api/java/util/Locale.html">See here for locale codes</a>.     </ul> <p> <li>timeFormatOutput     <ul>     <li>The display format of the time labels.     </ul> <p> <li>lowerTime     <ul>     <li>The start time of the time axis. The time string must be         in the format specified in the timeFormatInput parameter.     </ul> <p> <li>upperTime     <ul>     <li>The end time of the time axis. The time string must be         in the format specified in the timeFormatInput parameter.     </ul> <p> <li>timeScale     <ul>     <li>The scaling of the time axis in number of seconds. The default value         is 1 which means that each step on the x-axis is one second. If you         set the timeScale to 60 each step on the axis will be one minute.         If you set the timeScale to 3600, each step will be one hour, and so on.     </ul> </ul>  <p> <a href="../../../../../examples/time_line_chart.html">Here is an example</a> <p> &lt;applet code=com.objectplanet.chart.ext.TimeLineChartApplet<br> &nbsp;&nbsp;archive=chart.ext.jar width=500 height=350&gt;<br> &lt;param name=chartTitle value="Time Line Chart"&gt;<br> &lt;param name=timePlots_0 value="01/01/2002|1234, 02/01/2002|1414, 03/01/2002|1655, 04/01/2002|1361, 05/01/2002|1663, 06/01/2002|1598, 07/01/2002|1099, 08/01/2002|1136, 09/01/2002|1135, 10/01/2002|2510, 11/01/2002|4833, 12/01/2002|5905"&gt;<br> &lt;param name=timeFormatInput value="MM/dd/yyyy"&gt;<br> &lt;param name=timeFormatInputLocale value="en,us"&gt;<br> &lt;param name=timeFormatOut value="MMM yyyy"&gt;<br> &lt;param name=lowerTime value="01/01/2002"&gt;<br> &lt;param name=upperTime value="12/01/2002"&gt;<br> &lt;param name=timeScale value=86400&gt;<br> &lt;param name=autoTimeLabelsOn value=true&gt;<br> &lt;param name=sampleLabelAngle value=270&gt;<br> &lt;param name=valueLabelsOn value="true"&gt;<br> &lt;param name=valueLinesOn value=true&gt;<br> &lt;param name=sampleHighlightOn value=true&gt;<br> &lt;param name=sampleHighlightStyle value="circle_opaque"&gt;<br> &lt;param name=defaultGridLinesOn value=true&gt;<br> &lt;param name=rangeAdjusterOn value=true&gt;<br> &lt;param name=sampleScrollerOn value=true&gt;<br> &lt;param name=rangeStep value=1000&gt;<br> &lt;/applet&gt;<br> &lt;/pre&gt;<br>  </font>
<P>
<DL>
<DT><B>Author: </B><DD>Bjorn J. Kvande.</DD>
<DT><B>See Also: </B><DD><A HREF="../../../../serialized-form.html#com.objectplanet.chart.ext.TimeLineChartApplet">Serialized Form</A></DL>
<HR>

<P>
<!-- ======== INNER CLASS SUMMARY ======== -->

<A NAME="inner_classes_inherited_from_class_java.applet.Applet"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Inner classes inherited from class java.applet.Applet</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>java.applet.Applet.AccessibleApplet</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="inner_classes_inherited_from_class_java.awt.Panel"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Inner classes inherited from class java.awt.Panel</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>java.awt.Panel.AccessibleAWTPanel</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="inner_classes_inherited_from_class_java.awt.Container"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Inner classes inherited from class java.awt.Container</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="inner_classes_inherited_from_class_java.awt.Component"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Inner classes inherited from class java.awt.Component</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>java.awt.Component.AccessibleAWTComponent</CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="fields_inherited_from_class_com.objectplanet.chart.LineChartApplet"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class com.objectplanet.chart.<A HREF="../../../../com/objectplanet/chart/LineChartApplet.html">LineChartApplet</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/objectplanet/chart/LineChartApplet.html#chart">chart</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_com.objectplanet.chart.ChartApplet"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class com.objectplanet.chart.<A HREF="../../../../com/objectplanet/chart/ChartApplet.html">ChartApplet</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/objectplanet/chart/ChartApplet.html#labelDelimiter">labelDelimiter</A>, <A HREF="../../../../com/objectplanet/chart/ChartApplet.html#sampleCountRead">sampleCountRead</A>, <A HREF="../../../../com/objectplanet/chart/ChartApplet.html#seriesCountRead">seriesCountRead</A>, <A HREF="../../../../com/objectplanet/chart/ChartApplet.html#theChart">theChart</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class java.awt.Component</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from interface java.awt.image.ImageObserver</B></TD>
</TR>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -