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

📄 timeseries.html

📁 jfreechart1。0。2的api。
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Updates (changes) the value for a time period.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_org.jfree.data.general.Series"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class org.jfree.data.general.<A HREF="../../../../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">Series</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/jfree/data/general/Series.html#addChangeListener(org.jfree.data.general.SeriesChangeListener)">addChangeListener</A>, <A HREF="../../../../org/jfree/data/general/Series.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../../../org/jfree/data/general/Series.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)">firePropertyChange</A>, <A HREF="../../../../org/jfree/data/general/Series.html#fireSeriesChanged()">fireSeriesChanged</A>, <A HREF="../../../../org/jfree/data/general/Series.html#getDescription()">getDescription</A>, <A HREF="../../../../org/jfree/data/general/Series.html#getKey()">getKey</A>, <A HREF="../../../../org/jfree/data/general/Series.html#getNotify()">getNotify</A>, <A HREF="../../../../org/jfree/data/general/Series.html#notifyListeners(org.jfree.data.general.SeriesChangeEvent)">notifyListeners</A>, <A HREF="../../../../org/jfree/data/general/Series.html#removeChangeListener(org.jfree.data.general.SeriesChangeListener)">removeChangeListener</A>, <A HREF="../../../../org/jfree/data/general/Series.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../../../org/jfree/data/general/Series.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/jfree/data/general/Series.html#setKey(java.lang.Comparable)">setKey</A>, <A HREF="../../../../org/jfree/data/general/Series.html#setNotify(boolean)">setNotify</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>finalize, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="DEFAULT_DOMAIN_DESCRIPTION"><!-- --></A><H3>DEFAULT_DOMAIN_DESCRIPTION</H3><PRE>protected static final java.lang.String <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.94"><B>DEFAULT_DOMAIN_DESCRIPTION</B></A></PRE><DL><DD>Default value for the domain description.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.data.time.TimeSeries.DEFAULT_DOMAIN_DESCRIPTION">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_RANGE_DESCRIPTION"><!-- --></A><H3>DEFAULT_RANGE_DESCRIPTION</H3><PRE>protected static final java.lang.String <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.97"><B>DEFAULT_RANGE_DESCRIPTION</B></A></PRE><DL><DD>Default value for the range description.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.data.time.TimeSeries.DEFAULT_RANGE_DESCRIPTION">Constant Field Values</A></DL></DL><HR><A NAME="timePeriodClass"><!-- --></A><H3>timePeriodClass</H3><PRE>protected java.lang.Class <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.106"><B>timePeriodClass</B></A></PRE><DL><DD>The type of period for the data.<P><DL></DL></DL><HR><A NAME="data"><!-- --></A><H3>data</H3><PRE>protected java.util.List <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.109"><B>data</B></A></PRE><DL><DD>The list of data items in the series.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="TimeSeries(java.lang.String)"><!-- --></A><H3>TimeSeries</H3><PRE>public <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.124"><B>TimeSeries</B></A>(java.lang.String&nbsp;name)</PRE><DL><DD>Creates a new (empty) time series.  By default, a daily time series is  created.  Use one of the other constructors if you require a different  time period.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - the series name (<code>null</code> not permitted).</DL></DL><HR><A NAME="TimeSeries(java.lang.String, java.lang.Class)"><!-- --></A><H3>TimeSeries</H3><PRE>public <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.137"><B>TimeSeries</B></A>(java.lang.String&nbsp;name,                  java.lang.Class&nbsp;timePeriodClass)</PRE><DL><DD>Creates a new (empty) time series with the specified name and class of <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time"><CODE>RegularTimePeriod</CODE></A>.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - the series name (<code>null</code> not permitted).<DD><CODE>timePeriodClass</CODE> - the type of time period (<code>null</code> not                          permitted).</DL></DL><HR><A NAME="TimeSeries(java.lang.String, java.lang.String, java.lang.String, java.lang.Class)"><!-- --></A><H3>TimeSeries</H3><PRE>public <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.155"><B>TimeSeries</B></A>(java.lang.String&nbsp;name,                  java.lang.String&nbsp;domain,                  java.lang.String&nbsp;range,                  java.lang.Class&nbsp;timePeriodClass)</PRE><DL><DD>Creates a new time series that contains no data. <P> Descriptions can be specified for the domain and range.  One situation where this is helpful is when generating a chart for the time series - axis labels can be taken from the domain and range description.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the series (<code>null</code> not permitted).<DD><CODE>domain</CODE> - the domain description (<code>null</code> permitted).<DD><CODE>range</CODE> - the range description (<code>null</code> permitted).<DD><CODE>timePeriodClass</CODE> - the type of time period (<code>null</code> not                          permitted).</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getDomainDescription()"><!-- --></A><H3>getDomainDescription</H3><PRE>public java.lang.String <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.173"><B>getDomainDescription</B></A>()</PRE><DL><DD>Returns the domain description.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The domain description (possibly <code>null</code>).<DT><B>See Also:</B><DD><A HREF="../../../../org/jfree/data/time/TimeSeries.html#setDomainDescription(java.lang.String)"><CODE>setDomainDescription(String)</CODE></A></DL></DD></DL><HR><A NAME="setDomainDescription(java.lang.String)"><!-- --></A><H3>setDomainDescription</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.186"><B>setDomainDescription</B></A>(java.lang.String&nbsp;description)</PRE><DL><DD>Sets the domain description and sends a <code>PropertyChangeEvent</code>  (with the property name <code>Domain</code>) to all registered property change listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>description</CODE> - the description (<code>null</code> permitted).<DT><B>See Also:</B><DD><A HREF="../../../../org/jfree/data/time/TimeSeries.html#getDomainDescription()"><CODE>getDomainDescription()</CODE></A></DL></DD></DL><HR><A NAME="getRangeDescription()"><!-- --></A><H3>getRangeDescription</H3><PRE>public java.lang.String <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.199"><B>getRangeDescription</B></A>()</PRE><DL><DD>Returns the range description.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The range description (possibly <code>null</code>).<DT><B>See Also:</B><DD><A HREF="../../../../org/jfree/data/time/TimeSeries.html#setRangeDescription(java.lang.String)"><CODE>setRangeDescription(String)</CODE></A></DL></DD></DL><HR><A NAME="setRangeDescription(java.lang.String)"><!-- --></A><H3>setRangeDescription</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.211"><B>setRangeDescription</B></A>(java.lang.String&nbsp;description)</PRE><DL><DD>Sets the range description and sends a <code>PropertyChangeEvent</code>  (with the property name <code>Range</code>) to all registered listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>description</CODE> - the description (<code>null</code> permitted).<DT><B>See Also:</B><DD><A HREF="../../../../org/jfree/data/time/TimeSeries.html#getRangeDescription()"><CODE>getRangeDescription()</CODE></A></DL></DD></DL><HR><A NAME="getItemCount()"><!-- --></A><H3>getItemCount</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.222"><B>getItemCount</B></A>()</PRE><DL><DD>Returns the number of items in the series.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The item count.</DL></DD></DL><HR><A NAME="getItems()"><!-- --></A><H3>getItems</H3><PRE>public java.util.List <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.232"><B>getItems</B></A>()</PRE><DL><DD>Returns the list of data items for the series (the list contains  <A HREF="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time"><CODE>TimeSeriesDataItem</CODE></A> objects and is unmodifiable).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The list of data items.</DL></DD></DL><HR><A NAME="getMaximumItemCount()"><!-- --></A><H3>getMaximumItemCount</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.244"><B>getMaximumItemCount</B></A>()</PRE><DL><DD>Returns the maximum number of items that will be retained in the series. The default value is <code>Integer.MAX_VALUE</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The maximum item count.<DT><B>See Also:</B><DD><A HREF="../../../../org/jfree/data/time/TimeSeries.html#setMaximumItemCount(int)"><CODE>setMaximumItemCount(int)</CODE></A></DL></DD></DL><HR><A NAME="setMaximumItemCount(int)"><!-- --></A><H3>setMaximumItemCount</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.259"><B>setMaximumItemCount</B></A>(int&nbsp;maximum)</PRE><DL><DD>Sets the maximum number of items that will be retained in the series.   If you add a new item to the series such that the number of items will 

⌨️ 快捷键说明

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