📄 timeseries.html
字号:
<TD><CODE><B>TimeSeriesCollection.</B><B><A HREF="../../../../../org/jfree/data/time/TimeSeriesCollection.html#getSeries(java.lang.String)">getSeries</A></B>(java.lang.String key)</CODE><BR> Returns the series with the specified key, or <code>null</code> if there is no such series.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/jfree/data/time/package-summary.html">org.jfree.data.time</A> with parameters of type <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A></CODE></FONT></TD><TD><CODE><B>TimeSeries.</B><B><A HREF="../../../../../org/jfree/data/time/TimeSeries.html#addAndOrUpdate(org.jfree.data.time.TimeSeries)">addAndOrUpdate</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series)</CODE><BR> Adds or updates data from one series to another.</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>TimeSeriesCollection.</B><B><A HREF="../../../../../org/jfree/data/time/TimeSeriesCollection.html#addSeries(org.jfree.data.time.TimeSeries)">addSeries</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series)</CODE><BR> Adds a series to the collection and sends a <A HREF="../../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><CODE>DatasetChangeEvent</CODE></A> to all registered listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A></CODE></FONT></TD><TD><CODE><B>MovingAverage.</B><B><A HREF="../../../../../org/jfree/data/time/MovingAverage.html#createMovingAverage(org.jfree.data.time.TimeSeries, java.lang.String, int, int)">createMovingAverage</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> source, java.lang.String name, int periodCount, int skip)</CODE><BR> Creates a new <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time"><CODE>TimeSeries</CODE></A> containing moving average values for the given series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A></CODE></FONT></TD><TD><CODE><B>MovingAverage.</B><B><A HREF="../../../../../org/jfree/data/time/MovingAverage.html#createPointMovingAverage(org.jfree.data.time.TimeSeries, java.lang.String, int)">createPointMovingAverage</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> source, java.lang.String name, int pointCount)</CODE><BR> Creates a new <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time"><CODE>TimeSeries</CODE></A> containing moving average values for the given series, calculated by number of points (irrespective of the 'age' of those points).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.Collection</CODE></FONT></TD><TD><CODE><B>TimeSeries.</B><B><A HREF="../../../../../org/jfree/data/time/TimeSeries.html#getTimePeriodsUniqueToOtherSeries(org.jfree.data.time.TimeSeries)">getTimePeriodsUniqueToOtherSeries</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series)</CODE><BR> Returns a collection of time periods in the specified series, but not in this series, and therefore unique to the specified series.</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>TimeSeriesCollection.</B><B><A HREF="../../../../../org/jfree/data/time/TimeSeriesCollection.html#removeSeries(org.jfree.data.time.TimeSeries)">removeSeries</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series)</CODE><BR> Removes the specified series from the collection and sends a <A HREF="../../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><CODE>DatasetChangeEvent</CODE></A> to all registered listeners.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/jfree/data/time/package-summary.html">org.jfree.data.time</A> with parameters of type <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/jfree/data/time/TimeSeriesCollection.html#TimeSeriesCollection(org.jfree.data.time.TimeSeries)">TimeSeriesCollection</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series)</CODE><BR> Constructs a dataset containing a single series (more can be added), tied to the default timezone.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/jfree/data/time/TimeSeriesCollection.html#TimeSeriesCollection(org.jfree.data.time.TimeSeries, java.util.TimeZone)">TimeSeriesCollection</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series, java.util.TimeZone zone)</CODE><BR> Constructs a dataset containing a single series (more can be added), tied to a specific timezone.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/jfree/data/time/TimeSeriesTableModel.html#TimeSeriesTableModel(org.jfree.data.time.TimeSeries)">TimeSeriesTableModel</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series)</CODE><BR> Constructs a table model for a time series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/jfree/data/time/TimeSeriesTableModel.html#TimeSeriesTableModel(org.jfree.data.time.TimeSeries, boolean)">TimeSeriesTableModel</A></B>(<A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</A> series, boolean editable)</CODE><BR> Creates a table model based on a time series.</TD></TR></TABLE> <P><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-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-files/index-1.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"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/jfree/data/time//class-useTimeSeries.html" target="_top"><B>FRAMES</B></A> <A HREF="TimeSeries.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -