TimeSeriesCollection.html 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:43 CEST 2014 -->
  6. <title>TimeSeriesCollection (JFreeChart Class Library (version 1.0.19-fx))</title>
  7. <meta name="date" content="2014-07-31">
  8. <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="TimeSeriesCollection (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":42,"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":42,"i34":10,"i35":10};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div class="topNav"><a name="navbar.top">
  33. <!-- -->
  34. </a>
  35. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  36. <a name="navbar.top.firstrow">
  37. <!-- -->
  38. </a>
  39. <ul class="navList" title="Navigation">
  40. <li><a href="../../../../overview-summary.html">Overview</a></li>
  41. <li><a href="package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="class-use/TimeSeriesCollection.html">Use</a></li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  46. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  47. <li><a href="../../../../help-doc.html">Help</a></li>
  48. </ul>
  49. </div>
  50. <div class="subNav">
  51. <ul class="navList">
  52. <li><a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li><a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/jfree/data/time/TimeSeriesCollection.html" target="_top">Frames</a></li>
  57. <li><a href="TimeSeriesCollection.html" target="_top">No&nbsp;Frames</a></li>
  58. </ul>
  59. <ul class="navList" id="allclasses_navbar_top">
  60. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  61. </ul>
  62. <div>
  63. <script type="text/javascript"><!--
  64. allClassesLink = document.getElementById("allclasses_navbar_top");
  65. if(window==top) {
  66. allClassesLink.style.display = "block";
  67. }
  68. else {
  69. allClassesLink.style.display = "none";
  70. }
  71. //-->
  72. </script>
  73. </div>
  74. <div>
  75. <ul class="subNavList">
  76. <li>Summary:&nbsp;</li>
  77. <li>Nested&nbsp;|&nbsp;</li>
  78. <li>Field&nbsp;|&nbsp;</li>
  79. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  80. <li><a href="#method.summary">Method</a></li>
  81. </ul>
  82. <ul class="subNavList">
  83. <li>Detail:&nbsp;</li>
  84. <li>Field&nbsp;|&nbsp;</li>
  85. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  86. <li><a href="#method.detail">Method</a></li>
  87. </ul>
  88. </div>
  89. <a name="skip.navbar.top">
  90. <!-- -->
  91. </a></div>
  92. <!-- ========= END OF TOP NAVBAR ========= -->
  93. <!-- ======== START OF CLASS DATA ======== -->
  94. <div class="header">
  95. <div class="subTitle">org.jfree.data.time</div>
  96. <h2 title="Class TimeSeriesCollection" class="title">Class TimeSeriesCollection</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <ul class="inheritance">
  100. <li>java.lang.Object</li>
  101. <li>
  102. <ul class="inheritance">
  103. <li><a href="../../../../org/jfree/data/general/AbstractDataset.html" title="class in org.jfree.data.general">org.jfree.data.general.AbstractDataset</a></li>
  104. <li>
  105. <ul class="inheritance">
  106. <li><a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">org.jfree.data.general.AbstractSeriesDataset</a></li>
  107. <li>
  108. <ul class="inheritance">
  109. <li><a href="../../../../org/jfree/data/xy/AbstractXYDataset.html" title="class in org.jfree.data.xy">org.jfree.data.xy.AbstractXYDataset</a></li>
  110. <li>
  111. <ul class="inheritance">
  112. <li><a href="../../../../org/jfree/data/xy/AbstractIntervalXYDataset.html" title="class in org.jfree.data.xy">org.jfree.data.xy.AbstractIntervalXYDataset</a></li>
  113. <li>
  114. <ul class="inheritance">
  115. <li>org.jfree.data.time.TimeSeriesCollection</li>
  116. </ul>
  117. </li>
  118. </ul>
  119. </li>
  120. </ul>
  121. </li>
  122. </ul>
  123. </li>
  124. </ul>
  125. </li>
  126. </ul>
  127. <div class="description">
  128. <ul class="blockList">
  129. <li class="blockList">
  130. <dl>
  131. <dt>All Implemented Interfaces:</dt>
  132. <dd>java.beans.VetoableChangeListener, java.io.ObjectInputValidation, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, <a href="../../../../org/jfree/data/DomainInfo.html" title="interface in org.jfree.data">DomainInfo</a>, <a href="../../../../org/jfree/data/general/Dataset.html" title="interface in org.jfree.data.general">Dataset</a>, <a href="../../../../org/jfree/data/general/SeriesChangeListener.html" title="interface in org.jfree.data.general">SeriesChangeListener</a>, <a href="../../../../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general">SeriesDataset</a>, <a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy">IntervalXYDataset</a>, <a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a>, <a href="../../../../org/jfree/data/xy/XYDomainInfo.html" title="interface in org.jfree.data.xy">XYDomainInfo</a>, <a href="../../../../org/jfree/data/xy/XYRangeInfo.html" title="interface in org.jfree.data.xy">XYRangeInfo</a></dd>
  133. </dl>
  134. <hr>
  135. <br>
  136. <pre>public class <a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.121">TimeSeriesCollection</a>
  137. extends <a href="../../../../org/jfree/data/xy/AbstractIntervalXYDataset.html" title="class in org.jfree.data.xy">AbstractIntervalXYDataset</a>
  138. implements <a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a>, <a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy">IntervalXYDataset</a>, <a href="../../../../org/jfree/data/DomainInfo.html" title="interface in org.jfree.data">DomainInfo</a>, <a href="../../../../org/jfree/data/xy/XYDomainInfo.html" title="interface in org.jfree.data.xy">XYDomainInfo</a>, <a href="../../../../org/jfree/data/xy/XYRangeInfo.html" title="interface in org.jfree.data.xy">XYRangeInfo</a>, java.beans.VetoableChangeListener, java.io.Serializable</pre>
  139. <div class="block">A collection of time series objects. This class implements the
  140. <a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a> interface, as well as the extended
  141. <a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy"><code>IntervalXYDataset</code></a> interface. This makes it a convenient dataset for
  142. use with the <a href="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a> class.</div>
  143. <dl>
  144. <dt><span class="seeLabel">See Also:</span></dt>
  145. <dd><a href="../../../../serialized-form.html#org.jfree.data.time.TimeSeriesCollection">Serialized Form</a></dd>
  146. </dl>
  147. </li>
  148. </ul>
  149. </div>
  150. <div class="summary">
  151. <ul class="blockList">
  152. <li class="blockList">
  153. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  154. <ul class="blockList">
  155. <li class="blockList"><a name="constructor.summary">
  156. <!-- -->
  157. </a>
  158. <h3>Constructor Summary</h3>
  159. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  160. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  161. <tr>
  162. <th class="colOne" scope="col">Constructor and Description</th>
  163. </tr>
  164. <tr class="altColor">
  165. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#TimeSeriesCollection--">TimeSeriesCollection</a></span>()</code>
  166. <div class="block">Constructs an empty dataset, tied to the default timezone.</div>
  167. </td>
  168. </tr>
  169. <tr class="rowColor">
  170. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#TimeSeriesCollection-org.jfree.data.time.TimeSeries-">TimeSeriesCollection</a></span>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</code>
  171. <div class="block">Constructs a dataset containing a single series (more can be added),
  172. tied to the default timezone.</div>
  173. </td>
  174. </tr>
  175. <tr class="altColor">
  176. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#TimeSeriesCollection-org.jfree.data.time.TimeSeries-java.util.TimeZone-">TimeSeriesCollection</a></span>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series,
  177. java.util.TimeZone&nbsp;zone)</code>
  178. <div class="block">Constructs a dataset containing a single series (more can be added),
  179. tied to a specific timezone.</div>
  180. </td>
  181. </tr>
  182. <tr class="rowColor">
  183. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#TimeSeriesCollection-java.util.TimeZone-">TimeSeriesCollection</a></span>(java.util.TimeZone&nbsp;zone)</code>
  184. <div class="block">Constructs an empty dataset, tied to a specific timezone.</div>
  185. </td>
  186. </tr>
  187. </table>
  188. </li>
  189. </ul>
  190. <!-- ========== METHOD SUMMARY =========== -->
  191. <ul class="blockList">
  192. <li class="blockList"><a name="method.summary">
  193. <!-- -->
  194. </a>
  195. <h3>Method Summary</h3>
  196. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  197. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  198. <tr>
  199. <th class="colFirst" scope="col">Modifier and Type</th>
  200. <th class="colLast" scope="col">Method and Description</th>
  201. </tr>
  202. <tr id="i0" class="altColor">
  203. <td class="colFirst"><code>void</code></td>
  204. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#addSeries-org.jfree.data.time.TimeSeries-">addSeries</a></span>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</code>
  205. <div class="block">Adds a series to the collection and sends a <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> to
  206. all registered listeners.</div>
  207. </td>
  208. </tr>
  209. <tr id="i1" class="rowColor">
  210. <td class="colFirst"><code>java.lang.Object</code></td>
  211. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#clone--">clone</a></span>()</code>
  212. <div class="block">Returns a clone of this time series collection.</div>
  213. </td>
  214. </tr>
  215. <tr id="i2" class="altColor">
  216. <td class="colFirst"><code>boolean</code></td>
  217. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>
  218. <div class="block">Tests this time series collection for equality with another object.</div>
  219. </td>
  220. </tr>
  221. <tr id="i3" class="rowColor">
  222. <td class="colFirst"><code><a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></code></td>
  223. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainBounds-boolean-">getDomainBounds</a></span>(boolean&nbsp;includeInterval)</code>
  224. <div class="block">Returns the range of the values in this dataset's domain.</div>
  225. </td>
  226. </tr>
  227. <tr id="i4" class="altColor">
  228. <td class="colFirst"><code><a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></code></td>
  229. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainBounds-java.util.List-boolean-">getDomainBounds</a></span>(java.util.List&nbsp;visibleSeriesKeys,
  230. boolean&nbsp;includeInterval)</code>
  231. <div class="block">Returns the bounds of the domain values for the specified series.</div>
  232. </td>
  233. </tr>
  234. <tr id="i5" class="rowColor">
  235. <td class="colFirst"><code>boolean</code></td>
  236. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainIsPointsInTime--">getDomainIsPointsInTime</a></span>()</code>
  237. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  238. <div class="block"><span class="deprecationComment">This flag is no longer used (as of 1.0.1).</span></div>
  239. </div>
  240. </td>
  241. </tr>
  242. <tr id="i6" class="altColor">
  243. <td class="colFirst"><code>double</code></td>
  244. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainLowerBound-boolean-">getDomainLowerBound</a></span>(boolean&nbsp;includeInterval)</code>
  245. <div class="block">Returns the minimum x-value in the dataset.</div>
  246. </td>
  247. </tr>
  248. <tr id="i7" class="rowColor">
  249. <td class="colFirst"><code><a href="../../../../org/jfree/data/DomainOrder.html" title="class in org.jfree.data">DomainOrder</a></code></td>
  250. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainOrder--">getDomainOrder</a></span>()</code>
  251. <div class="block">Returns the order of the domain values in this dataset.</div>
  252. </td>
  253. </tr>
  254. <tr id="i8" class="altColor">
  255. <td class="colFirst"><code>double</code></td>
  256. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainUpperBound-boolean-">getDomainUpperBound</a></span>(boolean&nbsp;includeInterval)</code>
  257. <div class="block">Returns the maximum x-value in the dataset.</div>
  258. </td>
  259. </tr>
  260. <tr id="i9" class="rowColor">
  261. <td class="colFirst"><code>java.lang.Number</code></td>
  262. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getEndX-int-int-">getEndX</a></span>(int&nbsp;series,
  263. int&nbsp;item)</code>
  264. <div class="block">Returns the ending X value for the specified series and item.</div>
  265. </td>
  266. </tr>
  267. <tr id="i10" class="altColor">
  268. <td class="colFirst"><code>java.lang.Number</code></td>
  269. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getEndY-int-int-">getEndY</a></span>(int&nbsp;series,
  270. int&nbsp;item)</code>
  271. <div class="block">Returns the ending Y value for the specified series and item.</div>
  272. </td>
  273. </tr>
  274. <tr id="i11" class="rowColor">
  275. <td class="colFirst"><code>int</code></td>
  276. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getItemCount-int-">getItemCount</a></span>(int&nbsp;series)</code>
  277. <div class="block">Returns the number of items in the specified series.</div>
  278. </td>
  279. </tr>
  280. <tr id="i12" class="altColor">
  281. <td class="colFirst"><code><a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></code></td>
  282. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getRangeBounds-boolean-">getRangeBounds</a></span>(boolean&nbsp;includeInterval)</code>
  283. <div class="block">Returns the bounds for the y-values in the dataset.</div>
  284. </td>
  285. </tr>
  286. <tr id="i13" class="rowColor">
  287. <td class="colFirst"><code><a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></code></td>
  288. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getRangeBounds-java.util.List-org.jfree.data.Range-boolean-">getRangeBounds</a></span>(java.util.List&nbsp;visibleSeriesKeys,
  289. <a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a>&nbsp;xRange,
  290. boolean&nbsp;includeInterval)</code>
  291. <div class="block">Returns the bounds for the y-values in the dataset.</div>
  292. </td>
  293. </tr>
  294. <tr id="i14" class="altColor">
  295. <td class="colFirst"><code>java.util.List</code></td>
  296. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getSeries--">getSeries</a></span>()</code>
  297. <div class="block">Returns a list of all the series in the collection.</div>
  298. </td>
  299. </tr>
  300. <tr id="i15" class="rowColor">
  301. <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a></code></td>
  302. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getSeries-java.lang.Comparable-">getSeries</a></span>(java.lang.Comparable&nbsp;key)</code>
  303. <div class="block">Returns the series with the specified key, or <code>null</code> if
  304. there is no such series.</div>
  305. </td>
  306. </tr>
  307. <tr id="i16" class="altColor">
  308. <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a></code></td>
  309. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getSeries-int-">getSeries</a></span>(int&nbsp;series)</code>
  310. <div class="block">Returns a series.</div>
  311. </td>
  312. </tr>
  313. <tr id="i17" class="rowColor">
  314. <td class="colFirst"><code>int</code></td>
  315. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getSeriesCount--">getSeriesCount</a></span>()</code>
  316. <div class="block">Returns the number of series in the collection.</div>
  317. </td>
  318. </tr>
  319. <tr id="i18" class="altColor">
  320. <td class="colFirst"><code>int</code></td>
  321. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getSeriesIndex-java.lang.Comparable-">getSeriesIndex</a></span>(java.lang.Comparable&nbsp;key)</code>
  322. <div class="block">Returns the index of the series with the specified key, or -1 if no
  323. series has that key.</div>
  324. </td>
  325. </tr>
  326. <tr id="i19" class="rowColor">
  327. <td class="colFirst"><code>java.lang.Comparable</code></td>
  328. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getSeriesKey-int-">getSeriesKey</a></span>(int&nbsp;series)</code>
  329. <div class="block">Returns the key for a series.</div>
  330. </td>
  331. </tr>
  332. <tr id="i20" class="altColor">
  333. <td class="colFirst"><code>java.lang.Number</code></td>
  334. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getStartX-int-int-">getStartX</a></span>(int&nbsp;series,
  335. int&nbsp;item)</code>
  336. <div class="block">Returns the starting X value for the specified series and item.</div>
  337. </td>
  338. </tr>
  339. <tr id="i21" class="rowColor">
  340. <td class="colFirst"><code>java.lang.Number</code></td>
  341. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getStartY-int-int-">getStartY</a></span>(int&nbsp;series,
  342. int&nbsp;item)</code>
  343. <div class="block">Returns the starting Y value for the specified series and item.</div>
  344. </td>
  345. </tr>
  346. <tr id="i22" class="altColor">
  347. <td class="colFirst"><code>int[]</code></td>
  348. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getSurroundingItems-int-long-">getSurroundingItems</a></span>(int&nbsp;series,
  349. long&nbsp;milliseconds)</code>
  350. <div class="block">Returns the indices of the two data items surrounding a particular
  351. millisecond value.</div>
  352. </td>
  353. </tr>
  354. <tr id="i23" class="rowColor">
  355. <td class="colFirst"><code>java.lang.Number</code></td>
  356. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getX-int-int-">getX</a></span>(int&nbsp;series,
  357. int&nbsp;item)</code>
  358. <div class="block">Returns the x-value for the specified series and item.</div>
  359. </td>
  360. </tr>
  361. <tr id="i24" class="altColor">
  362. <td class="colFirst"><code>protected long</code></td>
  363. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getX-org.jfree.data.time.RegularTimePeriod-">getX</a></span>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a>&nbsp;period)</code>
  364. <div class="block">Returns the x-value for a time period.</div>
  365. </td>
  366. </tr>
  367. <tr id="i25" class="rowColor">
  368. <td class="colFirst"><code><a href="../../../../org/jfree/data/time/TimePeriodAnchor.html" title="class in org.jfree.data.time">TimePeriodAnchor</a></code></td>
  369. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getXPosition--">getXPosition</a></span>()</code>
  370. <div class="block">Returns the position within each time period that is used for the X
  371. value when the collection is used as an
  372. <a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a>.</div>
  373. </td>
  374. </tr>
  375. <tr id="i26" class="altColor">
  376. <td class="colFirst"><code>double</code></td>
  377. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getXValue-int-int-">getXValue</a></span>(int&nbsp;series,
  378. int&nbsp;item)</code>
  379. <div class="block">Returns the x-value (as a double primitive) for an item within a series.</div>
  380. </td>
  381. </tr>
  382. <tr id="i27" class="rowColor">
  383. <td class="colFirst"><code>java.lang.Number</code></td>
  384. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getY-int-int-">getY</a></span>(int&nbsp;series,
  385. int&nbsp;item)</code>
  386. <div class="block">Returns the y-value for the specified series and item.</div>
  387. </td>
  388. </tr>
  389. <tr id="i28" class="altColor">
  390. <td class="colFirst"><code>int</code></td>
  391. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#hashCode--">hashCode</a></span>()</code>
  392. <div class="block">Returns a hash code value for the object.</div>
  393. </td>
  394. </tr>
  395. <tr id="i29" class="rowColor">
  396. <td class="colFirst"><code>int</code></td>
  397. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#indexOf-org.jfree.data.time.TimeSeries-">indexOf</a></span>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</code>
  398. <div class="block">Returns the index of the specified series, or -1 if that series is not
  399. present in the dataset.</div>
  400. </td>
  401. </tr>
  402. <tr id="i30" class="altColor">
  403. <td class="colFirst"><code>void</code></td>
  404. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#removeAllSeries--">removeAllSeries</a></span>()</code>
  405. <div class="block">Removes all the series from the collection and sends a
  406. <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> to all registered listeners.</div>
  407. </td>
  408. </tr>
  409. <tr id="i31" class="rowColor">
  410. <td class="colFirst"><code>void</code></td>
  411. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#removeSeries-int-">removeSeries</a></span>(int&nbsp;index)</code>
  412. <div class="block">Removes a series from the collection.</div>
  413. </td>
  414. </tr>
  415. <tr id="i32" class="altColor">
  416. <td class="colFirst"><code>void</code></td>
  417. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#removeSeries-org.jfree.data.time.TimeSeries-">removeSeries</a></span>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</code>
  418. <div class="block">Removes the specified series from the collection and sends a
  419. <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> to all registered listeners.</div>
  420. </td>
  421. </tr>
  422. <tr id="i33" class="rowColor">
  423. <td class="colFirst"><code>void</code></td>
  424. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#setDomainIsPointsInTime-boolean-">setDomainIsPointsInTime</a></span>(boolean&nbsp;flag)</code>
  425. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  426. <div class="block"><span class="deprecationComment">This flag is no longer used, as of 1.0.1. The
  427. <code>includeInterval</code> flag in methods such as
  428. <a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainBounds-boolean-"><code>getDomainBounds(boolean)</code></a> makes this unnecessary.</span></div>
  429. </div>
  430. </td>
  431. </tr>
  432. <tr id="i34" class="altColor">
  433. <td class="colFirst"><code>void</code></td>
  434. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#setXPosition-org.jfree.data.time.TimePeriodAnchor-">setXPosition</a></span>(<a href="../../../../org/jfree/data/time/TimePeriodAnchor.html" title="class in org.jfree.data.time">TimePeriodAnchor</a>&nbsp;anchor)</code>
  435. <div class="block">Sets the position within each time period that is used for the X values
  436. when the collection is used as an <a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a>, then sends a
  437. <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> is sent to all registered listeners.</div>
  438. </td>
  439. </tr>
  440. <tr id="i35" class="rowColor">
  441. <td class="colFirst"><code>void</code></td>
  442. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#vetoableChange-java.beans.PropertyChangeEvent-">vetoableChange</a></span>(java.beans.PropertyChangeEvent&nbsp;e)</code>
  443. <div class="block">Receives notification that the key for one of the series in the
  444. collection has changed, and vetos it if the key is already present in
  445. the collection.</div>
  446. </td>
  447. </tr>
  448. </table>
  449. <ul class="blockList">
  450. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.xy.AbstractIntervalXYDataset">
  451. <!-- -->
  452. </a>
  453. <h3>Methods inherited from class&nbsp;org.jfree.data.xy.<a href="../../../../org/jfree/data/xy/AbstractIntervalXYDataset.html" title="class in org.jfree.data.xy">AbstractIntervalXYDataset</a></h3>
  454. <code><a href="../../../../org/jfree/data/xy/AbstractIntervalXYDataset.html#getEndXValue-int-int-">getEndXValue</a>, <a href="../../../../org/jfree/data/xy/AbstractIntervalXYDataset.html#getEndYValue-int-int-">getEndYValue</a>, <a href="../../../../org/jfree/data/xy/AbstractIntervalXYDataset.html#getStartXValue-int-int-">getStartXValue</a>, <a href="../../../../org/jfree/data/xy/AbstractIntervalXYDataset.html#getStartYValue-int-int-">getStartYValue</a></code></li>
  455. </ul>
  456. <ul class="blockList">
  457. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.xy.AbstractXYDataset">
  458. <!-- -->
  459. </a>
  460. <h3>Methods inherited from class&nbsp;org.jfree.data.xy.<a href="../../../../org/jfree/data/xy/AbstractXYDataset.html" title="class in org.jfree.data.xy">AbstractXYDataset</a></h3>
  461. <code><a href="../../../../org/jfree/data/xy/AbstractXYDataset.html#getYValue-int-int-">getYValue</a></code></li>
  462. </ul>
  463. <ul class="blockList">
  464. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.general.AbstractSeriesDataset">
  465. <!-- -->
  466. </a>
  467. <h3>Methods inherited from class&nbsp;org.jfree.data.general.<a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">AbstractSeriesDataset</a></h3>
  468. <code><a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html#indexOf-java.lang.Comparable-">indexOf</a>, <a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html#seriesChanged-org.jfree.data.general.SeriesChangeEvent-">seriesChanged</a></code></li>
  469. </ul>
  470. <ul class="blockList">
  471. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.general.AbstractDataset">
  472. <!-- -->
  473. </a>
  474. <h3>Methods inherited from class&nbsp;org.jfree.data.general.<a href="../../../../org/jfree/data/general/AbstractDataset.html" title="class in org.jfree.data.general">AbstractDataset</a></h3>
  475. <code><a href="../../../../org/jfree/data/general/AbstractDataset.html#addChangeListener-org.jfree.data.general.DatasetChangeListener-">addChangeListener</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#fireDatasetChanged--">fireDatasetChanged</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#getGroup--">getGroup</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#getNotify--">getNotify</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#hasListener-java.util.EventListener-">hasListener</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#notifyListeners-org.jfree.data.general.DatasetChangeEvent-">notifyListeners</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#removeChangeListener-org.jfree.data.general.DatasetChangeListener-">removeChangeListener</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#setGroup-org.jfree.data.general.DatasetGroup-">setGroup</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#setNotify-boolean-">setNotify</a>, <a href="../../../../org/jfree/data/general/AbstractDataset.html#validateObject--">validateObject</a></code></li>
  476. </ul>
  477. <ul class="blockList">
  478. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  479. <!-- -->
  480. </a>
  481. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  482. <code>finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
  483. </ul>
  484. <ul class="blockList">
  485. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.xy.IntervalXYDataset">
  486. <!-- -->
  487. </a>
  488. <h3>Methods inherited from interface&nbsp;org.jfree.data.xy.<a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy">IntervalXYDataset</a></h3>
  489. <code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getEndXValue-int-int-">getEndXValue</a>, <a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getEndYValue-int-int-">getEndYValue</a>, <a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getStartXValue-int-int-">getStartXValue</a>, <a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getStartYValue-int-int-">getStartYValue</a></code></li>
  490. </ul>
  491. <ul class="blockList">
  492. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.xy.XYDataset">
  493. <!-- -->
  494. </a>
  495. <h3>Methods inherited from interface&nbsp;org.jfree.data.xy.<a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a></h3>
  496. <code><a href="../../../../org/jfree/data/xy/XYDataset.html#getYValue-int-int-">getYValue</a></code></li>
  497. </ul>
  498. <ul class="blockList">
  499. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.general.SeriesDataset">
  500. <!-- -->
  501. </a>
  502. <h3>Methods inherited from interface&nbsp;org.jfree.data.general.<a href="../../../../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general">SeriesDataset</a></h3>
  503. <code><a href="../../../../org/jfree/data/general/SeriesDataset.html#indexOf-java.lang.Comparable-">indexOf</a></code></li>
  504. </ul>
  505. <ul class="blockList">
  506. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.data.general.Dataset">
  507. <!-- -->
  508. </a>
  509. <h3>Methods inherited from interface&nbsp;org.jfree.data.general.<a href="../../../../org/jfree/data/general/Dataset.html" title="interface in org.jfree.data.general">Dataset</a></h3>
  510. <code><a href="../../../../org/jfree/data/general/Dataset.html#addChangeListener-org.jfree.data.general.DatasetChangeListener-">addChangeListener</a>, <a href="../../../../org/jfree/data/general/Dataset.html#getGroup--">getGroup</a>, <a href="../../../../org/jfree/data/general/Dataset.html#removeChangeListener-org.jfree.data.general.DatasetChangeListener-">removeChangeListener</a>, <a href="../../../../org/jfree/data/general/Dataset.html#setGroup-org.jfree.data.general.DatasetGroup-">setGroup</a></code></li>
  511. </ul>
  512. </li>
  513. </ul>
  514. </li>
  515. </ul>
  516. </div>
  517. <div class="details">
  518. <ul class="blockList">
  519. <li class="blockList">
  520. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  521. <ul class="blockList">
  522. <li class="blockList"><a name="constructor.detail">
  523. <!-- -->
  524. </a>
  525. <h3>Constructor Detail</h3>
  526. <a name="TimeSeriesCollection--">
  527. <!-- -->
  528. </a>
  529. <ul class="blockList">
  530. <li class="blockList">
  531. <h4>TimeSeriesCollection</h4>
  532. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.153">TimeSeriesCollection</a>()</pre>
  533. <div class="block">Constructs an empty dataset, tied to the default timezone.</div>
  534. </li>
  535. </ul>
  536. <a name="TimeSeriesCollection-java.util.TimeZone-">
  537. <!-- -->
  538. </a>
  539. <ul class="blockList">
  540. <li class="blockList">
  541. <h4>TimeSeriesCollection</h4>
  542. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.163">TimeSeriesCollection</a>(java.util.TimeZone&nbsp;zone)</pre>
  543. <div class="block">Constructs an empty dataset, tied to a specific timezone.</div>
  544. <dl>
  545. <dt><span class="paramLabel">Parameters:</span></dt>
  546. <dd><code>zone</code> - the timezone (<code>null</code> permitted, will use
  547. <code>TimeZone.getDefault()</code> in that case).</dd>
  548. </dl>
  549. </li>
  550. </ul>
  551. <a name="TimeSeriesCollection-org.jfree.data.time.TimeSeries-">
  552. <!-- -->
  553. </a>
  554. <ul class="blockList">
  555. <li class="blockList">
  556. <h4>TimeSeriesCollection</h4>
  557. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.174">TimeSeriesCollection</a>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</pre>
  558. <div class="block">Constructs a dataset containing a single series (more can be added),
  559. tied to the default timezone.</div>
  560. <dl>
  561. <dt><span class="paramLabel">Parameters:</span></dt>
  562. <dd><code>series</code> - the series (<code>null</code> permitted).</dd>
  563. </dl>
  564. </li>
  565. </ul>
  566. <a name="TimeSeriesCollection-org.jfree.data.time.TimeSeries-java.util.TimeZone-">
  567. <!-- -->
  568. </a>
  569. <ul class="blockListLast">
  570. <li class="blockList">
  571. <h4>TimeSeriesCollection</h4>
  572. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.187">TimeSeriesCollection</a>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series,
  573. java.util.TimeZone&nbsp;zone)</pre>
  574. <div class="block">Constructs a dataset containing a single series (more can be added),
  575. tied to a specific timezone.</div>
  576. <dl>
  577. <dt><span class="paramLabel">Parameters:</span></dt>
  578. <dd><code>series</code> - a series to add to the collection (<code>null</code>
  579. permitted).</dd>
  580. <dd><code>zone</code> - the timezone (<code>null</code> permitted, will use
  581. <code>TimeZone.getDefault()</code> in that case).</dd>
  582. </dl>
  583. </li>
  584. </ul>
  585. </li>
  586. </ul>
  587. <!-- ============ METHOD DETAIL ========== -->
  588. <ul class="blockList">
  589. <li class="blockList"><a name="method.detail">
  590. <!-- -->
  591. </a>
  592. <h3>Method Detail</h3>
  593. <a name="getDomainIsPointsInTime--">
  594. <!-- -->
  595. </a>
  596. <ul class="blockList">
  597. <li class="blockList">
  598. <h4>getDomainIsPointsInTime</h4>
  599. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.214">getDomainIsPointsInTime</a>()</pre>
  600. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">This flag is no longer used (as of 1.0.1).</span></div>
  601. <div class="block">Returns a flag that controls whether the domain is treated as 'points in
  602. time'. This flag is used when determining the max and min values for
  603. the domain. If <code>true</code>, then only the x-values are considered
  604. for the max and min values. If <code>false</code>, then the start and
  605. end x-values will also be taken into consideration.</div>
  606. <dl>
  607. <dt><span class="returnLabel">Returns:</span></dt>
  608. <dd>The flag.</dd>
  609. </dl>
  610. </li>
  611. </ul>
  612. <a name="setDomainIsPointsInTime-boolean-">
  613. <!-- -->
  614. </a>
  615. <ul class="blockList">
  616. <li class="blockList">
  617. <h4>setDomainIsPointsInTime</h4>
  618. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.228">setDomainIsPointsInTime</a>(boolean&nbsp;flag)</pre>
  619. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">This flag is no longer used, as of 1.0.1. The
  620. <code>includeInterval</code> flag in methods such as
  621. <a href="../../../../org/jfree/data/time/TimeSeriesCollection.html#getDomainBounds-boolean-"><code>getDomainBounds(boolean)</code></a> makes this unnecessary.</span></div>
  622. <div class="block">Sets a flag that controls whether the domain is treated as 'points in
  623. time', or time periods.</div>
  624. <dl>
  625. <dt><span class="paramLabel">Parameters:</span></dt>
  626. <dd><code>flag</code> - the flag.</dd>
  627. </dl>
  628. </li>
  629. </ul>
  630. <a name="getDomainOrder--">
  631. <!-- -->
  632. </a>
  633. <ul class="blockList">
  634. <li class="blockList">
  635. <h4>getDomainOrder</h4>
  636. <pre>public&nbsp;<a href="../../../../org/jfree/data/DomainOrder.html" title="class in org.jfree.data">DomainOrder</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.239">getDomainOrder</a>()</pre>
  637. <div class="block">Returns the order of the domain values in this dataset.</div>
  638. <dl>
  639. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  640. <dd><code><a href="../../../../org/jfree/data/xy/XYDataset.html#getDomainOrder--">getDomainOrder</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a></code></dd>
  641. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  642. <dd><code><a href="../../../../org/jfree/data/xy/AbstractXYDataset.html#getDomainOrder--">getDomainOrder</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/data/xy/AbstractXYDataset.html" title="class in org.jfree.data.xy">AbstractXYDataset</a></code></dd>
  643. <dt><span class="returnLabel">Returns:</span></dt>
  644. <dd><a href="../../../../org/jfree/data/DomainOrder.html#ASCENDING"><code>DomainOrder.ASCENDING</code></a></dd>
  645. </dl>
  646. </li>
  647. </ul>
  648. <a name="getXPosition--">
  649. <!-- -->
  650. </a>
  651. <ul class="blockList">
  652. <li class="blockList">
  653. <h4>getXPosition</h4>
  654. <pre>public&nbsp;<a href="../../../../org/jfree/data/time/TimePeriodAnchor.html" title="class in org.jfree.data.time">TimePeriodAnchor</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.250">getXPosition</a>()</pre>
  655. <div class="block">Returns the position within each time period that is used for the X
  656. value when the collection is used as an
  657. <a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a>.</div>
  658. <dl>
  659. <dt><span class="returnLabel">Returns:</span></dt>
  660. <dd>The anchor position (never <code>null</code>).</dd>
  661. </dl>
  662. </li>
  663. </ul>
  664. <a name="setXPosition-org.jfree.data.time.TimePeriodAnchor-">
  665. <!-- -->
  666. </a>
  667. <ul class="blockList">
  668. <li class="blockList">
  669. <h4>setXPosition</h4>
  670. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.261">setXPosition</a>(<a href="../../../../org/jfree/data/time/TimePeriodAnchor.html" title="class in org.jfree.data.time">TimePeriodAnchor</a>&nbsp;anchor)</pre>
  671. <div class="block">Sets the position within each time period that is used for the X values
  672. when the collection is used as an <a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a>, then sends a
  673. <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> is sent to all registered listeners.</div>
  674. <dl>
  675. <dt><span class="paramLabel">Parameters:</span></dt>
  676. <dd><code>anchor</code> - the anchor position (<code>null</code> not permitted).</dd>
  677. </dl>
  678. </li>
  679. </ul>
  680. <a name="getSeries--">
  681. <!-- -->
  682. </a>
  683. <ul class="blockList">
  684. <li class="blockList">
  685. <h4>getSeries</h4>
  686. <pre>public&nbsp;java.util.List&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.272">getSeries</a>()</pre>
  687. <div class="block">Returns a list of all the series in the collection.</div>
  688. <dl>
  689. <dt><span class="returnLabel">Returns:</span></dt>
  690. <dd>The list (which is unmodifiable).</dd>
  691. </dl>
  692. </li>
  693. </ul>
  694. <a name="getSeriesCount--">
  695. <!-- -->
  696. </a>
  697. <ul class="blockList">
  698. <li class="blockList">
  699. <h4>getSeriesCount</h4>
  700. <pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.282">getSeriesCount</a>()</pre>
  701. <div class="block">Returns the number of series in the collection.</div>
  702. <dl>
  703. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  704. <dd><code><a href="../../../../org/jfree/data/general/SeriesDataset.html#getSeriesCount--">getSeriesCount</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general">SeriesDataset</a></code></dd>
  705. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  706. <dd><code><a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html#getSeriesCount--">getSeriesCount</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">AbstractSeriesDataset</a></code></dd>
  707. <dt><span class="returnLabel">Returns:</span></dt>
  708. <dd>The series count.</dd>
  709. </dl>
  710. </li>
  711. </ul>
  712. <a name="indexOf-org.jfree.data.time.TimeSeries-">
  713. <!-- -->
  714. </a>
  715. <ul class="blockList">
  716. <li class="blockList">
  717. <h4>indexOf</h4>
  718. <pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.296">indexOf</a>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</pre>
  719. <div class="block">Returns the index of the specified series, or -1 if that series is not
  720. present in the dataset.</div>
  721. <dl>
  722. <dt><span class="paramLabel">Parameters:</span></dt>
  723. <dd><code>series</code> - the series (<code>null</code> not permitted).</dd>
  724. <dt><span class="returnLabel">Returns:</span></dt>
  725. <dd>The series index.</dd>
  726. <dt><span class="simpleTagLabel">Since:</span></dt>
  727. <dd>1.0.6</dd>
  728. </dl>
  729. </li>
  730. </ul>
  731. <a name="getSeries-int-">
  732. <!-- -->
  733. </a>
  734. <ul class="blockList">
  735. <li class="blockList">
  736. <h4>getSeries</h4>
  737. <pre>public&nbsp;<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.308">getSeries</a>(int&nbsp;series)</pre>
  738. <div class="block">Returns a series.</div>
  739. <dl>
  740. <dt><span class="paramLabel">Parameters:</span></dt>
  741. <dd><code>series</code> - the index of the series (zero-based).</dd>
  742. <dt><span class="returnLabel">Returns:</span></dt>
  743. <dd>The series.</dd>
  744. </dl>
  745. </li>
  746. </ul>
  747. <a name="getSeries-java.lang.Comparable-">
  748. <!-- -->
  749. </a>
  750. <ul class="blockList">
  751. <li class="blockList">
  752. <h4>getSeries</h4>
  753. <pre>public&nbsp;<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.324">getSeries</a>(java.lang.Comparable&nbsp;key)</pre>
  754. <div class="block">Returns the series with the specified key, or <code>null</code> if
  755. there is no such series.</div>
  756. <dl>
  757. <dt><span class="paramLabel">Parameters:</span></dt>
  758. <dd><code>key</code> - the series key (<code>null</code> permitted).</dd>
  759. <dt><span class="returnLabel">Returns:</span></dt>
  760. <dd>The series with the given key.</dd>
  761. </dl>
  762. </li>
  763. </ul>
  764. <a name="getSeriesKey-int-">
  765. <!-- -->
  766. </a>
  767. <ul class="blockList">
  768. <li class="blockList">
  769. <h4>getSeriesKey</h4>
  770. <pre>public&nbsp;java.lang.Comparable&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.345">getSeriesKey</a>(int&nbsp;series)</pre>
  771. <div class="block">Returns the key for a series.</div>
  772. <dl>
  773. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  774. <dd><code><a href="../../../../org/jfree/data/general/SeriesDataset.html#getSeriesKey-int-">getSeriesKey</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general">SeriesDataset</a></code></dd>
  775. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  776. <dd><code><a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html#getSeriesKey-int-">getSeriesKey</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">AbstractSeriesDataset</a></code></dd>
  777. <dt><span class="paramLabel">Parameters:</span></dt>
  778. <dd><code>series</code> - the index of the series (zero-based).</dd>
  779. <dt><span class="returnLabel">Returns:</span></dt>
  780. <dd>The key for a series.</dd>
  781. </dl>
  782. </li>
  783. </ul>
  784. <a name="getSeriesIndex-java.lang.Comparable-">
  785. <!-- -->
  786. </a>
  787. <ul class="blockList">
  788. <li class="blockList">
  789. <h4>getSeriesIndex</h4>
  790. <pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.361">getSeriesIndex</a>(java.lang.Comparable&nbsp;key)</pre>
  791. <div class="block">Returns the index of the series with the specified key, or -1 if no
  792. series has that key.</div>
  793. <dl>
  794. <dt><span class="paramLabel">Parameters:</span></dt>
  795. <dd><code>key</code> - the key (<code>null</code> not permitted).</dd>
  796. <dt><span class="returnLabel">Returns:</span></dt>
  797. <dd>The index.</dd>
  798. <dt><span class="simpleTagLabel">Since:</span></dt>
  799. <dd>1.0.17</dd>
  800. </dl>
  801. </li>
  802. </ul>
  803. <a name="addSeries-org.jfree.data.time.TimeSeries-">
  804. <!-- -->
  805. </a>
  806. <ul class="blockList">
  807. <li class="blockList">
  808. <h4>addSeries</h4>
  809. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.379">addSeries</a>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</pre>
  810. <div class="block">Adds a series to the collection and sends a <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> to
  811. all registered listeners.</div>
  812. <dl>
  813. <dt><span class="paramLabel">Parameters:</span></dt>
  814. <dd><code>series</code> - the series (<code>null</code> not permitted).</dd>
  815. </dl>
  816. </li>
  817. </ul>
  818. <a name="removeSeries-org.jfree.data.time.TimeSeries-">
  819. <!-- -->
  820. </a>
  821. <ul class="blockList">
  822. <li class="blockList">
  823. <h4>removeSeries</h4>
  824. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.393">removeSeries</a>(<a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time">TimeSeries</a>&nbsp;series)</pre>
  825. <div class="block">Removes the specified series from the collection and sends a
  826. <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> to all registered listeners.</div>
  827. <dl>
  828. <dt><span class="paramLabel">Parameters:</span></dt>
  829. <dd><code>series</code> - the series (<code>null</code> not permitted).</dd>
  830. </dl>
  831. </li>
  832. </ul>
  833. <a name="removeSeries-int-">
  834. <!-- -->
  835. </a>
  836. <ul class="blockList">
  837. <li class="blockList">
  838. <h4>removeSeries</h4>
  839. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.406">removeSeries</a>(int&nbsp;index)</pre>
  840. <div class="block">Removes a series from the collection.</div>
  841. <dl>
  842. <dt><span class="paramLabel">Parameters:</span></dt>
  843. <dd><code>index</code> - the series index (zero-based).</dd>
  844. </dl>
  845. </li>
  846. </ul>
  847. <a name="removeAllSeries--">
  848. <!-- -->
  849. </a>
  850. <ul class="blockList">
  851. <li class="blockList">
  852. <h4>removeAllSeries</h4>
  853. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.417">removeAllSeries</a>()</pre>
  854. <div class="block">Removes all the series from the collection and sends a
  855. <a href="../../../../org/jfree/data/general/DatasetChangeEvent.html" title="class in org.jfree.data.general"><code>DatasetChangeEvent</code></a> to all registered listeners.</div>
  856. </li>
  857. </ul>
  858. <a name="getItemCount-int-">
  859. <!-- -->
  860. </a>
  861. <ul class="blockList">
  862. <li class="blockList">
  863. <h4>getItemCount</h4>
  864. <pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.442">getItemCount</a>(int&nbsp;series)</pre>
  865. <div class="block">Returns the number of items in the specified series. This method is
  866. provided for convenience.</div>
  867. <dl>
  868. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  869. <dd><code><a href="../../../../org/jfree/data/xy/XYDataset.html#getItemCount-int-">getItemCount</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a></code></dd>
  870. <dt><span class="paramLabel">Parameters:</span></dt>
  871. <dd><code>series</code> - the series index (zero-based).</dd>
  872. <dt><span class="returnLabel">Returns:</span></dt>
  873. <dd>The item count.</dd>
  874. </dl>
  875. </li>
  876. </ul>
  877. <a name="getXValue-int-int-">
  878. <!-- -->
  879. </a>
  880. <ul class="blockList">
  881. <li class="blockList">
  882. <h4>getXValue</h4>
  883. <pre>public&nbsp;double&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.455">getXValue</a>(int&nbsp;series,
  884. int&nbsp;item)</pre>
  885. <div class="block">Returns the x-value (as a double primitive) for an item within a series.</div>
  886. <dl>
  887. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  888. <dd><code><a href="../../../../org/jfree/data/xy/XYDataset.html#getXValue-int-int-">getXValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a></code></dd>
  889. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  890. <dd><code><a href="../../../../org/jfree/data/xy/AbstractXYDataset.html#getXValue-int-int-">getXValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/data/xy/AbstractXYDataset.html" title="class in org.jfree.data.xy">AbstractXYDataset</a></code></dd>
  891. <dt><span class="paramLabel">Parameters:</span></dt>
  892. <dd><code>series</code> - the series (zero-based index).</dd>
  893. <dd><code>item</code> - the item (zero-based index).</dd>
  894. <dt><span class="returnLabel">Returns:</span></dt>
  895. <dd>The x-value.</dd>
  896. </dl>
  897. </li>
  898. </ul>
  899. <a name="getX-int-int-">
  900. <!-- -->
  901. </a>
  902. <ul class="blockList">
  903. <li class="blockList">
  904. <h4>getX</h4>
  905. <pre>public&nbsp;java.lang.Number&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.470">getX</a>(int&nbsp;series,
  906. int&nbsp;item)</pre>
  907. <div class="block">Returns the x-value for the specified series and item.</div>
  908. <dl>
  909. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  910. <dd><code><a href="../../../../org/jfree/data/xy/XYDataset.html#getX-int-int-">getX</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a></code></dd>
  911. <dt><span class="paramLabel">Parameters:</span></dt>
  912. <dd><code>series</code> - the series (zero-based index).</dd>
  913. <dd><code>item</code> - the item (zero-based index).</dd>
  914. <dt><span class="returnLabel">Returns:</span></dt>
  915. <dd>The value.</dd>
  916. </dl>
  917. </li>
  918. </ul>
  919. <a name="getX-org.jfree.data.time.RegularTimePeriod-">
  920. <!-- -->
  921. </a>
  922. <ul class="blockList">
  923. <li class="blockList">
  924. <h4>getX</h4>
  925. <pre>protected&nbsp;long&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.483">getX</a>(<a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</a>&nbsp;period)</pre>
  926. <div class="block">Returns the x-value for a time period.</div>
  927. <dl>
  928. <dt><span class="paramLabel">Parameters:</span></dt>
  929. <dd><code>period</code> - the time period (<code>null</code> not permitted).</dd>
  930. <dt><span class="returnLabel">Returns:</span></dt>
  931. <dd>The x-value.</dd>
  932. </dl>
  933. </li>
  934. </ul>
  935. <a name="getStartX-int-int-">
  936. <!-- -->
  937. </a>
  938. <ul class="blockList">
  939. <li class="blockList">
  940. <h4>getStartX</h4>
  941. <pre>public&nbsp;java.lang.Number&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.506">getStartX</a>(int&nbsp;series,
  942. int&nbsp;item)</pre>
  943. <div class="block">Returns the starting X value for the specified series and item.</div>
  944. <dl>
  945. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  946. <dd><code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getStartX-int-int-">getStartX</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy">IntervalXYDataset</a></code></dd>
  947. <dt><span class="paramLabel">Parameters:</span></dt>
  948. <dd><code>series</code> - the series (zero-based index).</dd>
  949. <dd><code>item</code> - the item (zero-based index).</dd>
  950. <dt><span class="returnLabel">Returns:</span></dt>
  951. <dd>The value.</dd>
  952. </dl>
  953. </li>
  954. </ul>
  955. <a name="getEndX-int-int-">
  956. <!-- -->
  957. </a>
  958. <ul class="blockList">
  959. <li class="blockList">
  960. <h4>getEndX</h4>
  961. <pre>public&nbsp;java.lang.Number&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.521">getEndX</a>(int&nbsp;series,
  962. int&nbsp;item)</pre>
  963. <div class="block">Returns the ending X value for the specified series and item.</div>
  964. <dl>
  965. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  966. <dd><code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getEndX-int-int-">getEndX</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy">IntervalXYDataset</a></code></dd>
  967. <dt><span class="paramLabel">Parameters:</span></dt>
  968. <dd><code>series</code> - The series (zero-based index).</dd>
  969. <dd><code>item</code> - The item (zero-based index).</dd>
  970. <dt><span class="returnLabel">Returns:</span></dt>
  971. <dd>The value.</dd>
  972. </dl>
  973. </li>
  974. </ul>
  975. <a name="getY-int-int-">
  976. <!-- -->
  977. </a>
  978. <ul class="blockList">
  979. <li class="blockList">
  980. <h4>getY</h4>
  981. <pre>public&nbsp;java.lang.Number&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.536">getY</a>(int&nbsp;series,
  982. int&nbsp;item)</pre>
  983. <div class="block">Returns the y-value for the specified series and item.</div>
  984. <dl>
  985. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  986. <dd><code><a href="../../../../org/jfree/data/xy/XYDataset.html#getY-int-int-">getY</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a></code></dd>
  987. <dt><span class="paramLabel">Parameters:</span></dt>
  988. <dd><code>series</code> - the series (zero-based index).</dd>
  989. <dd><code>item</code> - the item (zero-based index).</dd>
  990. <dt><span class="returnLabel">Returns:</span></dt>
  991. <dd>The value (possibly <code>null</code>).</dd>
  992. </dl>
  993. </li>
  994. </ul>
  995. <a name="getStartY-int-int-">
  996. <!-- -->
  997. </a>
  998. <ul class="blockList">
  999. <li class="blockList">
  1000. <h4>getStartY</h4>
  1001. <pre>public&nbsp;java.lang.Number&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.550">getStartY</a>(int&nbsp;series,
  1002. int&nbsp;item)</pre>
  1003. <div class="block">Returns the starting Y value for the specified series and item.</div>
  1004. <dl>
  1005. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1006. <dd><code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getStartY-int-int-">getStartY</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy">IntervalXYDataset</a></code></dd>
  1007. <dt><span class="paramLabel">Parameters:</span></dt>
  1008. <dd><code>series</code> - the series (zero-based index).</dd>
  1009. <dd><code>item</code> - the item (zero-based index).</dd>
  1010. <dt><span class="returnLabel">Returns:</span></dt>
  1011. <dd>The value (possibly <code>null</code>).</dd>
  1012. </dl>
  1013. </li>
  1014. </ul>
  1015. <a name="getEndY-int-int-">
  1016. <!-- -->
  1017. </a>
  1018. <ul class="blockList">
  1019. <li class="blockList">
  1020. <h4>getEndY</h4>
  1021. <pre>public&nbsp;java.lang.Number&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.563">getEndY</a>(int&nbsp;series,
  1022. int&nbsp;item)</pre>
  1023. <div class="block">Returns the ending Y value for the specified series and item.</div>
  1024. <dl>
  1025. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1026. <dd><code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html#getEndY-int-int-">getEndY</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy">IntervalXYDataset</a></code></dd>
  1027. <dt><span class="paramLabel">Parameters:</span></dt>
  1028. <dd><code>series</code> - te series (zero-based index).</dd>
  1029. <dd><code>item</code> - the item (zero-based index).</dd>
  1030. <dt><span class="returnLabel">Returns:</span></dt>
  1031. <dd>The value (possibly <code>null</code>).</dd>
  1032. </dl>
  1033. </li>
  1034. </ul>
  1035. <a name="getSurroundingItems-int-long-">
  1036. <!-- -->
  1037. </a>
  1038. <ul class="blockList">
  1039. <li class="blockList">
  1040. <h4>getSurroundingItems</h4>
  1041. <pre>public&nbsp;int[]&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.578">getSurroundingItems</a>(int&nbsp;series,
  1042. long&nbsp;milliseconds)</pre>
  1043. <div class="block">Returns the indices of the two data items surrounding a particular
  1044. millisecond value.</div>
  1045. <dl>
  1046. <dt><span class="paramLabel">Parameters:</span></dt>
  1047. <dd><code>series</code> - the series index.</dd>
  1048. <dd><code>milliseconds</code> - the time.</dd>
  1049. <dt><span class="returnLabel">Returns:</span></dt>
  1050. <dd>An array containing the (two) indices of the items surrounding
  1051. the time.</dd>
  1052. </dl>
  1053. </li>
  1054. </ul>
  1055. <a name="getDomainLowerBound-boolean-">
  1056. <!-- -->
  1057. </a>
  1058. <ul class="blockList">
  1059. <li class="blockList">
  1060. <h4>getDomainLowerBound</h4>
  1061. <pre>public&nbsp;double&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.604">getDomainLowerBound</a>(boolean&nbsp;includeInterval)</pre>
  1062. <div class="block">Returns the minimum x-value in the dataset.</div>
  1063. <dl>
  1064. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1065. <dd><code><a href="../../../../org/jfree/data/DomainInfo.html#getDomainLowerBound-boolean-">getDomainLowerBound</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/DomainInfo.html" title="interface in org.jfree.data">DomainInfo</a></code></dd>
  1066. <dt><span class="paramLabel">Parameters:</span></dt>
  1067. <dd><code>includeInterval</code> - a flag that determines whether or not the
  1068. x-interval is taken into account.</dd>
  1069. <dt><span class="returnLabel">Returns:</span></dt>
  1070. <dd>The minimum value.</dd>
  1071. </dl>
  1072. </li>
  1073. </ul>
  1074. <a name="getDomainUpperBound-boolean-">
  1075. <!-- -->
  1076. </a>
  1077. <ul class="blockList">
  1078. <li class="blockList">
  1079. <h4>getDomainUpperBound</h4>
  1080. <pre>public&nbsp;double&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.622">getDomainUpperBound</a>(boolean&nbsp;includeInterval)</pre>
  1081. <div class="block">Returns the maximum x-value in the dataset.</div>
  1082. <dl>
  1083. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1084. <dd><code><a href="../../../../org/jfree/data/DomainInfo.html#getDomainUpperBound-boolean-">getDomainUpperBound</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/DomainInfo.html" title="interface in org.jfree.data">DomainInfo</a></code></dd>
  1085. <dt><span class="paramLabel">Parameters:</span></dt>
  1086. <dd><code>includeInterval</code> - a flag that determines whether or not the
  1087. x-interval is taken into account.</dd>
  1088. <dt><span class="returnLabel">Returns:</span></dt>
  1089. <dd>The maximum value.</dd>
  1090. </dl>
  1091. </li>
  1092. </ul>
  1093. <a name="getDomainBounds-boolean-">
  1094. <!-- -->
  1095. </a>
  1096. <ul class="blockList">
  1097. <li class="blockList">
  1098. <h4>getDomainBounds</h4>
  1099. <pre>public&nbsp;<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.640">getDomainBounds</a>(boolean&nbsp;includeInterval)</pre>
  1100. <div class="block">Returns the range of the values in this dataset's domain.</div>
  1101. <dl>
  1102. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1103. <dd><code><a href="../../../../org/jfree/data/DomainInfo.html#getDomainBounds-boolean-">getDomainBounds</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/DomainInfo.html" title="interface in org.jfree.data">DomainInfo</a></code></dd>
  1104. <dt><span class="paramLabel">Parameters:</span></dt>
  1105. <dd><code>includeInterval</code> - a flag that determines whether or not the
  1106. x-interval is taken into account.</dd>
  1107. <dt><span class="returnLabel">Returns:</span></dt>
  1108. <dd>The range.</dd>
  1109. </dl>
  1110. </li>
  1111. </ul>
  1112. <a name="getDomainBounds-java.util.List-boolean-">
  1113. <!-- -->
  1114. </a>
  1115. <ul class="blockList">
  1116. <li class="blockList">
  1117. <h4>getDomainBounds</h4>
  1118. <pre>public&nbsp;<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.675">getDomainBounds</a>(java.util.List&nbsp;visibleSeriesKeys,
  1119. boolean&nbsp;includeInterval)</pre>
  1120. <div class="block">Returns the bounds of the domain values for the specified series.</div>
  1121. <dl>
  1122. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1123. <dd><code><a href="../../../../org/jfree/data/xy/XYDomainInfo.html#getDomainBounds-java.util.List-boolean-">getDomainBounds</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/XYDomainInfo.html" title="interface in org.jfree.data.xy">XYDomainInfo</a></code></dd>
  1124. <dt><span class="paramLabel">Parameters:</span></dt>
  1125. <dd><code>visibleSeriesKeys</code> - a list of keys for the visible series.</dd>
  1126. <dd><code>includeInterval</code> - include the x-interval?</dd>
  1127. <dt><span class="returnLabel">Returns:</span></dt>
  1128. <dd>A range.</dd>
  1129. <dt><span class="simpleTagLabel">Since:</span></dt>
  1130. <dd>1.0.13</dd>
  1131. </dl>
  1132. </li>
  1133. </ul>
  1134. <a name="getRangeBounds-boolean-">
  1135. <!-- -->
  1136. </a>
  1137. <ul class="blockList">
  1138. <li class="blockList">
  1139. <h4>getRangeBounds</h4>
  1140. <pre>public&nbsp;<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.710">getRangeBounds</a>(boolean&nbsp;includeInterval)</pre>
  1141. <div class="block">Returns the bounds for the y-values in the dataset.</div>
  1142. <dl>
  1143. <dt><span class="paramLabel">Parameters:</span></dt>
  1144. <dd><code>includeInterval</code> - ignored for this dataset.</dd>
  1145. <dt><span class="returnLabel">Returns:</span></dt>
  1146. <dd>The range of value in the dataset (possibly <code>null</code>).</dd>
  1147. <dt><span class="simpleTagLabel">Since:</span></dt>
  1148. <dd>1.0.15</dd>
  1149. </dl>
  1150. </li>
  1151. </ul>
  1152. <a name="getRangeBounds-java.util.List-org.jfree.data.Range-boolean-">
  1153. <!-- -->
  1154. </a>
  1155. <ul class="blockList">
  1156. <li class="blockList">
  1157. <h4>getRangeBounds</h4>
  1158. <pre>public&nbsp;<a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a>&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.733">getRangeBounds</a>(java.util.List&nbsp;visibleSeriesKeys,
  1159. <a href="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a>&nbsp;xRange,
  1160. boolean&nbsp;includeInterval)</pre>
  1161. <div class="block">Returns the bounds for the y-values in the dataset.</div>
  1162. <dl>
  1163. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1164. <dd><code><a href="../../../../org/jfree/data/xy/XYRangeInfo.html#getRangeBounds-java.util.List-org.jfree.data.Range-boolean-">getRangeBounds</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/data/xy/XYRangeInfo.html" title="interface in org.jfree.data.xy">XYRangeInfo</a></code></dd>
  1165. <dt><span class="paramLabel">Parameters:</span></dt>
  1166. <dd><code>visibleSeriesKeys</code> - the visible series keys.</dd>
  1167. <dd><code>xRange</code> - the x-range (<code>null</code> not permitted).</dd>
  1168. <dd><code>includeInterval</code> - ignored.</dd>
  1169. <dt><span class="returnLabel">Returns:</span></dt>
  1170. <dd>The bounds.</dd>
  1171. <dt><span class="simpleTagLabel">Since:</span></dt>
  1172. <dd>1.0.14</dd>
  1173. </dl>
  1174. </li>
  1175. </ul>
  1176. <a name="vetoableChange-java.beans.PropertyChangeEvent-">
  1177. <!-- -->
  1178. </a>
  1179. <ul class="blockList">
  1180. <li class="blockList">
  1181. <h4>vetoableChange</h4>
  1182. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.757">vetoableChange</a>(java.beans.PropertyChangeEvent&nbsp;e)
  1183. throws java.beans.PropertyVetoException</pre>
  1184. <div class="block">Receives notification that the key for one of the series in the
  1185. collection has changed, and vetos it if the key is already present in
  1186. the collection.</div>
  1187. <dl>
  1188. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  1189. <dd><code>vetoableChange</code>&nbsp;in interface&nbsp;<code>java.beans.VetoableChangeListener</code></dd>
  1190. <dt><span class="paramLabel">Parameters:</span></dt>
  1191. <dd><code>e</code> - the event.</dd>
  1192. <dt><span class="throwsLabel">Throws:</span></dt>
  1193. <dd><code>java.beans.PropertyVetoException</code></dd>
  1194. <dt><span class="simpleTagLabel">Since:</span></dt>
  1195. <dd>1.0.17</dd>
  1196. </dl>
  1197. </li>
  1198. </ul>
  1199. <a name="equals-java.lang.Object-">
  1200. <!-- -->
  1201. </a>
  1202. <ul class="blockList">
  1203. <li class="blockList">
  1204. <h4>equals</h4>
  1205. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.786">equals</a>(java.lang.Object&nbsp;obj)</pre>
  1206. <div class="block">Tests this time series collection for equality with another object.</div>
  1207. <dl>
  1208. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  1209. <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
  1210. <dt><span class="paramLabel">Parameters:</span></dt>
  1211. <dd><code>obj</code> - the other object.</dd>
  1212. <dt><span class="returnLabel">Returns:</span></dt>
  1213. <dd>A boolean.</dd>
  1214. </dl>
  1215. </li>
  1216. </ul>
  1217. <a name="hashCode--">
  1218. <!-- -->
  1219. </a>
  1220. <ul class="blockList">
  1221. <li class="blockList">
  1222. <h4>hashCode</h4>
  1223. <pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.812">hashCode</a>()</pre>
  1224. <div class="block">Returns a hash code value for the object.</div>
  1225. <dl>
  1226. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  1227. <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
  1228. <dt><span class="returnLabel">Returns:</span></dt>
  1229. <dd>The hashcode</dd>
  1230. </dl>
  1231. </li>
  1232. </ul>
  1233. <a name="clone--">
  1234. <!-- -->
  1235. </a>
  1236. <ul class="blockListLast">
  1237. <li class="blockList">
  1238. <h4>clone</h4>
  1239. <pre>public&nbsp;java.lang.Object&nbsp;<a href="../../../../src-html/org/jfree/data/time/TimeSeriesCollection.html#line.832">clone</a>()
  1240. throws java.lang.CloneNotSupportedException</pre>
  1241. <div class="block">Returns a clone of this time series collection.</div>
  1242. <dl>
  1243. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  1244. <dd><code><a href="../../../../org/jfree/data/general/AbstractDataset.html#clone--">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/data/general/AbstractDataset.html" title="class in org.jfree.data.general">AbstractDataset</a></code></dd>
  1245. <dt><span class="returnLabel">Returns:</span></dt>
  1246. <dd>A clone.</dd>
  1247. <dt><span class="throwsLabel">Throws:</span></dt>
  1248. <dd><code>java.lang.CloneNotSupportedException</code> - if there is a problem
  1249. cloning.</dd>
  1250. </dl>
  1251. </li>
  1252. </ul>
  1253. </li>
  1254. </ul>
  1255. </li>
  1256. </ul>
  1257. </div>
  1258. </div>
  1259. <!-- ========= END OF CLASS DATA ========= -->
  1260. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  1261. <div class="bottomNav"><a name="navbar.bottom">
  1262. <!-- -->
  1263. </a>
  1264. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  1265. <a name="navbar.bottom.firstrow">
  1266. <!-- -->
  1267. </a>
  1268. <ul class="navList" title="Navigation">
  1269. <li><a href="../../../../overview-summary.html">Overview</a></li>
  1270. <li><a href="package-summary.html">Package</a></li>
  1271. <li class="navBarCell1Rev">Class</li>
  1272. <li><a href="class-use/TimeSeriesCollection.html">Use</a></li>
  1273. <li><a href="package-tree.html">Tree</a></li>
  1274. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  1275. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  1276. <li><a href="../../../../help-doc.html">Help</a></li>
  1277. </ul>
  1278. </div>
  1279. <div class="subNav">
  1280. <ul class="navList">
  1281. <li><a href="../../../../org/jfree/data/time/TimeSeries.html" title="class in org.jfree.data.time"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  1282. <li><a href="../../../../org/jfree/data/time/TimeSeriesDataItem.html" title="class in org.jfree.data.time"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  1283. </ul>
  1284. <ul class="navList">
  1285. <li><a href="../../../../index.html?org/jfree/data/time/TimeSeriesCollection.html" target="_top">Frames</a></li>
  1286. <li><a href="TimeSeriesCollection.html" target="_top">No&nbsp;Frames</a></li>
  1287. </ul>
  1288. <ul class="navList" id="allclasses_navbar_bottom">
  1289. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  1290. </ul>
  1291. <div>
  1292. <script type="text/javascript"><!--
  1293. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  1294. if(window==top) {
  1295. allClassesLink.style.display = "block";
  1296. }
  1297. else {
  1298. allClassesLink.style.display = "none";
  1299. }
  1300. //-->
  1301. </script>
  1302. </div>
  1303. <div>
  1304. <ul class="subNavList">
  1305. <li>Summary:&nbsp;</li>
  1306. <li>Nested&nbsp;|&nbsp;</li>
  1307. <li>Field&nbsp;|&nbsp;</li>
  1308. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  1309. <li><a href="#method.summary">Method</a></li>
  1310. </ul>
  1311. <ul class="subNavList">
  1312. <li>Detail:&nbsp;</li>
  1313. <li>Field&nbsp;|&nbsp;</li>
  1314. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  1315. <li><a href="#method.detail">Method</a></li>
  1316. </ul>
  1317. </div>
  1318. <a name="skip.navbar.bottom">
  1319. <!-- -->
  1320. </a></div>
  1321. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  1322. </body>
  1323. </html>