123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:43 CEST 2014 -->
- <title>TimeSeries (JFreeChart Class Library (version 1.0.19-fx))</title>
- <meta name="date" content="2014-07-31">
- <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
- <script type="text/javascript" src="../../../../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TimeSeries (JFreeChart Class Library (version 1.0.19-fx))";
- }
- }
- catch(err) {
- }
- //-->
- var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10};
- var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
- var altColor = "altColor";
- var rowColor = "rowColor";
- var tableTab = "tableTab";
- var activeTableTab = "activeTableTab";
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../overview-summary.html">Overview</a></li>
- <li><a href="package-summary.html">Package</a></li>
- <li class="navBarCell1Rev">Class</li>
- <li><a href="class-use/TimeSeries.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../../../../org/jfree/data/time/TimePeriodValuesCollection.html" title="class in org.jfree.data.time"><span class="typeNameLink">Prev Class</span></a></li>
- <li><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html" title="class in org.jfree.data.time"><span class="typeNameLink">Next Class</span></a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../index.html?org/jfree/data/time/TimeSeries.html" target="_top">Frames</a></li>
- <li><a href="TimeSeries.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <div>
- <ul class="subNavList">
- <li>Summary: </li>
- <li>Nested | </li>
- <li><a href="#field.summary">Field</a> | </li>
- <li><a href="#constructor.summary">Constr</a> | </li>
- <li><a href="#method.summary">Method</a></li>
- </ul>
- <ul class="subNavList">
- <li>Detail: </li>
- <li><a href="#field.detail">Field</a> | </li>
- <li><a href="#constructor.detail">Constr</a> | </li>
- <li><a href="#method.detail">Method</a></li>
- </ul>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <!-- ======== START OF CLASS DATA ======== -->
- <div class="header">
- <div class="subTitle">org.jfree.data.time</div>
- <h2 title="Class TimeSeries" class="title">Class TimeSeries</h2>
- </div>
- <div class="contentContainer">
- <ul class="inheritance">
- <li>java.lang.Object</li>
- <li>
- <ul class="inheritance">
- <li><a href="../../../../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">org.jfree.data.general.Series</a></li>
- <li>
- <ul class="inheritance">
- <li>org.jfree.data.time.TimeSeries</li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- <div class="description">
- <ul class="blockList">
- <li class="blockList">
- <dl>
- <dt>All Implemented Interfaces:</dt>
- <dd>java.io.Serializable, java.lang.Cloneable</dd>
- </dl>
- <hr>
- <br>
- <pre>public class <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.118">TimeSeries</a>
- extends <a href="../../../../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">Series</a>
- implements java.lang.Cloneable, java.io.Serializable</pre>
- <div class="block">Represents a sequence of zero or more data items in the form (period, value)
- where 'period' is some instance of a subclass of <a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time"><code>RegularTimePeriod</code></a>.
- The time series will ensure that (a) all data items have the same type of
- period (for example, <a href="../../../../org/jfree/data/time/Day.html" title="class in org.jfree.data.time"><code>Day</code></a>) and (b) that each period appears at
- most one time in the series.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../serialized-form.html#org.jfree.data.time.TimeSeries">Serialized Form</a></dd>
- </dl>
- </li>
- </ul>
- </div>
- <div class="summary">
- <ul class="blockList">
- <li class="blockList">
- <!-- =========== FIELD SUMMARY =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="field.summary">
- <!-- -->
- </a>
- <h3>Field Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
- <caption><span>Fields</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Field and Description</th>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>protected java.util.List</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#data">data</a></span></code>
- <div class="block">The list of data items in the series.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>protected static java.lang.String</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#DEFAULT_DOMAIN_DESCRIPTION">DEFAULT_DOMAIN_DESCRIPTION</a></span></code>
- <div class="block">Default value for the domain description.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>protected static java.lang.String</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#DEFAULT_RANGE_DESCRIPTION">DEFAULT_RANGE_DESCRIPTION</a></span></code>
- <div class="block">Default value for the range description.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>protected java.lang.Class</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#timePeriodClass">timePeriodClass</a></span></code>
- <div class="block">The type of period for the data.</div>
- </td>
- </tr>
- </table>
- </li>
- </ul>
- <!-- ======== CONSTRUCTOR SUMMARY ======== -->
- <ul class="blockList">
- <li class="blockList"><a name="constructor.summary">
- <!-- -->
- </a>
- <h3>Constructor Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
- <caption><span>Constructors</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tr class="altColor">
- <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#TimeSeries-java.lang.Comparable-">TimeSeries</a></span>(java.lang.Comparable name)</code>
- <div class="block">Creates a new (empty) time series.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#TimeSeries-java.lang.Comparable-java.lang.Class-">TimeSeries</a></span>(java.lang.Comparable name,
- java.lang.Class timePeriodClass)</code>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span>
- <div class="block"><span class="deprecationComment">As of 1.0.13, it is not necessary to specify the
- <code>timePeriodClass</code> as this will be inferred when the
- first data item is added to the dataset.</span></div>
- </div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#TimeSeries-java.lang.Comparable-java.lang.String-java.lang.String-">TimeSeries</a></span>(java.lang.Comparable name,
- java.lang.String domain,
- java.lang.String range)</code>
- <div class="block">Creates a new time series that contains no data.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#TimeSeries-java.lang.Comparable-java.lang.String-java.lang.String-java.lang.Class-">TimeSeries</a></span>(java.lang.Comparable name,
- java.lang.String domain,
- java.lang.String range,
- java.lang.Class timePeriodClass)</code>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span>
- <div class="block"><span class="deprecationComment">As of 1.0.13, it is not necessary to specify the
- <code>timePeriodClass</code> as this will be inferred when the
- first data item is added to the dataset.</span></div>
- </div>
- </td>
- </tr>
- </table>
- </li>
- </ul>
- <!-- ========== METHOD SUMMARY =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="method.summary">
- <!-- -->
- </a>
- <h3>Method Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
- <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tr id="i0" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#add-org.jfree.data.time.RegularTimePeriod-double-">add</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value)</code>
- <div class="block">Adds a new data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a>
- to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i1" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#add-org.jfree.data.time.RegularTimePeriod-double-boolean-">add</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value,
- boolean notify)</code>
- <div class="block">Adds a new data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a>
- to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i2" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#add-org.jfree.data.time.RegularTimePeriod-java.lang.Number-">add</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value)</code>
- <div class="block">Adds a new data item to the series and sends
- a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered
- listeners.</div>
- </td>
- </tr>
- <tr id="i3" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#add-org.jfree.data.time.RegularTimePeriod-java.lang.Number-boolean-">add</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value,
- boolean notify)</code>
- <div class="block">Adds a new data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a>
- to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i4" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#add-org.jfree.data.time.TimeSeriesDataItem-">add</a></span>(<a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> item)</code>
- <div class="block">Adds a data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to
- all registered listeners.</div>
- </td>
- </tr>
- <tr id="i5" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#add-org.jfree.data.time.TimeSeriesDataItem-boolean-">add</a></span>(<a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> item,
- boolean notify)</code>
- <div class="block">Adds a data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to
- all registered listeners.</div>
- </td>
- </tr>
- <tr id="i6" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#addAndOrUpdate-org.jfree.data.time.TimeSeries-">addAndOrUpdate</a></span>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a> series)</code>
- <div class="block">Adds or updates data from one series to another.</div>
- </td>
- </tr>
- <tr id="i7" class="rowColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#addOrUpdate-org.jfree.data.time.RegularTimePeriod-double-">addOrUpdate</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value)</code>
- <div class="block">Adds or updates an item in the times series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i8" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#addOrUpdate-org.jfree.data.time.RegularTimePeriod-java.lang.Number-">addOrUpdate</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value)</code>
- <div class="block">Adds or updates an item in the times series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i9" class="rowColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#addOrUpdate-org.jfree.data.time.TimeSeriesDataItem-">addOrUpdate</a></span>(<a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> item)</code>
- <div class="block">Adds or updates an item in the times series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i10" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#clear--">clear</a></span>()</code>
- <div class="block">Removes all data items from the series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i11" class="rowColor">
- <td class="colFirst"><code>java.lang.Object</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#clone--">clone</a></span>()</code>
- <div class="block">Returns a clone of the time series.</div>
- </td>
- </tr>
- <tr id="i12" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#createCopy-int-int-">createCopy</a></span>(int start,
- int end)</code>
- <div class="block">Creates a new timeseries by copying a subset of the data in this time
- series.</div>
- </td>
- </tr>
- <tr id="i13" class="rowColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#createCopy-org.jfree.data.time.RegularTimePeriod-org.jfree.data.time.RegularTimePeriod-">createCopy</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> start,
- <a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> end)</code>
- <div class="block">Creates a new timeseries by copying a subset of the data in this time
- series.</div>
- </td>
- </tr>
- <tr id="i14" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#delete-int-int-">delete</a></span>(int start,
- int end)</code>
- <div class="block">Deletes data from start until end index (end inclusive).</div>
- </td>
- </tr>
- <tr id="i15" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#delete-int-int-boolean-">delete</a></span>(int start,
- int end,
- boolean notify)</code>
- <div class="block">Deletes data from start until end index (end inclusive).</div>
- </td>
- </tr>
- <tr id="i16" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#delete-org.jfree.data.time.RegularTimePeriod-">delete</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</code>
- <div class="block">Deletes the data item for the given time period and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i17" class="rowColor">
- <td class="colFirst"><code>boolean</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code>
- <div class="block">Tests the series for equality with an arbitrary object.</div>
- </td>
- </tr>
- <tr id="i18" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#findValueRange--">findValueRange</a></span>()</code>
- <div class="block">Returns the range of y-values in the time series.</div>
- </td>
- </tr>
- <tr id="i19" class="rowColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#findValueRange-org.jfree.data.Range-org.jfree.data.time.TimePeriodAnchor-java.util.TimeZone-">findValueRange</a></span>(<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a> xRange,
- <a href="../../../../org/jfree/data/time/TimePeriodAnchor.html" title="class in org.jfree.data.time">TimePeriodAnchor</a> xAnchor,
- java.util.TimeZone zone)</code>
- <div class="block">Finds the range of y-values that fall within the specified range of
- x-values (where the x-values are interpreted as milliseconds since the
- epoch and converted to time periods using the specified timezone).</div>
- </td>
- </tr>
- <tr id="i20" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#findValueRange-org.jfree.data.Range-java.util.TimeZone-">findValueRange</a></span>(<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a> xRange,
- java.util.TimeZone timeZone)</code>
- <div class="block">Returns the range of y-values in the time series that fall within
- the specified range of x-values.</div>
- </td>
- </tr>
- <tr id="i21" class="rowColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getDataItem-int-">getDataItem</a></span>(int index)</code>
- <div class="block">Returns a data item from the dataset.</div>
- </td>
- </tr>
- <tr id="i22" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getDataItem-org.jfree.data.time.RegularTimePeriod-">getDataItem</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</code>
- <div class="block">Returns the data item for a specific period.</div>
- </td>
- </tr>
- <tr id="i23" class="rowColor">
- <td class="colFirst"><code>java.lang.String</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getDomainDescription--">getDomainDescription</a></span>()</code>
- <div class="block">Returns the domain description.</div>
- </td>
- </tr>
- <tr id="i24" class="altColor">
- <td class="colFirst"><code>int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getIndex-org.jfree.data.time.RegularTimePeriod-">getIndex</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</code>
- <div class="block">Returns the index for the item (if any) that corresponds to a time
- period.</div>
- </td>
- </tr>
- <tr id="i25" class="rowColor">
- <td class="colFirst"><code>int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getItemCount--">getItemCount</a></span>()</code>
- <div class="block">Returns the number of items in the series.</div>
- </td>
- </tr>
- <tr id="i26" class="altColor">
- <td class="colFirst"><code>java.util.List</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getItems--">getItems</a></span>()</code>
- <div class="block">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).</div>
- </td>
- </tr>
- <tr id="i27" class="rowColor">
- <td class="colFirst"><code>long</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getMaximumItemAge--">getMaximumItemAge</a></span>()</code>
- <div class="block">Returns the maximum item age (in time periods) for the series.</div>
- </td>
- </tr>
- <tr id="i28" class="altColor">
- <td class="colFirst"><code>int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getMaximumItemCount--">getMaximumItemCount</a></span>()</code>
- <div class="block">Returns the maximum number of items that will be retained in the series.</div>
- </td>
- </tr>
- <tr id="i29" class="rowColor">
- <td class="colFirst"><code>double</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getMaxY--">getMaxY</a></span>()</code>
- <div class="block">Returns the largest y-value in the series, ignoring any
- <code>null</code> and <code>Double.NaN</code> values.</div>
- </td>
- </tr>
- <tr id="i30" class="altColor">
- <td class="colFirst"><code>double</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getMinY--">getMinY</a></span>()</code>
- <div class="block">Returns the smallest y-value in the series, ignoring any
- <code>null</code> and <code>Double.NaN</code> values.</div>
- </td>
- </tr>
- <tr id="i31" class="rowColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getNextTimePeriod--">getNextTimePeriod</a></span>()</code>
- <div class="block">Returns a time period that would be the next in sequence on the end of
- the time series.</div>
- </td>
- </tr>
- <tr id="i32" class="altColor">
- <td class="colFirst"><code>java.lang.String</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getRangeDescription--">getRangeDescription</a></span>()</code>
- <div class="block">Returns the range description.</div>
- </td>
- </tr>
- <tr id="i33" class="rowColor">
- <td class="colFirst"><code><a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getTimePeriod-int-">getTimePeriod</a></span>(int index)</code>
- <div class="block">Returns the time period at the specified index.</div>
- </td>
- </tr>
- <tr id="i34" class="altColor">
- <td class="colFirst"><code>java.lang.Class</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getTimePeriodClass--">getTimePeriodClass</a></span>()</code>
- <div class="block">Returns the time period class for this series.</div>
- </td>
- </tr>
- <tr id="i35" class="rowColor">
- <td class="colFirst"><code>java.util.Collection</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getTimePeriods--">getTimePeriods</a></span>()</code>
- <div class="block">Returns a collection of all the time periods in the time series.</div>
- </td>
- </tr>
- <tr id="i36" class="altColor">
- <td class="colFirst"><code>java.util.Collection</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getTimePeriodsUniqueToOtherSeries-org.jfree.data.time.TimeSeries-">getTimePeriodsUniqueToOtherSeries</a></span>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a> series)</code>
- <div class="block">Returns a collection of time periods in the specified series, but not in
- this series, and therefore unique to the specified series.</div>
- </td>
- </tr>
- <tr id="i37" class="rowColor">
- <td class="colFirst"><code>java.lang.Number</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getValue-int-">getValue</a></span>(int index)</code>
- <div class="block">Returns the value at the specified index.</div>
- </td>
- </tr>
- <tr id="i38" class="altColor">
- <td class="colFirst"><code>java.lang.Number</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#getValue-org.jfree.data.time.RegularTimePeriod-">getValue</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</code>
- <div class="block">Returns the value for a time period.</div>
- </td>
- </tr>
- <tr id="i39" class="rowColor">
- <td class="colFirst"><code>int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#hashCode--">hashCode</a></span>()</code>
- <div class="block">Returns a hash code value for the object.</div>
- </td>
- </tr>
- <tr id="i40" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#removeAgedItems-boolean-">removeAgedItems</a></span>(boolean notify)</code>
- <div class="block">Age items in the series.</div>
- </td>
- </tr>
- <tr id="i41" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#removeAgedItems-long-boolean-">removeAgedItems</a></span>(long latest,
- boolean notify)</code>
- <div class="block">Age items in the series.</div>
- </td>
- </tr>
- <tr id="i42" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#setDomainDescription-java.lang.String-">setDomainDescription</a></span>(java.lang.String description)</code>
- <div class="block">Sets the domain description and sends a <code>PropertyChangeEvent</code>
- (with the property name <code>Domain</code>) to all registered
- property change listeners.</div>
- </td>
- </tr>
- <tr id="i43" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#setMaximumItemAge-long-">setMaximumItemAge</a></span>(long periods)</code>
- <div class="block">Sets the number of time units in the 'history' for the series.</div>
- </td>
- </tr>
- <tr id="i44" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#setMaximumItemCount-int-">setMaximumItemCount</a></span>(int maximum)</code>
- <div class="block">Sets the maximum number of items that will be retained in the series.</div>
- </td>
- </tr>
- <tr id="i45" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#setRangeDescription-java.lang.String-">setRangeDescription</a></span>(java.lang.String description)</code>
- <div class="block">Sets the range description and sends a <code>PropertyChangeEvent</code>
- (with the property name <code>Range</code>) to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i46" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#update-int-java.lang.Number-">update</a></span>(int index,
- java.lang.Number value)</code>
- <div class="block">Updates (changes) the value of a data item.</div>
- </td>
- </tr>
- <tr id="i47" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#update-org.jfree.data.time.RegularTimePeriod-double-">update</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value)</code>
- <div class="block">Updates (changes) the value for a time period.</div>
- </td>
- </tr>
- <tr id="i48" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeries.html#update-org.jfree.data.time.RegularTimePeriod-java.lang.Number-">update</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value)</code>
- <div class="block">Updates (changes) the value for a time period.</div>
- </td>
- </tr>
- </table>
- <ul class="blockList">
- <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.general.Series">
- <!-- -->
- </a>
- <h3>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></h3>
- <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#addVetoableChangeListener-java.beans.VetoableChangeListener-">addVetoableChangeListener</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#fireVetoableChange-java.lang.String-java.lang.Object-java.lang.Object-">fireVetoableChange</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#isEmpty--">isEmpty</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#removeVetoableChangeListener-java.beans.VetoableChangeListener-">removeVetoableChangeListener</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></li>
- </ul>
- <ul class="blockList">
- <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
- <!-- -->
- </a>
- <h3>Methods inherited from class java.lang.Object</h3>
- <code>finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div class="details">
- <ul class="blockList">
- <li class="blockList">
- <!-- ============ FIELD DETAIL =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="field.detail">
- <!-- -->
- </a>
- <h3>Field Detail</h3>
- <a name="DEFAULT_DOMAIN_DESCRIPTION">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>DEFAULT_DOMAIN_DESCRIPTION</h4>
- <pre>protected static final java.lang.String <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.124">DEFAULT_DOMAIN_DESCRIPTION</a></pre>
- <div class="block">Default value for the domain description.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.jfree.data.time.TimeSeries.DEFAULT_DOMAIN_DESCRIPTION">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="DEFAULT_RANGE_DESCRIPTION">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>DEFAULT_RANGE_DESCRIPTION</h4>
- <pre>protected static final java.lang.String <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.127">DEFAULT_RANGE_DESCRIPTION</a></pre>
- <div class="block">Default value for the range description.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.jfree.data.time.TimeSeries.DEFAULT_RANGE_DESCRIPTION">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="timePeriodClass">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>timePeriodClass</h4>
- <pre>protected java.lang.Class <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.136">timePeriodClass</a></pre>
- <div class="block">The type of period for the data.</div>
- </li>
- </ul>
- <a name="data">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>data</h4>
- <pre>protected java.util.List <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.139">data</a></pre>
- <div class="block">The list of data items in the series.</div>
- </li>
- </ul>
- </li>
- </ul>
- <!-- ========= CONSTRUCTOR DETAIL ======== -->
- <ul class="blockList">
- <li class="blockList"><a name="constructor.detail">
- <!-- -->
- </a>
- <h3>Constructor Detail</h3>
- <a name="TimeSeries-java.lang.Comparable-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>TimeSeries</h4>
- <pre>public <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.171">TimeSeries</a>(java.lang.Comparable name)</pre>
- <div class="block">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.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>name</code> - the series name (<code>null</code> not permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="TimeSeries-java.lang.Comparable-java.lang.String-java.lang.String-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>TimeSeries</h4>
- <pre>public <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.188">TimeSeries</a>(java.lang.Comparable name,
- java.lang.String domain,
- java.lang.String range)</pre>
- <div class="block">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.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>name</code> - the name of the series (<code>null</code> not permitted).</dd>
- <dd><code>domain</code> - the domain description (<code>null</code> permitted).</dd>
- <dd><code>range</code> - the range description (<code>null</code> permitted).</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.13</dd>
- </dl>
- </li>
- </ul>
- <a name="TimeSeries-java.lang.Comparable-java.lang.Class-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>TimeSeries</h4>
- <pre>public <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1398">TimeSeries</a>(java.lang.Comparable name,
- java.lang.Class timePeriodClass)</pre>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of 1.0.13, it is not necessary to specify the
- <code>timePeriodClass</code> as this will be inferred when the
- first data item is added to the dataset.</span></div>
- <div class="block">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>.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>name</code> - the series name (<code>null</code> not permitted).</dd>
- <dd><code>timePeriodClass</code> - the type of time period (<code>null</code> not
- permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="TimeSeries-java.lang.Comparable-java.lang.String-java.lang.String-java.lang.Class-">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>TimeSeries</h4>
- <pre>public <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1420">TimeSeries</a>(java.lang.Comparable name,
- java.lang.String domain,
- java.lang.String range,
- java.lang.Class timePeriodClass)</pre>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of 1.0.13, it is not necessary to specify the
- <code>timePeriodClass</code> as this will be inferred when the
- first data item is added to the dataset.</span></div>
- <div class="block">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.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>name</code> - the name of the series (<code>null</code> not permitted).</dd>
- <dd><code>domain</code> - the domain description (<code>null</code> permitted).</dd>
- <dd><code>range</code> - the range description (<code>null</code> permitted).</dd>
- <dd><code>timePeriodClass</code> - the type of time period (<code>null</code> not
- permitted).</dd>
- </dl>
- </li>
- </ul>
- </li>
- </ul>
- <!-- ============ METHOD DETAIL ========== -->
- <ul class="blockList">
- <li class="blockList"><a name="method.detail">
- <!-- -->
- </a>
- <h3>Method Detail</h3>
- <a name="getDomainDescription--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getDomainDescription</h4>
- <pre>public java.lang.String <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.207">getDomainDescription</a>()</pre>
- <div class="block">Returns the domain description.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The domain description (possibly <code>null</code>).</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#setDomainDescription-java.lang.String-"><code>setDomainDescription(String)</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="setDomainDescription-java.lang.String-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>setDomainDescription</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.220">setDomainDescription</a>(java.lang.String description)</pre>
- <div class="block">Sets the domain description and sends a <code>PropertyChangeEvent</code>
- (with the property name <code>Domain</code>) to all registered
- property change listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>description</code> - the description (<code>null</code> permitted).</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#getDomainDescription--"><code>getDomainDescription()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="getRangeDescription--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getRangeDescription</h4>
- <pre>public java.lang.String <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.233">getRangeDescription</a>()</pre>
- <div class="block">Returns the range description.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The range description (possibly <code>null</code>).</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#setRangeDescription-java.lang.String-"><code>setRangeDescription(String)</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="setRangeDescription-java.lang.String-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>setRangeDescription</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.245">setRangeDescription</a>(java.lang.String description)</pre>
- <div class="block">Sets the range description and sends a <code>PropertyChangeEvent</code>
- (with the property name <code>Range</code>) to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>description</code> - the description (<code>null</code> permitted).</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#getRangeDescription--"><code>getRangeDescription()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="getItemCount--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getItemCount</h4>
- <pre>public int <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.257">getItemCount</a>()</pre>
- <div class="block">Returns the number of items in the series.</div>
- <dl>
- <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
- <dd><code><a href="../../../../org/jfree/data/general/Series.html#getItemCount--">getItemCount</a></code> in class <code><a href="../../../../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">Series</a></code></dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The item count.</dd>
- </dl>
- </li>
- </ul>
- <a name="getItems--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getItems</h4>
- <pre>public java.util.List <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.267">getItems</a>()</pre>
- <div class="block">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).</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The list of data items.</dd>
- </dl>
- </li>
- </ul>
- <a name="getMaximumItemCount--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getMaximumItemCount</h4>
- <pre>public int <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.280">getMaximumItemCount</a>()</pre>
- <div class="block">Returns the maximum number of items that will be retained in the series.
- The default value is <code>Integer.MAX_VALUE</code>.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The maximum item count.</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#setMaximumItemCount-int-"><code>setMaximumItemCount(int)</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="setMaximumItemCount-int-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>setMaximumItemCount</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.295">setMaximumItemCount</a>(int maximum)</pre>
- <div class="block">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
- exceed the maximum item count, then the FIRST element in the series is
- automatically removed, ensuring that the maximum item count is not
- exceeded.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>maximum</code> - the maximum (requires >= 0).</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#getMaximumItemCount--"><code>getMaximumItemCount()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="getMaximumItemAge--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getMaximumItemAge</h4>
- <pre>public long <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.313">getMaximumItemAge</a>()</pre>
- <div class="block">Returns the maximum item age (in time periods) for the series.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The maximum item age.</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#setMaximumItemAge-long-"><code>setMaximumItemAge(long)</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="setMaximumItemAge-long-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>setMaximumItemAge</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.329">setMaximumItemAge</a>(long periods)</pre>
- <div class="block">Sets the number of time units in the 'history' for the series. This
- provides one mechanism for automatically dropping old data from the
- time series. For example, if a series contains daily data, you might set
- the history count to 30. Then, when you add a new data item, all data
- items more than 30 days older than the latest value are automatically
- dropped from the series.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>periods</code> - the number of time periods.</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#getMaximumItemAge--"><code>getMaximumItemAge()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="findValueRange--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>findValueRange</h4>
- <pre>public <a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.349">findValueRange</a>()</pre>
- <div class="block">Returns the range of y-values in the time series. Any <code>null</code>
- data values in the series will be ignored (except for the special case
- where all data values are <code>null</code>, in which case the return
- value is <code>Range(Double.NaN, Double.NaN)</code>). If the time
- series contains no items, this method will return <code>null</code>.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The range of y-values in the time series (possibly
- <code>null</code>).</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.18</dd>
- </dl>
- </li>
- </ul>
- <a name="findValueRange-org.jfree.data.Range-java.util.TimeZone-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>findValueRange</h4>
- <pre>public <a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.370">findValueRange</a>(<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a> xRange,
- java.util.TimeZone timeZone)</pre>
- <div class="block">Returns the range of y-values in the time series that fall within
- the specified range of x-values. This is equivalent to
- <code>findValueRange(xRange, TimePeriodAnchor.MIDDLE, timeZone)</code>.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>xRange</code> - the subrange of x-values (<code>null</code> not
- permitted).</dd>
- <dd><code>timeZone</code> - the time zone used to convert x-values to time periods
- (<code>null</code> not permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The range.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.18</dd>
- </dl>
- </li>
- </ul>
- <a name="findValueRange-org.jfree.data.Range-org.jfree.data.time.TimePeriodAnchor-java.util.TimeZone-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>findValueRange</h4>
- <pre>public <a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.389">findValueRange</a>(<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a> xRange,
- <a href="../../../../org/jfree/data/time/TimePeriodAnchor.html" title="class in org.jfree.data.time">TimePeriodAnchor</a> xAnchor,
- java.util.TimeZone zone)</pre>
- <div class="block">Finds the range of y-values that fall within the specified range of
- x-values (where the x-values are interpreted as milliseconds since the
- epoch and converted to time periods using the specified timezone).</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>xRange</code> - the subset of x-values to use (<code>null</code> not
- permitted).</dd>
- <dd><code>xAnchor</code> - the anchor point for the x-values (<code>null</code>
- not permitted).</dd>
- <dd><code>zone</code> - the time zone (<code>null</code> not permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The range of y-values.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.18</dd>
- </dl>
- </li>
- </ul>
- <a name="getMinY--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getMinY</h4>
- <pre>public double <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.436">getMinY</a>()</pre>
- <div class="block">Returns the smallest y-value in the series, ignoring any
- <code>null</code> and <code>Double.NaN</code> values. This method
- returns <code>Double.NaN</code> if there is no smallest y-value (for
- example, when the series is empty).</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The smallest y-value.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.14</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#getMaxY--"><code>getMaxY()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="getMaxY--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getMaxY</h4>
- <pre>public double <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.452">getMaxY</a>()</pre>
- <div class="block">Returns the largest y-value in the series, ignoring any
- <code>null</code> and <code>Double.NaN</code> values. This method
- returns <code>Double.NaN</code> if there is no largest y-value
- (for example, when the series is empty).</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The largest y-value.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.14</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#getMinY--"><code>getMinY()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="getTimePeriodClass--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getTimePeriodClass</h4>
- <pre>public java.lang.Class <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.466">getTimePeriodClass</a>()</pre>
- <div class="block">Returns the time period class for this series.
- <p>
- Only one time period class can be used within a single series (enforced).
- If you add a data item with a <a href="../../../../org/jfree/data/time/Year.html" title="class in org.jfree.data.time"><code>Year</code></a> for the time period, then all
- subsequent data items must also have a <a href="../../../../org/jfree/data/time/Year.html" title="class in org.jfree.data.time"><code>Year</code></a> for the time period.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The time period class (may be <code>null</code> but only for
- an empty series).</dd>
- </dl>
- </li>
- </ul>
- <a name="getDataItem-int-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getDataItem</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.479">getDataItem</a>(int index)</pre>
- <div class="block">Returns a data item from the dataset. Note that the returned object
- is a clone of the item in the series, so modifying it will have no
- effect on the data series.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>index</code> - the item index.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The data item.</dd>
- </dl>
- </li>
- </ul>
- <a name="getDataItem-org.jfree.data.time.RegularTimePeriod-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getDataItem</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.496">getDataItem</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</pre>
- <div class="block">Returns the data item for a specific period. Note that the returned
- object is a clone of the item in the series, so modifying it will have
- no effect on the data series.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the period of interest (<code>null</code> not allowed).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The data item matching the specified period (or
- <code>null</code> if there is no match).</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/data/time/TimeSeries.html#getDataItem-int-"><code>getDataItem(int)</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="getTimePeriod-int-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getTimePeriod</h4>
- <pre>public <a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.549">getTimePeriod</a>(int index)</pre>
- <div class="block">Returns the time period at the specified index.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>index</code> - the index of the data item.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The time period.</dd>
- </dl>
- </li>
- </ul>
- <a name="getNextTimePeriod--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getNextTimePeriod</h4>
- <pre>public <a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.559">getNextTimePeriod</a>()</pre>
- <div class="block">Returns a time period that would be the next in sequence on the end of
- the time series.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The next time period.</dd>
- </dl>
- </li>
- </ul>
- <a name="getTimePeriods--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getTimePeriods</h4>
- <pre>public java.util.Collection <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.569">getTimePeriods</a>()</pre>
- <div class="block">Returns a collection of all the time periods in the time series.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A collection of all the time periods.</dd>
- </dl>
- </li>
- </ul>
- <a name="getTimePeriodsUniqueToOtherSeries-org.jfree.data.time.TimeSeries-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getTimePeriodsUniqueToOtherSeries</h4>
- <pre>public java.util.Collection <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.585">getTimePeriodsUniqueToOtherSeries</a>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a> series)</pre>
- <div class="block">Returns a collection of time periods in the specified series, but not in
- this series, and therefore unique to the specified series.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>series</code> - the series to check against this one.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The unique time periods.</dd>
- </dl>
- </li>
- </ul>
- <a name="getIndex-org.jfree.data.time.RegularTimePeriod-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getIndex</h4>
- <pre>public int <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.605">getIndex</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</pre>
- <div class="block">Returns the index for the item (if any) that corresponds to a time
- period.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the time period (<code>null</code> not permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The index.</dd>
- </dl>
- </li>
- </ul>
- <a name="getValue-int-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getValue</h4>
- <pre>public java.lang.Number <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.619">getValue</a>(int index)</pre>
- <div class="block">Returns the value at the specified index.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>index</code> - index of a value.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The value (possibly <code>null</code>).</dd>
- </dl>
- </li>
- </ul>
- <a name="getValue-org.jfree.data.time.RegularTimePeriod-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getValue</h4>
- <pre>public java.lang.Number <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.631">getValue</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</pre>
- <div class="block">Returns the value for a time period. If there is no data item with the
- specified period, this method will return <code>null</code>.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - time period (<code>null</code> not permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The value (possibly <code>null</code>).</dd>
- </dl>
- </li>
- </ul>
- <a name="add-org.jfree.data.time.TimeSeriesDataItem-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>add</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.646">add</a>(<a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> item)</pre>
- <div class="block">Adds a data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to
- all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>item</code> - the (timeperiod, value) pair (<code>null</code> not
- permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="add-org.jfree.data.time.TimeSeriesDataItem-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>add</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.658">add</a>(<a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> item,
- boolean notify)</pre>
- <div class="block">Adds a data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to
- all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>item</code> - the (timeperiod, value) pair (<code>null</code> not
- permitted).</dd>
- <dd><code>notify</code> - notify listeners?</dd>
- </dl>
- </li>
- </ul>
- <a name="add-org.jfree.data.time.RegularTimePeriod-double-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>add</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.732">add</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value)</pre>
- <div class="block">Adds a new data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a>
- to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the time period (<code>null</code> not permitted).</dd>
- <dd><code>value</code> - the value.</dd>
- </dl>
- </li>
- </ul>
- <a name="add-org.jfree.data.time.RegularTimePeriod-double-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>add</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.745">add</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value,
- boolean notify)</pre>
- <div class="block">Adds a new data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a>
- to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the time period (<code>null</code> not permitted).</dd>
- <dd><code>value</code> - the value.</dd>
- <dd><code>notify</code> - notify listeners?</dd>
- </dl>
- </li>
- </ul>
- <a name="add-org.jfree.data.time.RegularTimePeriod-java.lang.Number-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>add</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.759">add</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value)</pre>
- <div class="block">Adds a new data item to the series and sends
- a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered
- listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the time period (<code>null</code> not permitted).</dd>
- <dd><code>value</code> - the value (<code>null</code> permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="add-org.jfree.data.time.RegularTimePeriod-java.lang.Number-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>add</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.772">add</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value,
- boolean notify)</pre>
- <div class="block">Adds a new data item to the series and sends a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a>
- to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the time period (<code>null</code> not permitted).</dd>
- <dd><code>value</code> - the value (<code>null</code> permitted).</dd>
- <dd><code>notify</code> - notify listeners?</dd>
- </dl>
- </li>
- </ul>
- <a name="update-org.jfree.data.time.RegularTimePeriod-double-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>update</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.787">update</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value)</pre>
- <div class="block">Updates (changes) the value for a time period. Throws a
- <a href="../../../../org/jfree/data/general/SeriesException.html" title="class in org.jfree.data.general"><code>SeriesException</code></a> if the period does not exist.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the period (<code>null</code> not permitted).</dd>
- <dd><code>value</code> - the value.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.14</dd>
- </dl>
- </li>
- </ul>
- <a name="update-org.jfree.data.time.RegularTimePeriod-java.lang.Number-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>update</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.798">update</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value)</pre>
- <div class="block">Updates (changes) the value for a time period. Throws a
- <a href="../../../../org/jfree/data/general/SeriesException.html" title="class in org.jfree.data.general"><code>SeriesException</code></a> if the period does not exist.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the period (<code>null</code> not permitted).</dd>
- <dd><code>value</code> - the value (<code>null</code> permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="update-int-java.lang.Number-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>update</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.814">update</a>(int index,
- java.lang.Number value)</pre>
- <div class="block">Updates (changes) the value of a data item.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>index</code> - the index of the data item.</dd>
- <dd><code>value</code> - the new value (<code>null</code> permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="addAndOrUpdate-org.jfree.data.time.TimeSeries-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>addAndOrUpdate</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.844">addAndOrUpdate</a>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a> series)</pre>
- <div class="block">Adds or updates data from one series to another. Returns another series
- containing the values that were overwritten.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>series</code> - the series to merge with this.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A series containing the values that were overwritten.</dd>
- </dl>
- </li>
- </ul>
- <a name="addOrUpdate-org.jfree.data.time.RegularTimePeriod-double-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>addOrUpdate</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.869">addOrUpdate</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- double value)</pre>
- <div class="block">Adds or updates an item in the times series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the time period to add/update (<code>null</code> not
- permitted).</dd>
- <dd><code>value</code> - the new value.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A copy of the overwritten data item, or <code>null</code> if no
- item was overwritten.</dd>
- </dl>
- </li>
- </ul>
- <a name="addOrUpdate-org.jfree.data.time.RegularTimePeriod-java.lang.Number-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>addOrUpdate</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.885">addOrUpdate</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period,
- java.lang.Number value)</pre>
- <div class="block">Adds or updates an item in the times series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the time period to add/update (<code>null</code> not
- permitted).</dd>
- <dd><code>value</code> - the new value (<code>null</code> permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A copy of the overwritten data item, or <code>null</code> if no
- item was overwritten.</dd>
- </dl>
- </li>
- </ul>
- <a name="addOrUpdate-org.jfree.data.time.TimeSeriesDataItem-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>addOrUpdate</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.901">addOrUpdate</a>(<a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time">TimeSeriesDataItem</a> item)</pre>
- <div class="block">Adds or updates an item in the times series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>item</code> - the data item (<code>null</code> not permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A copy of the overwritten data item, or <code>null</code> if no
- item was overwritten.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.14</dd>
- </dl>
- </li>
- </ul>
- <a name="removeAgedItems-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>removeAgedItems</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.966">removeAgedItems</a>(boolean notify)</pre>
- <div class="block">Age items in the series. Ensure that the timespan from the youngest to
- the oldest record in the series does not exceed maximumItemAge time
- periods. Oldest items will be removed if required.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>notify</code> - controls whether or not a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> is
- sent to registered listeners IF any items are removed.</dd>
- </dl>
- </li>
- </ul>
- <a name="removeAgedItems-long-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>removeAgedItems</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.996">removeAgedItems</a>(long latest,
- boolean notify)</pre>
- <div class="block">Age items in the series. Ensure that the timespan from the supplied
- time to the oldest record in the series does not exceed history count.
- oldest items will be removed if required.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>latest</code> - the time to be compared against when aging data
- (specified in milliseconds).</dd>
- <dd><code>notify</code> - controls whether or not a <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> is
- sent to registered listeners IF any items are removed.</dd>
- </dl>
- </li>
- </ul>
- <a name="clear--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>clear</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1041">clear</a>()</pre>
- <div class="block">Removes all data items from the series and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners.</div>
- </li>
- </ul>
- <a name="delete-org.jfree.data.time.RegularTimePeriod-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>delete</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1059">delete</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> period)</pre>
- <div class="block">Deletes the data item for the given time period and sends a
- <a href="../../../../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered listeners. If there is no
- item with the specified time period, this method does nothing.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>period</code> - the period of the item to delete (<code>null</code> not
- permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="delete-int-int-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>delete</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1078">delete</a>(int start,
- int end)</pre>
- <div class="block">Deletes data from start until end index (end inclusive).</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>start</code> - the index of the first period to delete.</dd>
- <dd><code>end</code> - the index of the last period to delete.</dd>
- </dl>
- </li>
- </ul>
- <a name="delete-int-int-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>delete</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1091">delete</a>(int start,
- int end,
- boolean notify)</pre>
- <div class="block">Deletes data from start until end index (end inclusive).</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>start</code> - the index of the first period to delete.</dd>
- <dd><code>end</code> - the index of the last period to delete.</dd>
- <dd><code>notify</code> - notify listeners?</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.14</dd>
- </dl>
- </li>
- </ul>
- <a name="clone--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>clone</h4>
- <pre>public java.lang.Object <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1123">clone</a>()
- throws java.lang.CloneNotSupportedException</pre>
- <div class="block">Returns a clone of the time series.
- <P>
- Notes:
- <ul>
- <li>no need to clone the domain and range descriptions, since String
- object is immutable;</li>
- <li>we pass over to the more general method clone(start, end).</li>
- </ul></div>
- <dl>
- <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
- <dd><code><a href="../../../../org/jfree/data/general/Series.html#clone--">clone</a></code> in class <code><a href="../../../../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">Series</a></code></dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A clone of the time series.</dd>
- <dt><span class="throwsLabel">Throws:</span></dt>
- <dd><code>java.lang.CloneNotSupportedException</code> - not thrown by this class, but
- subclasses may differ.</dd>
- </dl>
- </li>
- </ul>
- <a name="createCopy-int-int-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>createCopy</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1141">createCopy</a>(int start,
- int end)
- throws java.lang.CloneNotSupportedException</pre>
- <div class="block">Creates a new timeseries by copying a subset of the data in this time
- series.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>start</code> - the index of the first time period to copy.</dd>
- <dd><code>end</code> - the index of the last time period to copy.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A series containing a copy of this times series from start until
- end.</dd>
- <dt><span class="throwsLabel">Throws:</span></dt>
- <dd><code>java.lang.CloneNotSupportedException</code> - if there is a cloning problem.</dd>
- </dl>
- </li>
- </ul>
- <a name="createCopy-org.jfree.data.time.RegularTimePeriod-org.jfree.data.time.RegularTimePeriod-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>createCopy</h4>
- <pre>public <a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a> <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1183">createCopy</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> start,
- <a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a> end)
- throws java.lang.CloneNotSupportedException</pre>
- <div class="block">Creates a new timeseries by copying a subset of the data in this time
- series.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>start</code> - the first time period to copy (<code>null</code> not
- permitted).</dd>
- <dd><code>end</code> - the last time period to copy (<code>null</code> not
- permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A time series containing a copy of this time series from start
- until end.</dd>
- <dt><span class="throwsLabel">Throws:</span></dt>
- <dd><code>java.lang.CloneNotSupportedException</code> - if there is a cloning problem.</dd>
- </dl>
- </li>
- </ul>
- <a name="equals-java.lang.Object-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>equals</h4>
- <pre>public boolean <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1224">equals</a>(java.lang.Object obj)</pre>
- <div class="block">Tests the series for equality with an arbitrary object.</div>
- <dl>
- <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
- <dd><code><a href="../../../../org/jfree/data/general/Series.html#equals-java.lang.Object-">equals</a></code> in class <code><a href="../../../../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">Series</a></code></dd>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>obj</code> - the object to test against (<code>null</code> permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A boolean.</dd>
- </dl>
- </li>
- </ul>
- <a name="hashCode--">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>hashCode</h4>
- <pre>public int <a href="../../../../src-html/org/jfree/data/time/TimeSeries.html#line.1266">hashCode</a>()</pre>
- <div class="block">Returns a hash code value for the object.</div>
- <dl>
- <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
- <dd><code><a href="../../../../org/jfree/data/general/Series.html#hashCode--">hashCode</a></code> in class <code><a href="../../../../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">Series</a></code></dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The hashcode</dd>
- </dl>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- <!-- ========= END OF CLASS DATA ========= -->
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../overview-summary.html">Overview</a></li>
- <li><a href="package-summary.html">Package</a></li>
- <li class="navBarCell1Rev">Class</li>
- <li><a href="class-use/TimeSeries.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../../../../org/jfree/data/time/TimePeriodValuesCollection.html" title="class in org.jfree.data.time"><span class="typeNameLink">Prev Class</span></a></li>
- <li><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html" title="class in org.jfree.data.time"><span class="typeNameLink">Next Class</span></a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../index.html?org/jfree/data/time/TimeSeries.html" target="_top">Frames</a></li>
- <li><a href="TimeSeries.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <div>
- <ul class="subNavList">
- <li>Summary: </li>
- <li>Nested | </li>
- <li><a href="#field.summary">Field</a> | </li>
- <li><a href="#constructor.summary">Constr</a> | </li>
- <li><a href="#method.summary">Method</a></li>
- </ul>
- <ul class="subNavList">
- <li>Detail: </li>
- <li><a href="#field.detail">Field</a> | </li>
- <li><a href="#constructor.detail">Constr</a> | </li>
- <li><a href="#method.detail">Method</a></li>
- </ul>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|