dynamictimeseriescollection.html
来自「JFreeChart的帮助文档」· HTML 代码 · 共 1,446 行 · 第 1/4 页
HTML
1,446 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Sep 11 11:26:55 BST 2003 --><TITLE>DynamicTimeSeriesCollection (JFreeChart Class Library (version 0.9.12))</TITLE><META NAME="keywords" CONTENT="org.jfree.data.time.DynamicTimeSeriesCollection,DynamicTimeSeriesCollection class"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"></HEAD><SCRIPT>function asd(){parent.document.title="DynamicTimeSeriesCollection (JFreeChart Class Library (version 0.9.12))";}</SCRIPT><BODY BGCOLOR="white" onload="asd();"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</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-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="../../../../org/jfree/data/time/Day.html"><B>PREV CLASS</B></A> <A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.ValueSequence.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="DynamicTimeSeriesCollection.html" TARGET="_top"><B>NO FRAMES</B></A> <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <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><FONT SIZE="-1">org.jfree.data.time</FONT><BR>Class DynamicTimeSeriesCollection</H2><PRE>java.lang.Object | +--<A HREF="../../../../org/jfree/data/AbstractDataset.html">org.jfree.data.AbstractDataset</A> | +--<A HREF="../../../../org/jfree/data/AbstractSeriesDataset.html">org.jfree.data.AbstractSeriesDataset</A> | +--<B>org.jfree.data.time.DynamicTimeSeriesCollection</B></PRE><DL><DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable, <A HREF="../../../../org/jfree/data/Dataset.html">Dataset</A>, <A HREF="../../../../org/jfree/data/DomainInfo.html">DomainInfo</A>, java.util.EventListener, <A HREF="../../../../org/jfree/data/IntervalXYDataset.html">IntervalXYDataset</A>, java.io.ObjectInputValidation, <A HREF="../../../../org/jfree/data/RangeInfo.html">RangeInfo</A>, java.io.Serializable, <A HREF="../../../../org/jfree/data/SeriesChangeListener.html">SeriesChangeListener</A>, <A HREF="../../../../org/jfree/data/SeriesDataset.html">SeriesDataset</A>, <A HREF="../../../../org/jfree/data/XYDataset.html">XYDataset</A></DD></DL><HR><DL><DT>public class <B>DynamicTimeSeriesCollection</B><DT>extends <A HREF="../../../../org/jfree/data/AbstractSeriesDataset.html">AbstractSeriesDataset</A><DT>implements <A HREF="../../../../org/jfree/data/IntervalXYDataset.html">IntervalXYDataset</A>, <A HREF="../../../../org/jfree/data/DomainInfo.html">DomainInfo</A>, <A HREF="../../../../org/jfree/data/RangeInfo.html">RangeInfo</A></DL><P>A dynamic dataset. <p> Like FastTimeSeriesCollection, this class is a functional replacement for JFreeChart's TimeSeriesCollection _and_ TimeSeries classes. FastTimeSeriesCollection is appropriate for a fixed time range; for real-time applications this subclass adds the ability to append new data and discard the oldest. In this class, the arrays used in FastTimeSeriesCollection become FIFO's. NOTE:As presented here, all data is assumed >= 0, an assumption which is embodied only in methods associated with interface RangeInfo.<P><P><DL><DT><B>Author:</B></DT> <DD>Irv Thomae.</DD><DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html" TARGET="org.jfree.data.time.DynamicTimeSeriesCollection">Serialized Form</A></DL><HR><P><!-- ======== NESTED CLASS SUMMARY ======== --><A NAME="nested_class_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Nested Class Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.ValueSequence.html">DynamicTimeSeriesCollection.ValueSequence</A></B></CODE><BR> A wrapper for a fixed array of float values.</TD></TR></TABLE> <!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#END">END</A></B></CODE><BR> Useful constant for controlling the x-value returned for a time period.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#historyCount">historyCount</A></B></CODE><BR> The history count.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#MIDDLE">MIDDLE</A></B></CODE><BR> Useful constant for controlling the x-value returned for a time period.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#pointsInTime">pointsInTime</A></B></CODE><BR> Storage for the x-values.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#START">START</A></B></CODE><BR> Useful constant for controlling the x-value returned for a time period.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.ValueSequence.html">DynamicTimeSeriesCollection.ValueSequence</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#valueHistory">valueHistory</A></B></CODE><BR> An array for storing the objects that represent each series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected java.util.Calendar</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#workingCalendar">workingCalendar</A></B></CODE><BR> A working calendar (to recycle)</TD></TR></TABLE> <!-- ======== 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="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#DynamicTimeSeriesCollection(int, int)">DynamicTimeSeriesCollection</A></B>(int nSeries, int nMoments)</CODE><BR> Constructs a dataset with capacity for N series, tied to default timezone.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#DynamicTimeSeriesCollection(int, int, org.jfree.data.time.RegularTimePeriod)">DynamicTimeSeriesCollection</A></B>(int nSeries, int nMoments, <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A> timeSample)</CODE><BR> Creates a new dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#DynamicTimeSeriesCollection(int, int, org.jfree.data.time.RegularTimePeriod, java.util.TimeZone)">DynamicTimeSeriesCollection</A></B>(int nSeries, int nMoments, <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A> timeSample, java.util.TimeZone zone)</CODE><BR> Creates a new dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#DynamicTimeSeriesCollection(int, int, java.util.TimeZone)">DynamicTimeSeriesCollection</A></B>(int nSeries, int nMoments, java.util.TimeZone zone)</CODE><BR> Constructs an empty dataset, tied to a specific timezone.</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="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#addSeries(float[], int, java.lang.String)">addSeries</A></B>(float[] values, int seriesNumber, java.lang.String seriesName)</CODE><BR> Adds a series to the dataset.</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="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#addValue(int, int, float)">addValue</A></B>(int seriesNumber, int index, float value)</CODE><BR> Adds a value to a series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#advanceTime()">advanceTime</A></B>()</CODE><BR> Adjust the array offset as needed when a new time-period is added: Increments the indices "oldestAt" and "newestAt", mod(array length), zeroes the series values at newestAt, returns the new TimePeriod.</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="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#appendData(float[])">appendData</A></B>(float[] newData)</CODE><BR> Appends new data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#findDomainLimits()">findDomainLimits</A></B>()</CODE><BR> Finds the domain limits.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected float</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#findMaxValue()">findMaxValue</A></B>()</CODE><BR> Returns the maximum value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#fireSeriesChanged()">fireSeriesChanged</A></B>()</CODE><BR> Sends a <A HREF="../../../../org/jfree/data/SeriesChangeEvent.html"><CODE>SeriesChangeEvent</CODE></A> to all registered listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/jfree/data/Range.html">Range</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#getDomainRange()">getDomainRange</A></B>()</CODE><BR> Returns the range of values for the domain.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#getEndXValue(int, int)">getEndXValue</A></B>(int series, int item)</CODE><BR> Returns the end x-value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#getEndYValue(int, int)">getEndYValue</A></B>(int series, int item)</CODE><BR> Returns the end y-value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#getItemCount(int)">getItemCount</A></B>(int series)</CODE><BR> Returns the number of items in a series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#getMaximumDomainValue()">getMaximumDomainValue</A></B>()</CODE><BR> Returns the maximum value in the dataset (or null if all the values in the domain are null).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html#getMaximumRangeValue()">getMaximumRangeValue</A></B>()</CODE><BR> Returns the maximum range value.</TD></TR>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?