index-9.html 152 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683
  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:47 CEST 2014 -->
  6. <title>I-Index (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="I-Index (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../overview-summary.html">Overview</a></li>
  35. <li>Package</li>
  36. <li>Class</li>
  37. <li>Use</li>
  38. <li><a href="../overview-tree.html">Tree</a></li>
  39. <li><a href="../deprecated-list.html">Deprecated</a></li>
  40. <li class="navBarCell1Rev">Index</li>
  41. <li><a href="../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li><a href="index-8.html">Prev Letter</a></li>
  47. <li><a href="index-10.html">Next Letter</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../index.html?index-files/index-9.html" target="_top">Frames</a></li>
  51. <li><a href="index-9.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;<a href="index-25.html">Y</a>&nbsp;<a href="index-26.html">Z</a>&nbsp;<a name="I:I">
  73. <!-- -->
  74. </a>
  75. <h2 class="title">I</h2>
  76. <dl>
  77. <dt><a href="../org/jfree/chart/encoders/ImageEncoder.html" title="interface in org.jfree.chart.encoders"><span class="typeNameLink">ImageEncoder</span></a> - Interface in <a href="../org/jfree/chart/encoders/package-summary.html">org.jfree.chart.encoders</a></dt>
  78. <dd>
  79. <div class="block">Interface for abstracting different types of image encoders.</div>
  80. </dd>
  81. <dt><a href="../org/jfree/chart/encoders/ImageEncoderFactory.html" title="class in org.jfree.chart.encoders"><span class="typeNameLink">ImageEncoderFactory</span></a> - Class in <a href="../org/jfree/chart/encoders/package-summary.html">org.jfree.chart.encoders</a></dt>
  82. <dd>
  83. <div class="block">Factory class for returning <a href="../org/jfree/chart/encoders/ImageEncoder.html" title="interface in org.jfree.chart.encoders"><code>ImageEncoder</code></a>s for different
  84. <a href="../org/jfree/chart/encoders/ImageFormat.html" title="interface in org.jfree.chart.encoders"><code>ImageFormat</code></a>s.</div>
  85. </dd>
  86. <dt><span class="memberNameLink"><a href="../org/jfree/chart/encoders/ImageEncoderFactory.html#ImageEncoderFactory--">ImageEncoderFactory()</a></span> - Constructor for class org.jfree.chart.encoders.<a href="../org/jfree/chart/encoders/ImageEncoderFactory.html" title="class in org.jfree.chart.encoders">ImageEncoderFactory</a></dt>
  87. <dd>&nbsp;</dd>
  88. <dt><a href="../org/jfree/chart/encoders/ImageFormat.html" title="interface in org.jfree.chart.encoders"><span class="typeNameLink">ImageFormat</span></a> - Interface in <a href="../org/jfree/chart/encoders/package-summary.html">org.jfree.chart.encoders</a></dt>
  89. <dd>
  90. <div class="block">Interface used for referencing different image formats.</div>
  91. </dd>
  92. <dt><a href="../org/jfree/chart/imagemap/ImageMapUtilities.html" title="class in org.jfree.chart.imagemap"><span class="typeNameLink">ImageMapUtilities</span></a> - Class in <a href="../org/jfree/chart/imagemap/package-summary.html">org.jfree.chart.imagemap</a></dt>
  93. <dd>
  94. <div class="block">Collection of utility methods related to producing image maps.</div>
  95. </dd>
  96. <dt><span class="memberNameLink"><a href="../org/jfree/chart/imagemap/ImageMapUtilities.html#ImageMapUtilities--">ImageMapUtilities()</a></span> - Constructor for class org.jfree.chart.imagemap.<a href="../org/jfree/chart/imagemap/ImageMapUtilities.html" title="class in org.jfree.chart.imagemap">ImageMapUtilities</a></dt>
  97. <dd>&nbsp;</dd>
  98. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/StandardXYItemRenderer.html#IMAGES">IMAGES</a></span> - Static variable in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/StandardXYItemRenderer.html" title="class in org.jfree.chart.renderer.xy">StandardXYItemRenderer</a></dt>
  99. <dd>
  100. <div class="block">Constant for the type of rendering (images only).</div>
  101. </dd>
  102. <dt><a href="../org/jfree/chart/title/ImageTitle.html" title="class in org.jfree.chart.title"><span class="typeNameLink">ImageTitle</span></a> - Class in <a href="../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a></dt>
  103. <dd>
  104. <div class="block">A chart title that displays an image.</div>
  105. </dd>
  106. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/ImageTitle.html#ImageTitle-java.awt.Image-">ImageTitle(Image)</a></span> - Constructor for class org.jfree.chart.title.<a href="../org/jfree/chart/title/ImageTitle.html" title="class in org.jfree.chart.title">ImageTitle</a></dt>
  107. <dd>
  108. <div class="block">Creates a new image title.</div>
  109. </dd>
  110. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/ImageTitle.html#ImageTitle-java.awt.Image-org.jfree.ui.RectangleEdge-org.jfree.ui.HorizontalAlignment-org.jfree.ui.VerticalAlignment-">ImageTitle(Image, RectangleEdge, HorizontalAlignment, VerticalAlignment)</a></span> - Constructor for class org.jfree.chart.title.<a href="../org/jfree/chart/title/ImageTitle.html" title="class in org.jfree.chart.title">ImageTitle</a></dt>
  111. <dd>
  112. <div class="block">Creates a new image title.</div>
  113. </dd>
  114. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/ImageTitle.html#ImageTitle-java.awt.Image-int-int-org.jfree.ui.RectangleEdge-org.jfree.ui.HorizontalAlignment-org.jfree.ui.VerticalAlignment-org.jfree.ui.RectangleInsets-">ImageTitle(Image, int, int, RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets)</a></span> - Constructor for class org.jfree.chart.title.<a href="../org/jfree/chart/title/ImageTitle.html" title="class in org.jfree.chart.title">ImageTitle</a></dt>
  115. <dd>
  116. <div class="block">Creates a new image title with the given image scaled to the given
  117. width and height in the given location.</div>
  118. </dd>
  119. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html#inc-long-">inc(long)</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html" title="class in org.jfree.chart.axis">SegmentedTimeline.Segment</a></dt>
  120. <dd>
  121. <div class="block">Increments the internal attributes of this segment by a number of
  122. segments.</div>
  123. </dd>
  124. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html#inc--">inc()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html" title="class in org.jfree.chart.axis">SegmentedTimeline.Segment</a></dt>
  125. <dd>
  126. <div class="block">Increments the internal attributes of this segment by one segment.</div>
  127. </dd>
  128. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html#inc-long-">inc(long)</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html" title="class in org.jfree.chart.axis">SegmentedTimeline.SegmentRange</a></dt>
  129. <dd>
  130. <div class="block">Not implemented for SegmentRange.</div>
  131. </dd>
  132. <dt><span class="memberNameLink"><a href="../org/jfree/data/statistics/HistogramBin.html#incrementCount--">incrementCount()</a></span> - Method in class org.jfree.data.statistics.<a href="../org/jfree/data/statistics/HistogramBin.html" title="class in org.jfree.data.statistics">HistogramBin</a></dt>
  133. <dd>
  134. <div class="block">Increments the item count.</div>
  135. </dd>
  136. <dt><span class="memberNameLink"><a href="../org/jfree/data/category/DefaultCategoryDataset.html#incrementValue-double-java.lang.Comparable-java.lang.Comparable-">incrementValue(double, Comparable, Comparable)</a></span> - Method in class org.jfree.data.category.<a href="../org/jfree/data/category/DefaultCategoryDataset.html" title="class in org.jfree.data.category">DefaultCategoryDataset</a></dt>
  137. <dd>
  138. <div class="block">Adds the specified value to an existing value in the dataset (if the
  139. existing value is <code>null</code>, it is treated as if it were 0.0).</div>
  140. </dd>
  141. <dt><span class="memberNameLink"><a href="../org/jfree/chart/util/XYCoordinateType.html#INDEX">INDEX</a></span> - Static variable in class org.jfree.chart.util.<a href="../org/jfree/chart/util/XYCoordinateType.html" title="class in org.jfree.chart.util">XYCoordinateType</a></dt>
  142. <dd>
  143. <div class="block">The (x, y) coordinates represent indices in a dataset.</div>
  144. </dd>
  145. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#indexOf-org.jfree.data.category.CategoryDataset-">indexOf(CategoryDataset)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  146. <dd>
  147. <div class="block">Returns the index of the specified dataset, or <code>-1</code> if the
  148. dataset does not belong to the plot.</div>
  149. </dd>
  150. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#indexOf-org.jfree.data.xy.XYDataset-">indexOf(XYDataset)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  151. <dd>
  152. <div class="block">Returns the index of the specified dataset, or <code>-1</code> if the
  153. dataset does not belong to the plot.</div>
  154. </dd>
  155. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#indexOf-org.jfree.data.xy.XYDataset-">indexOf(XYDataset)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  156. <dd>
  157. <div class="block">Returns the index of the specified dataset, or <code>-1</code> if the
  158. dataset does not belong to the plot.</div>
  159. </dd>
  160. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/CyclicXYItemRenderer.OverwriteDataSet.html#indexOf-java.lang.Comparable-">indexOf(Comparable)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/CyclicXYItemRenderer.OverwriteDataSet.html" title="class in org.jfree.chart.renderer.xy">CyclicXYItemRenderer.OverwriteDataSet</a></dt>
  161. <dd>
  162. <div class="block">Returns the index of the named series, or -1.</div>
  163. </dd>
  164. <dt><span class="memberNameLink"><a href="../org/jfree/data/ComparableObjectSeries.html#indexOf-java.lang.Comparable-">indexOf(Comparable)</a></span> - Method in class org.jfree.data.<a href="../org/jfree/data/ComparableObjectSeries.html" title="class in org.jfree.data">ComparableObjectSeries</a></dt>
  165. <dd>
  166. <div class="block">Returns the index of the item with the specified x-value, or a negative
  167. index if the series does not contain an item with that x-value.</div>
  168. </dd>
  169. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/AbstractSeriesDataset.html#indexOf-java.lang.Comparable-">indexOf(Comparable)</a></span> - Method in class org.jfree.data.general.<a href="../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">AbstractSeriesDataset</a></dt>
  170. <dd>
  171. <div class="block">Returns the index of the named series, or -1.</div>
  172. </dd>
  173. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/SeriesDataset.html#indexOf-java.lang.Comparable-">indexOf(Comparable)</a></span> - Method in interface org.jfree.data.general.<a href="../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general">SeriesDataset</a></dt>
  174. <dd>
  175. <div class="block">Returns the index of the series with the specified key, or -1 if there
  176. is no such series in the dataset.</div>
  177. </dd>
  178. <dt><span class="memberNameLink"><a href="../org/jfree/data/time/TimeSeriesCollection.html#indexOf-org.jfree.data.time.TimeSeries-">indexOf(TimeSeries)</a></span> - Method in class org.jfree.data.time.<a href="../org/jfree/data/time/TimeSeriesCollection.html" title="class in org.jfree.data.time">TimeSeriesCollection</a></dt>
  179. <dd>
  180. <div class="block">Returns the index of the specified series, or -1 if that series is not
  181. present in the dataset.</div>
  182. </dd>
  183. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/DefaultXYDataset.html#indexOf-java.lang.Comparable-">indexOf(Comparable)</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/DefaultXYDataset.html" title="class in org.jfree.data.xy">DefaultXYDataset</a></dt>
  184. <dd>
  185. <div class="block">Returns the index of the series with the specified key, or -1 if there
  186. is no such series in the dataset.</div>
  187. </dd>
  188. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/DefaultXYZDataset.html#indexOf-java.lang.Comparable-">indexOf(Comparable)</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/DefaultXYZDataset.html" title="class in org.jfree.data.xy">DefaultXYZDataset</a></dt>
  189. <dd>
  190. <div class="block">Returns the index of the series with the specified key, or -1 if there
  191. is no such series in the dataset.</div>
  192. </dd>
  193. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/VectorSeriesCollection.html#indexOf-org.jfree.data.xy.VectorSeries-">indexOf(VectorSeries)</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/VectorSeriesCollection.html" title="class in org.jfree.data.xy">VectorSeriesCollection</a></dt>
  194. <dd>
  195. <div class="block">Returns the index of the specified series, or -1 if that series is not
  196. present in the dataset.</div>
  197. </dd>
  198. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/XYSeries.html#indexOf-java.lang.Number-">indexOf(Number)</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/XYSeries.html" title="class in org.jfree.data.xy">XYSeries</a></dt>
  199. <dd>
  200. <div class="block">Returns the index of the item with the specified x-value, or a negative
  201. index if the series does not contain an item with that x-value.</div>
  202. </dd>
  203. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/XYSeriesCollection.html#indexOf-org.jfree.data.xy.XYSeries-">indexOf(XYSeries)</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/XYSeriesCollection.html" title="class in org.jfree.data.xy">XYSeriesCollection</a></dt>
  204. <dd>
  205. <div class="block">Returns the index of the specified series, or -1 if that series is not
  206. present in the dataset.</div>
  207. </dd>
  208. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/ContourDataset.html#indexX--">indexX()</a></span> - Method in interface org.jfree.data.contour.<a href="../org/jfree/data/contour/ContourDataset.html" title="interface in org.jfree.data.contour">ContourDataset</a></dt>
  209. <dd>
  210. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  211. <div class="block">Returns an int array contain the index into the x values.</div>
  212. </dd>
  213. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/DefaultContourDataset.html#indexX--">indexX()</a></span> - Method in class org.jfree.data.contour.<a href="../org/jfree/data/contour/DefaultContourDataset.html" title="class in org.jfree.data.contour">DefaultContourDataset</a></dt>
  214. <dd>
  215. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  216. <div class="block">Returns an int array contain the index into the x values.</div>
  217. </dd>
  218. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/DefaultContourDataset.html#indexX-int-">indexX(int)</a></span> - Method in class org.jfree.data.contour.<a href="../org/jfree/data/contour/DefaultContourDataset.html" title="class in org.jfree.data.contour">DefaultContourDataset</a></dt>
  219. <dd>
  220. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  221. <div class="block">Given index k, returns the column index containing k.</div>
  222. </dd>
  223. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/DefaultContourDataset.html#indexY-int-">indexY(int)</a></span> - Method in class org.jfree.data.contour.<a href="../org/jfree/data/contour/DefaultContourDataset.html" title="class in org.jfree.data.contour">DefaultContourDataset</a></dt>
  224. <dd>
  225. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  226. <div class="block">Given index k, return the row index containing k.</div>
  227. </dd>
  228. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/DefaultContourDataset.html#indexZ-int-int-">indexZ(int, int)</a></span> - Method in class org.jfree.data.contour.<a href="../org/jfree/data/contour/DefaultContourDataset.html" title="class in org.jfree.data.contour">DefaultContourDataset</a></dt>
  229. <dd>
  230. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  231. <div class="block">Given column and row indices, returns the k index.</div>
  232. </dd>
  233. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html#inExceptionSegments--">inExceptionSegments()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html" title="class in org.jfree.chart.axis">SegmentedTimeline.Segment</a></dt>
  234. <dd>
  235. <div class="block">Returns true if we are an exception segment.</div>
  236. </dd>
  237. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html#inExcludeSegments--">inExcludeSegments()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html" title="class in org.jfree.chart.axis">SegmentedTimeline.Segment</a></dt>
  238. <dd>
  239. <div class="block">Returns true if we are an excluded segment.</div>
  240. </dd>
  241. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html#inExcludeSegments--">inExcludeSegments()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html" title="class in org.jfree.chart.axis">SegmentedTimeline.SegmentRange</a></dt>
  242. <dd>
  243. <div class="block">Returns true if we are an excluded segment.</div>
  244. </dd>
  245. <dt><span class="memberNameLink"><a href="../org/jfree/chart/JFreeChart.html#INFO">INFO</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</a></dt>
  246. <dd>
  247. <div class="block">Information about the project.</div>
  248. </dd>
  249. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html#inIncludeSegments--">inIncludeSegments()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html" title="class in org.jfree.chart.axis">SegmentedTimeline.Segment</a></dt>
  250. <dd>
  251. <div class="block">Returns true if we are an included segment and we are not an
  252. exception.</div>
  253. </dd>
  254. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html#inIncludeSegments--">inIncludeSegments()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html" title="class in org.jfree.chart.axis">SegmentedTimeline.SegmentRange</a></dt>
  255. <dd>
  256. <div class="block">Returns true if all Segments of this SegmentRenge are an included
  257. segment and are not an exception.</div>
  258. </dd>
  259. <dt><span class="memberNameLink"><a href="../org/jfree/chart/servlet/DisplayChart.html#init--">init()</a></span> - Method in class org.jfree.chart.servlet.<a href="../org/jfree/chart/servlet/DisplayChart.html" title="class in org.jfree.chart.servlet">DisplayChart</a></dt>
  260. <dd>
  261. <div class="block">Init method.</div>
  262. </dd>
  263. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PiePlot.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PiePlot-java.lang.Integer-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, PiePlot, Integer, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></dt>
  264. <dd>
  265. <div class="block">Initialises the drawing procedure.</div>
  266. </dd>
  267. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/RingPlot.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PiePlot-java.lang.Integer-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, PiePlot, Integer, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/RingPlot.html" title="class in org.jfree.chart.plot">RingPlot</a></dt>
  268. <dd>
  269. <div class="block">Initialises the plot state (which will store the total of all dataset
  270. values, among other things).</div>
  271. </dd>
  272. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.CategoryPlot-int-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.html" title="class in org.jfree.chart.renderer.category">AbstractCategoryItemRenderer</a></dt>
  273. <dd>
  274. <div class="block">Initialises the renderer and returns a state object that will be used
  275. for the remainder of the drawing process for a single chart.</div>
  276. </dd>
  277. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/BarRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.CategoryPlot-int-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/BarRenderer.html" title="class in org.jfree.chart.renderer.category">BarRenderer</a></dt>
  278. <dd>
  279. <div class="block">Initialises the renderer and returns a state object that will be passed
  280. to subsequent calls to the drawItem method.</div>
  281. </dd>
  282. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/BarRenderer3D.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.CategoryPlot-int-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/BarRenderer3D.html" title="class in org.jfree.chart.renderer.category">BarRenderer3D</a></dt>
  283. <dd>
  284. <div class="block">Initialises the renderer and returns a state object that will be passed
  285. to subsequent calls to the drawItem method.</div>
  286. </dd>
  287. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.CategoryPlot-int-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html" title="class in org.jfree.chart.renderer.category">BoxAndWhiskerRenderer</a></dt>
  288. <dd>
  289. <div class="block">Initialises the renderer.</div>
  290. </dd>
  291. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.CategoryPlot-int-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo)</a></span> - Method in interface org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html" title="interface in org.jfree.chart.renderer.category">CategoryItemRenderer</a></dt>
  292. <dd>
  293. <div class="block">Initialises the renderer.</div>
  294. </dd>
  295. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/LevelRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.CategoryPlot-int-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/LevelRenderer.html" title="class in org.jfree.chart.renderer.category">LevelRenderer</a></dt>
  296. <dd>
  297. <div class="block">Initialises the renderer and returns a state object that will be passed
  298. to subsequent calls to the drawItem method.</div>
  299. </dd>
  300. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/AbstractXYItemRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/AbstractXYItemRenderer.html" title="class in org.jfree.chart.renderer.xy">AbstractXYItemRenderer</a></dt>
  301. <dd>
  302. <div class="block">Initialises the renderer and returns a state object that should be
  303. passed to all subsequent calls to the drawItem() method.</div>
  304. </dd>
  305. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/CandlestickRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/CandlestickRenderer.html" title="class in org.jfree.chart.renderer.xy">CandlestickRenderer</a></dt>
  306. <dd>
  307. <div class="block">Initialises the renderer then returns the number of 'passes' through the
  308. data that the renderer will require (usually just one).</div>
  309. </dd>
  310. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/DeviationRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/DeviationRenderer.html" title="class in org.jfree.chart.renderer.xy">DeviationRenderer</a></dt>
  311. <dd>
  312. <div class="block">Initialises and returns a state object that can be passed to each
  313. invocation of the <a href="../org/jfree/chart/renderer/xy/DeviationRenderer.html#drawItem-java.awt.Graphics2D-org.jfree.chart.renderer.xy.XYItemRendererState-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PlotRenderingInfo-org.jfree.chart.plot.XYPlot-org.jfree.chart.axis.ValueAxis-org.jfree.chart.axis.ValueAxis-org.jfree.data.xy.XYDataset-int-int-org.jfree.chart.plot.CrosshairState-int-"><code>DeviationRenderer.drawItem(java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int)</code></a> method.</div>
  314. </dd>
  315. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/SamplingXYLineRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/SamplingXYLineRenderer.html" title="class in org.jfree.chart.renderer.xy">SamplingXYLineRenderer</a></dt>
  316. <dd>
  317. <div class="block">Initialises the renderer.</div>
  318. </dd>
  319. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/StackedXYAreaRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/StackedXYAreaRenderer.html" title="class in org.jfree.chart.renderer.xy">StackedXYAreaRenderer</a></dt>
  320. <dd>
  321. <div class="block">Initialises the renderer.</div>
  322. </dd>
  323. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/StackedXYBarRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/StackedXYBarRenderer.html" title="class in org.jfree.chart.renderer.xy">StackedXYBarRenderer</a></dt>
  324. <dd>
  325. <div class="block">Initialises the renderer and returns a state object that should be
  326. passed to all subsequent calls to the drawItem() method.</div>
  327. </dd>
  328. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/StandardXYItemRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/StandardXYItemRenderer.html" title="class in org.jfree.chart.renderer.xy">StandardXYItemRenderer</a></dt>
  329. <dd>
  330. <div class="block">Initialises the renderer.</div>
  331. </dd>
  332. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYAreaRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYAreaRenderer.html" title="class in org.jfree.chart.renderer.xy">XYAreaRenderer</a></dt>
  333. <dd>
  334. <div class="block">Initialises the renderer and returns a state object that should be
  335. passed to all subsequent calls to the drawItem() method.</div>
  336. </dd>
  337. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYBarRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYBarRenderer.html" title="class in org.jfree.chart.renderer.xy">XYBarRenderer</a></dt>
  338. <dd>
  339. <div class="block">Initialises the renderer and returns a state object that should be
  340. passed to all subsequent calls to the drawItem() method.</div>
  341. </dd>
  342. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYDifferenceRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYDifferenceRenderer.html" title="class in org.jfree.chart.renderer.xy">XYDifferenceRenderer</a></dt>
  343. <dd>
  344. <div class="block">Initialises the renderer and returns a state object that should be
  345. passed to subsequent calls to the drawItem() method.</div>
  346. </dd>
  347. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in interface org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html" title="interface in org.jfree.chart.renderer.xy">XYItemRenderer</a></dt>
  348. <dd>
  349. <div class="block">Initialises the renderer then returns the number of 'passes' through the
  350. data that the renderer will require (usually just one).</div>
  351. </dd>
  352. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.html" title="class in org.jfree.chart.renderer.xy">XYLineAndShapeRenderer</a></dt>
  353. <dd>
  354. <div class="block">Initialises the renderer.</div>
  355. </dd>
  356. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYSplineRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYSplineRenderer.html" title="class in org.jfree.chart.renderer.xy">XYSplineRenderer</a></dt>
  357. <dd>
  358. <div class="block">Initialises the renderer.</div>
  359. </dd>
  360. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYStepAreaRenderer.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.XYPlot-org.jfree.data.xy.XYDataset-org.jfree.chart.plot.PlotRenderingInfo-">initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYStepAreaRenderer.html" title="class in org.jfree.chart.renderer.xy">XYStepAreaRenderer</a></dt>
  361. <dd>
  362. <div class="block">Initialises the renderer.</div>
  363. </dd>
  364. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ColorPalette.html#initialize--">initialize()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ColorPalette.html" title="class in org.jfree.chart.plot">ColorPalette</a></dt>
  365. <dd>
  366. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  367. <div class="block">Called to initialize the palette's color indexes</div>
  368. </dd>
  369. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/GreyPalette.html#initialize--">initialize()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/GreyPalette.html" title="class in org.jfree.chart.plot">GreyPalette</a></dt>
  370. <dd>
  371. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  372. <div class="block">Intializes the palette's indices.</div>
  373. </dd>
  374. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/RainbowPalette.html#initialize--">initialize()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/RainbowPalette.html" title="class in org.jfree.chart.plot">RainbowPalette</a></dt>
  375. <dd>
  376. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  377. <div class="block">Intializes the palettes indexes</div>
  378. </dd>
  379. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/DefaultContourDataset.html#initialize-java.lang.Object:A-java.lang.Object:A-java.lang.Object:A-">initialize(Object[], Object[], Object[])</a></span> - Method in class org.jfree.data.contour.<a href="../org/jfree/data/contour/DefaultContourDataset.html" title="class in org.jfree.data.contour">DefaultContourDataset</a></dt>
  380. <dd>
  381. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  382. <div class="block">Initialises the dataset.</div>
  383. </dd>
  384. <dt><span class="memberNameLink"><a href="../org/jfree/data/DefaultKeyedValues.html#insertValue-int-java.lang.Comparable-double-">insertValue(int, Comparable, double)</a></span> - Method in class org.jfree.data.<a href="../org/jfree/data/DefaultKeyedValues.html" title="class in org.jfree.data">DefaultKeyedValues</a></dt>
  385. <dd>
  386. <div class="block">Inserts a new value at the specified position in the dataset or, if
  387. there is an existing item with the specified key, updates the value
  388. for that item and moves it to the specified position.</div>
  389. </dd>
  390. <dt><span class="memberNameLink"><a href="../org/jfree/data/DefaultKeyedValues.html#insertValue-int-java.lang.Comparable-java.lang.Number-">insertValue(int, Comparable, Number)</a></span> - Method in class org.jfree.data.<a href="../org/jfree/data/DefaultKeyedValues.html" title="class in org.jfree.data">DefaultKeyedValues</a></dt>
  391. <dd>
  392. <div class="block">Inserts a new value at the specified position in the dataset or, if
  393. there is an existing item with the specified key, updates the value
  394. for that item and moves it to the specified position.</div>
  395. </dd>
  396. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DefaultPieDataset.html#insertValue-int-java.lang.Comparable-double-">insertValue(int, Comparable, double)</a></span> - Method in class org.jfree.data.general.<a href="../org/jfree/data/general/DefaultPieDataset.html" title="class in org.jfree.data.general">DefaultPieDataset</a></dt>
  397. <dd>
  398. <div class="block">Inserts a new value at the specified position in the dataset or, if
  399. there is an existing item with the specified key, updates the value
  400. for that item and moves it to the specified position.</div>
  401. </dd>
  402. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DefaultPieDataset.html#insertValue-int-java.lang.Comparable-java.lang.Number-">insertValue(int, Comparable, Number)</a></span> - Method in class org.jfree.data.general.<a href="../org/jfree/data/general/DefaultPieDataset.html" title="class in org.jfree.data.general">DefaultPieDataset</a></dt>
  403. <dd>
  404. <div class="block">Inserts a new value at the specified position in the dataset or, if
  405. there is an existing item with the specified key, updates the value
  406. for that item and moves it to the specified position.</div>
  407. </dd>
  408. <dt><span class="memberNameLink"><a href="../org/jfree/data/KeyedObjects.html#insertValue-int-java.lang.Comparable-java.lang.Object-">insertValue(int, Comparable, Object)</a></span> - Method in class org.jfree.data.<a href="../org/jfree/data/KeyedObjects.html" title="class in org.jfree.data">KeyedObjects</a></dt>
  409. <dd>
  410. <div class="block">Inserts a new value at the specified position in the dataset or, if
  411. there is an existing item with the specified key, updates the value
  412. for that item and moves it to the specified position.</div>
  413. </dd>
  414. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE1">INSIDE1</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  415. <dd>
  416. <div class="block">INSIDE1.</div>
  417. </dd>
  418. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE10">INSIDE10</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  419. <dd>
  420. <div class="block">INSIDE10.</div>
  421. </dd>
  422. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE11">INSIDE11</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  423. <dd>
  424. <div class="block">INSIDE11.</div>
  425. </dd>
  426. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE12">INSIDE12</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  427. <dd>
  428. <div class="block">INSIDE12.</div>
  429. </dd>
  430. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE2">INSIDE2</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  431. <dd>
  432. <div class="block">INSIDE2.</div>
  433. </dd>
  434. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE3">INSIDE3</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  435. <dd>
  436. <div class="block">INSIDE3.</div>
  437. </dd>
  438. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE4">INSIDE4</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  439. <dd>
  440. <div class="block">INSIDE4.</div>
  441. </dd>
  442. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE5">INSIDE5</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  443. <dd>
  444. <div class="block">INSIDE5.</div>
  445. </dd>
  446. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE6">INSIDE6</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  447. <dd>
  448. <div class="block">INSIDE6.</div>
  449. </dd>
  450. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE7">INSIDE7</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  451. <dd>
  452. <div class="block">INSIDE7.</div>
  453. </dd>
  454. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE8">INSIDE8</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  455. <dd>
  456. <div class="block">INSIDE8.</div>
  457. </dd>
  458. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelAnchor.html#INSIDE9">INSIDE9</a></span> - Static variable in class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels">ItemLabelAnchor</a></dt>
  459. <dd>
  460. <div class="block">INSIDE9.</div>
  461. </dd>
  462. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html#intersect-long-long-">intersect(long, long)</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.Segment.html" title="class in org.jfree.chart.axis">SegmentedTimeline.Segment</a></dt>
  463. <dd>
  464. <div class="block">Returns a segment that is the intersection of this segment and the
  465. interval.</div>
  466. </dd>
  467. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html#intersect-long-long-">intersect(long, long)</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SegmentedTimeline.SegmentRange.html" title="class in org.jfree.chart.axis">SegmentedTimeline.SegmentRange</a></dt>
  468. <dd>
  469. <div class="block">Returns a segment that is the intersection of this segment and the
  470. interval.</div>
  471. </dd>
  472. <dt><span class="memberNameLink"><a href="../org/jfree/data/Range.html#intersects-double-double-">intersects(double, double)</a></span> - Method in class org.jfree.data.<a href="../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></dt>
  473. <dd>
  474. <div class="block">Returns <code>true</code> if the range intersects with the specified
  475. range, and <code>false</code> otherwise.</div>
  476. </dd>
  477. <dt><span class="memberNameLink"><a href="../org/jfree/data/Range.html#intersects-org.jfree.data.Range-">intersects(Range)</a></span> - Method in class org.jfree.data.<a href="../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></dt>
  478. <dd>
  479. <div class="block">Returns <code>true</code> if the range intersects with the specified
  480. range, and <code>false</code> otherwise.</div>
  481. </dd>
  482. <dt><a href="../org/jfree/chart/renderer/category/IntervalBarRenderer.html" title="class in org.jfree.chart.renderer.category"><span class="typeNameLink">IntervalBarRenderer</span></a> - Class in <a href="../org/jfree/chart/renderer/category/package-summary.html">org.jfree.chart.renderer.category</a></dt>
  483. <dd>
  484. <div class="block">A renderer that handles the drawing of bars for a bar plot where
  485. each bar has a high and low value.</div>
  486. </dd>
  487. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/IntervalBarRenderer.html#IntervalBarRenderer--">IntervalBarRenderer()</a></span> - Constructor for class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/IntervalBarRenderer.html" title="class in org.jfree.chart.renderer.category">IntervalBarRenderer</a></dt>
  488. <dd>
  489. <div class="block">Constructs a new renderer.</div>
  490. </dd>
  491. <dt><a href="../org/jfree/data/category/IntervalCategoryDataset.html" title="interface in org.jfree.data.category"><span class="typeNameLink">IntervalCategoryDataset</span></a> - Interface in <a href="../org/jfree/data/category/package-summary.html">org.jfree.data.category</a></dt>
  492. <dd>
  493. <div class="block">A category dataset that defines a value range for each series/category
  494. combination.</div>
  495. </dd>
  496. <dt><a href="../org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">IntervalCategoryItemLabelGenerator</span></a> - Class in <a href="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</a></dt>
  497. <dd>
  498. <div class="block">A label generator for plots that use data from an
  499. <a href="../org/jfree/data/category/IntervalCategoryDataset.html" title="interface in org.jfree.data.category"><code>IntervalCategoryDataset</code></a>.</div>
  500. </dd>
  501. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.html#IntervalCategoryItemLabelGenerator--">IntervalCategoryItemLabelGenerator()</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalCategoryItemLabelGenerator</a></dt>
  502. <dd>
  503. <div class="block">Creates a new generator with a default number formatter.</div>
  504. </dd>
  505. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.html#IntervalCategoryItemLabelGenerator-java.lang.String-java.text.NumberFormat-">IntervalCategoryItemLabelGenerator(String, NumberFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalCategoryItemLabelGenerator</a></dt>
  506. <dd>
  507. <div class="block">Creates a new generator with the specified number formatter.</div>
  508. </dd>
  509. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.html#IntervalCategoryItemLabelGenerator-java.lang.String-java.text.DateFormat-">IntervalCategoryItemLabelGenerator(String, DateFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalCategoryItemLabelGenerator</a></dt>
  510. <dd>
  511. <div class="block">Creates a new generator with the specified date formatter.</div>
  512. </dd>
  513. <dt><a href="../org/jfree/chart/labels/IntervalCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">IntervalCategoryToolTipGenerator</span></a> - Class in <a href="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</a></dt>
  514. <dd>
  515. <div class="block">A tooltip generator for plots that use data from an
  516. <a href="../org/jfree/data/category/IntervalCategoryDataset.html" title="interface in org.jfree.data.category"><code>IntervalCategoryDataset</code></a>.</div>
  517. </dd>
  518. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalCategoryToolTipGenerator.html#IntervalCategoryToolTipGenerator--">IntervalCategoryToolTipGenerator()</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">IntervalCategoryToolTipGenerator</a></dt>
  519. <dd>
  520. <div class="block">Creates a new generator with a default number formatter.</div>
  521. </dd>
  522. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalCategoryToolTipGenerator.html#IntervalCategoryToolTipGenerator-java.lang.String-java.text.NumberFormat-">IntervalCategoryToolTipGenerator(String, NumberFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">IntervalCategoryToolTipGenerator</a></dt>
  523. <dd>
  524. <div class="block">Creates a new generator with the specified number formatter.</div>
  525. </dd>
  526. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalCategoryToolTipGenerator.html#IntervalCategoryToolTipGenerator-java.lang.String-java.text.DateFormat-">IntervalCategoryToolTipGenerator(String, DateFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">IntervalCategoryToolTipGenerator</a></dt>
  527. <dd>
  528. <div class="block">Creates a new generator with the specified date formatter.</div>
  529. </dd>
  530. <dt><a href="../org/jfree/chart/plot/IntervalMarker.html" title="class in org.jfree.chart.plot"><span class="typeNameLink">IntervalMarker</span></a> - Class in <a href="../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a></dt>
  531. <dd>
  532. <div class="block">Represents an interval to be highlighted in some way.</div>
  533. </dd>
  534. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/IntervalMarker.html#IntervalMarker-double-double-">IntervalMarker(double, double)</a></span> - Constructor for class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/IntervalMarker.html" title="class in org.jfree.chart.plot">IntervalMarker</a></dt>
  535. <dd>
  536. <div class="block">Constructs an interval marker.</div>
  537. </dd>
  538. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/IntervalMarker.html#IntervalMarker-double-double-java.awt.Paint-">IntervalMarker(double, double, Paint)</a></span> - Constructor for class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/IntervalMarker.html" title="class in org.jfree.chart.plot">IntervalMarker</a></dt>
  539. <dd>
  540. <div class="block">Creates a new interval marker with the specified range and fill paint.</div>
  541. </dd>
  542. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/IntervalMarker.html#IntervalMarker-double-double-java.awt.Paint-java.awt.Stroke-java.awt.Paint-java.awt.Stroke-float-">IntervalMarker(double, double, Paint, Stroke, Paint, Stroke, float)</a></span> - Constructor for class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/IntervalMarker.html" title="class in org.jfree.chart.plot">IntervalMarker</a></dt>
  543. <dd>
  544. <div class="block">Constructs an interval marker.</div>
  545. </dd>
  546. <dt><a href="../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy"><span class="typeNameLink">IntervalXYDataset</span></a> - Interface in <a href="../org/jfree/data/xy/package-summary.html">org.jfree.data.xy</a></dt>
  547. <dd>
  548. <div class="block">An extension of the <a href="../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a> interface that allows an x-interval
  549. and a y-interval to be defined.</div>
  550. </dd>
  551. <dt><a href="../org/jfree/data/xy/IntervalXYDelegate.html" title="class in org.jfree.data.xy"><span class="typeNameLink">IntervalXYDelegate</span></a> - Class in <a href="../org/jfree/data/xy/package-summary.html">org.jfree.data.xy</a></dt>
  552. <dd>
  553. <div class="block">A delegate that handles the specification or automatic calculation of the
  554. interval surrounding the x-values in a dataset.</div>
  555. </dd>
  556. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/IntervalXYDelegate.html#IntervalXYDelegate-org.jfree.data.xy.XYDataset-">IntervalXYDelegate(XYDataset)</a></span> - Constructor for class org.jfree.data.xy.<a href="../org/jfree/data/xy/IntervalXYDelegate.html" title="class in org.jfree.data.xy">IntervalXYDelegate</a></dt>
  557. <dd>
  558. <div class="block">Creates a new delegate that.</div>
  559. </dd>
  560. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/IntervalXYDelegate.html#IntervalXYDelegate-org.jfree.data.xy.XYDataset-boolean-">IntervalXYDelegate(XYDataset, boolean)</a></span> - Constructor for class org.jfree.data.xy.<a href="../org/jfree/data/xy/IntervalXYDelegate.html" title="class in org.jfree.data.xy">IntervalXYDelegate</a></dt>
  561. <dd>
  562. <div class="block">Creates a new delegate for the specified dataset.</div>
  563. </dd>
  564. <dt><a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">IntervalXYItemLabelGenerator</span></a> - Class in <a href="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</a></dt>
  565. <dd>
  566. <div class="block">An item label generator for datasets that implement the
  567. <a href="../org/jfree/data/xy/IntervalXYDataset.html" title="interface in org.jfree.data.xy"><code>IntervalXYDataset</code></a> interface.</div>
  568. </dd>
  569. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html#IntervalXYItemLabelGenerator--">IntervalXYItemLabelGenerator()</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalXYItemLabelGenerator</a></dt>
  570. <dd>
  571. <div class="block">Creates an item label generator using default number formatters.</div>
  572. </dd>
  573. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html#IntervalXYItemLabelGenerator-java.lang.String-java.text.NumberFormat-java.text.NumberFormat-">IntervalXYItemLabelGenerator(String, NumberFormat, NumberFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalXYItemLabelGenerator</a></dt>
  574. <dd>
  575. <div class="block">Creates an item label generator using the specified number formatters.</div>
  576. </dd>
  577. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html#IntervalXYItemLabelGenerator-java.lang.String-java.text.DateFormat-java.text.NumberFormat-">IntervalXYItemLabelGenerator(String, DateFormat, NumberFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalXYItemLabelGenerator</a></dt>
  578. <dd>
  579. <div class="block">Creates an item label generator using the specified formatters.</div>
  580. </dd>
  581. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html#IntervalXYItemLabelGenerator-java.lang.String-java.text.NumberFormat-java.text.DateFormat-">IntervalXYItemLabelGenerator(String, NumberFormat, DateFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalXYItemLabelGenerator</a></dt>
  582. <dd>
  583. <div class="block">Creates an item label generator using the specified formatters (a
  584. number formatter for the x-values and a date formatter for the
  585. y-values).</div>
  586. </dd>
  587. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html#IntervalXYItemLabelGenerator-java.lang.String-java.text.DateFormat-java.text.DateFormat-">IntervalXYItemLabelGenerator(String, DateFormat, DateFormat)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/IntervalXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">IntervalXYItemLabelGenerator</a></dt>
  588. <dd>
  589. <div class="block">Creates a label generator using the specified date formatters.</div>
  590. </dd>
  591. <dt><a href="../org/jfree/data/xy/IntervalXYZDataset.html" title="interface in org.jfree.data.xy"><span class="typeNameLink">IntervalXYZDataset</span></a> - Interface in <a href="../org/jfree/data/xy/package-summary.html">org.jfree.data.xy</a></dt>
  592. <dd>
  593. <div class="block">An extension of the <a href="../org/jfree/data/xy/XYZDataset.html" title="interface in org.jfree.data.xy"><code>XYZDataset</code></a> interface that allows a range of data
  594. to be defined for any of the X values, the Y values, and the Z values.</div>
  595. </dd>
  596. <dt><span class="memberNameLink"><a href="../org/jfree/data/time/DynamicTimeSeriesCollection.html#invalidateRangeInfo--">invalidateRangeInfo()</a></span> - Method in class org.jfree.data.time.<a href="../org/jfree/data/time/DynamicTimeSeriesCollection.html" title="class in org.jfree.data.time">DynamicTimeSeriesCollection</a></dt>
  597. <dd>
  598. <div class="block">Invalidates the range info.</div>
  599. </dd>
  600. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ColorPalette.html#inverse">inverse</a></span> - Variable in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ColorPalette.html" title="class in org.jfree.chart.plot">ColorPalette</a></dt>
  601. <dd>
  602. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  603. <div class="block">Inverse palette (ie, min and max colors are reversed).</div>
  604. </dd>
  605. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ColorPalette.html#invertPalette--">invertPalette()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ColorPalette.html" title="class in org.jfree.chart.plot">ColorPalette</a></dt>
  606. <dd>
  607. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  608. <div class="block">Inverts Palette</div>
  609. </dd>
  610. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/CyclicNumberAxis.html#isAdvanceLineVisible--">isAdvanceLineVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/CyclicNumberAxis.html" title="class in org.jfree.chart.axis">CyclicNumberAxis</a></dt>
  611. <dd>
  612. <div class="block">The advance line is the line drawn at the limit of the current cycle,
  613. when erasing the previous cycle.</div>
  614. </dd>
  615. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#isAngleGridlinesVisible--">isAngleGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  616. <dd>
  617. <div class="block">Returns <code>true</code> if the angular gridlines are visible, and
  618. <code>false</code> otherwise.</div>
  619. </dd>
  620. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#isAngleLabelsVisible--">isAngleLabelsVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  621. <dd>
  622. <div class="block">Returns a flag that controls whether or not the angle labels are visible.</div>
  623. </dd>
  624. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/DefaultTableXYDataset.html#isAutoPrune--">isAutoPrune()</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/DefaultTableXYDataset.html" title="class in org.jfree.data.xy">DefaultTableXYDataset</a></dt>
  625. <dd>
  626. <div class="block">Returns the flag that controls whether or not x-values are removed from
  627. the dataset when the corresponding y-values are all <code>null</code>.</div>
  628. </dd>
  629. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/ValueAxis.html#isAutoRange--">isAutoRange()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</a></dt>
  630. <dd>
  631. <div class="block">Returns the flag that controls whether or not the axis range is
  632. automatically adjusted to fit the data values.</div>
  633. </dd>
  634. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/ValueAxis.html#isAutoTickUnitSelection--">isAutoTickUnitSelection()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</a></dt>
  635. <dd>
  636. <div class="block">Returns a flag indicating whether or not the tick unit is automatically
  637. selected from a range of standard tick units.</div>
  638. </dd>
  639. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/CategoryTableXYDataset.html#isAutoWidth--">isAutoWidth()</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/CategoryTableXYDataset.html" title="class in org.jfree.data.xy">CategoryTableXYDataset</a></dt>
  640. <dd>
  641. <div class="block">Returns whether the interval width is automatically calculated or not.</div>
  642. </dd>
  643. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/DefaultTableXYDataset.html#isAutoWidth--">isAutoWidth()</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/DefaultTableXYDataset.html" title="class in org.jfree.data.xy">DefaultTableXYDataset</a></dt>
  644. <dd>
  645. <div class="block">Returns whether the interval width is automatically calculated or not.</div>
  646. </dd>
  647. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/IntervalXYDelegate.html#isAutoWidth--">isAutoWidth()</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/IntervalXYDelegate.html" title="class in org.jfree.data.xy">IntervalXYDelegate</a></dt>
  648. <dd>
  649. <div class="block">Returns <code>true</code> if the interval width is automatically
  650. calculated, and <code>false</code> otherwise.</div>
  651. </dd>
  652. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/XYSeriesCollection.html#isAutoWidth--">isAutoWidth()</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/XYSeriesCollection.html" title="class in org.jfree.data.xy">XYSeriesCollection</a></dt>
  653. <dd>
  654. <div class="block">Returns whether the interval width is automatically calculated or not.</div>
  655. </dd>
  656. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/Axis.html#isAxisLineVisible--">isAxisLineVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/Axis.html" title="class in org.jfree.chart.axis">Axis</a></dt>
  657. <dd>
  658. <div class="block">A flag that controls whether or not the axis line is drawn.</div>
  659. </dd>
  660. <dt><span class="memberNameLink"><a href="../org/jfree/chart/JFreeChart.html#isBorderVisible--">isBorderVisible()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</a></dt>
  661. <dd>
  662. <div class="block">Returns a flag that controls whether or not a border is drawn around the
  663. outside of the chart.</div>
  664. </dd>
  665. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/CyclicNumberAxis.html#isBoundMappedToLastCycle--">isBoundMappedToLastCycle()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/CyclicNumberAxis.html" title="class in org.jfree.chart.axis">CyclicNumberAxis</a></dt>
  666. <dd>
  667. <div class="block">The cycle bound can be associated either with the current or with the
  668. last cycle.</div>
  669. </dd>
  670. <dt><span class="memberNameLink"><a href="../org/jfree/data/time/TimeSeriesTableModel.html#isCellEditable-int-int-">isCellEditable(int, int)</a></span> - Method in class org.jfree.data.time.<a href="../org/jfree/data/time/TimeSeriesTableModel.html" title="class in org.jfree.data.time">TimeSeriesTableModel</a></dt>
  671. <dd>
  672. <div class="block">Returns a flag indicating whether or not the specified cell is editable.</div>
  673. </dd>
  674. <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/XYDatasetTableModel.html#isCellEditable-int-int-">isCellEditable(int, int)</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/XYDatasetTableModel.html" title="class in org.jfree.data.xy">XYDatasetTableModel</a></dt>
  675. <dd>
  676. <div class="block">Returns a flag indicating whether or not the specified cell is editable.</div>
  677. </dd>
  678. <dt><span class="memberNameLink"><a href="../org/jfree/chart/servlet/ChartDeleter.html#isChartAvailable-java.lang.String-">isChartAvailable(String)</a></span> - Method in class org.jfree.chart.servlet.<a href="../org/jfree/chart/servlet/ChartDeleter.html" title="class in org.jfree.chart.servlet">ChartDeleter</a></dt>
  679. <dd>
  680. <div class="block">Checks to see if a chart is in the list of charts to be deleted</div>
  681. </dd>
  682. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PiePlot.html#isCircular--">isCircular()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></dt>
  683. <dd>
  684. <div class="block">Returns a flag indicating whether the pie chart is circular, or
  685. stretched into an elliptical shape.</div>
  686. </dd>
  687. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ClipPath.html#isClip--">isClip()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ClipPath.html" title="class in org.jfree.chart">ClipPath</a></dt>
  688. <dd>
  689. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  690. <div class="block">Returns the clip.</div>
  691. </dd>
  692. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/ArcDialFrame.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/ArcDialFrame.html" title="class in org.jfree.chart.plot.dial">ArcDialFrame</a></dt>
  693. <dd>
  694. <div class="block">Returns <code>false</code> to indicate that this dial layer is not
  695. clipped to the dial window.</div>
  696. </dd>
  697. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/DialBackground.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/DialBackground.html" title="class in org.jfree.chart.plot.dial">DialBackground</a></dt>
  698. <dd>
  699. <div class="block">Returns <code>true</code> to indicate that this layer should be
  700. clipped within the dial window.</div>
  701. </dd>
  702. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/DialCap.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/DialCap.html" title="class in org.jfree.chart.plot.dial">DialCap</a></dt>
  703. <dd>
  704. <div class="block">Returns <code>true</code> to indicate that this layer should be
  705. clipped within the dial window.</div>
  706. </dd>
  707. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/DialLayer.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in interface org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/DialLayer.html" title="interface in org.jfree.chart.plot.dial">DialLayer</a></dt>
  708. <dd>
  709. <div class="block">Returns <code>true</code> if the drawing should be clipped to the
  710. dial window (which is defined by the <a href="../org/jfree/chart/plot/dial/DialFrame.html" title="interface in org.jfree.chart.plot.dial"><code>DialFrame</code></a>), and
  711. <code>false</code> otherwise.</div>
  712. </dd>
  713. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/DialPointer.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/DialPointer.html" title="class in org.jfree.chart.plot.dial">DialPointer</a></dt>
  714. <dd>
  715. <div class="block">Returns <code>true</code> to indicate that this layer should be
  716. clipped within the dial window.</div>
  717. </dd>
  718. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/DialTextAnnotation.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/DialTextAnnotation.html" title="class in org.jfree.chart.plot.dial">DialTextAnnotation</a></dt>
  719. <dd>
  720. <div class="block">Returns <code>true</code> to indicate that this layer should be
  721. clipped within the dial window.</div>
  722. </dd>
  723. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/DialValueIndicator.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/DialValueIndicator.html" title="class in org.jfree.chart.plot.dial">DialValueIndicator</a></dt>
  724. <dd>
  725. <div class="block">Returns <code>true</code> to indicate that this layer should be
  726. clipped within the dial window.</div>
  727. </dd>
  728. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/StandardDialFrame.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/StandardDialFrame.html" title="class in org.jfree.chart.plot.dial">StandardDialFrame</a></dt>
  729. <dd>
  730. <div class="block">Returns <code>false</code> to indicate that this dial layer is not
  731. clipped to the dial window.</div>
  732. </dd>
  733. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/StandardDialRange.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/StandardDialRange.html" title="class in org.jfree.chart.plot.dial">StandardDialRange</a></dt>
  734. <dd>
  735. <div class="block">Returns <code>true</code> to indicate that this layer should be
  736. clipped within the dial window.</div>
  737. </dd>
  738. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/StandardDialScale.html#isClippedToWindow--">isClippedToWindow()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/StandardDialScale.html" title="class in org.jfree.chart.plot.dial">StandardDialScale</a></dt>
  739. <dd>
  740. <div class="block">Returns <code>true</code> to indicate that this layer should be
  741. clipped within the dial window.</div>
  742. </dd>
  743. <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/FXGraphics2D.html#isClippingDisabled--">isClippingDisabled()</a></span> - Method in class org.jfree.chart.fx.<a href="../org/jfree/chart/fx/FXGraphics2D.html" title="class in org.jfree.chart.fx">FXGraphics2D</a></dt>
  744. <dd>
  745. <div class="block">Returns the flag that controls whether or not clipping is actually
  746. applied to the JavaFX canvas.</div>
  747. </dd>
  748. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isCompatibleDomainAxis-org.jfree.chart.axis.ValueAxis-">isCompatibleDomainAxis(ValueAxis)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  749. <dd>
  750. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  751. <div class="block">Checks the compatibility of a domain axis, returning true if the axis is
  752. compatible with the plot, and false otherwise.</div>
  753. </dd>
  754. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartHints.Key.html#isCompatibleValue-java.lang.Object-">isCompatibleValue(Object)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartHints.Key.html" title="class in org.jfree.chart">ChartHints.Key</a></dt>
  755. <dd>
  756. <div class="block">Returns <code>true</code> if <code>val</code> is a value that is
  757. compatible with this key, and <code>false</code> otherwise.</div>
  758. </dd>
  759. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#isCounterClockwise--">isCounterClockwise()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  760. <dd>
  761. <div class="block">Get the direction for growing angle degrees.</div>
  762. </dd>
  763. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartTransferable.html#isDataFlavorSupported-java.awt.datatransfer.DataFlavor-">isDataFlavorSupported(DataFlavor)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartTransferable.html" title="class in org.jfree.chart">ChartTransferable</a></dt>
  764. <dd>
  765. <div class="block">Returns <code>true</code> if the specified flavor is supported.</div>
  766. </dd>
  767. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/ContourDataset.html#isDateAxis-int-">isDateAxis(int)</a></span> - Method in interface org.jfree.data.contour.<a href="../org/jfree/data/contour/ContourDataset.html" title="interface in org.jfree.data.contour">ContourDataset</a></dt>
  768. <dd>
  769. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  770. <div class="block">Returns true if axis are dates.</div>
  771. </dd>
  772. <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/DefaultContourDataset.html#isDateAxis-int-">isDateAxis(int)</a></span> - Method in class org.jfree.data.contour.<a href="../org/jfree/data/contour/DefaultContourDataset.html" title="class in org.jfree.data.contour">DefaultContourDataset</a></dt>
  773. <dd>
  774. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  775. <div class="block">Returns true if axis are dates.</div>
  776. </dd>
  777. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isDomainCrosshairLockedOnData--">isDomainCrosshairLockedOnData()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  778. <dd>
  779. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  780. <div class="block">Returns a flag indicating whether or not the crosshair should "lock-on"
  781. to actual data values.</div>
  782. </dd>
  783. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isDomainCrosshairLockedOnData--">isDomainCrosshairLockedOnData()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  784. <dd>
  785. <div class="block">Returns a flag indicating whether or not the crosshair should "lock-on"
  786. to actual data values.</div>
  787. </dd>
  788. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isDomainCrosshairVisible--">isDomainCrosshairVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  789. <dd>
  790. <div class="block">Returns the flag that controls whether or not the domain crosshair is
  791. displayed by the plot.</div>
  792. </dd>
  793. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isDomainCrosshairVisible--">isDomainCrosshairVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  794. <dd>
  795. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  796. <div class="block">Returns a flag indicating whether or not the domain crosshair is visible.</div>
  797. </dd>
  798. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isDomainCrosshairVisible--">isDomainCrosshairVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  799. <dd>
  800. <div class="block">Returns a flag indicating whether or not the domain crosshair is visible.</div>
  801. </dd>
  802. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isDomainGridlinesVisible--">isDomainGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  803. <dd>
  804. <div class="block">Returns the flag that controls whether the domain grid-lines are visible.</div>
  805. </dd>
  806. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#isDomainGridlinesVisible--">isDomainGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</a></dt>
  807. <dd>
  808. <div class="block">Returns <code>true</code> if the domain gridlines are visible, and
  809. <code>false</code> otherwise.</div>
  810. </dd>
  811. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isDomainGridlinesVisible--">isDomainGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  812. <dd>
  813. <div class="block">Returns <code>true</code> if the domain gridlines are visible, and
  814. <code>false</code> otherwise.</div>
  815. </dd>
  816. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isDomainMinorGridlinesVisible--">isDomainMinorGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  817. <dd>
  818. <div class="block">Returns <code>true</code> if the domain minor gridlines are visible, and
  819. <code>false</code> otherwise.</div>
  820. </dd>
  821. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isDomainPannable--">isDomainPannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  822. <dd>
  823. <div class="block">Returns <code>false</code> always, because the plot cannot be panned
  824. along the domain axis/axes.</div>
  825. </dd>
  826. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedRangeXYPlot.html#isDomainPannable--">isDomainPannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CombinedRangeXYPlot.html" title="class in org.jfree.chart.plot">CombinedRangeXYPlot</a></dt>
  827. <dd>
  828. <div class="block">Returns <code>true</code> if the domain is pannable for at least one subplot,
  829. and <code>false</code> otherwise.</div>
  830. </dd>
  831. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#isDomainPannable--">isDomainPannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</a></dt>
  832. <dd>
  833. <div class="block">Returns <code>true</code> if panning is enabled for the domain axes,
  834. and <code>false</code> otherwise.</div>
  835. </dd>
  836. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Pannable.html#isDomainPannable--">isDomainPannable()</a></span> - Method in interface org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Pannable.html" title="interface in org.jfree.chart.plot">Pannable</a></dt>
  837. <dd>
  838. <div class="block">Evaluates if the domain axis can be panned.</div>
  839. </dd>
  840. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isDomainPannable--">isDomainPannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  841. <dd>
  842. <div class="block">Returns <code>true</code> if panning is enabled for the domain axes,
  843. and <code>false</code> otherwise.</div>
  844. </dd>
  845. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isDomainZeroBaselineVisible--">isDomainZeroBaselineVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  846. <dd>
  847. <div class="block">Returns a flag that controls whether or not a zero baseline is
  848. displayed for the domain axis.</div>
  849. </dd>
  850. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
  851. <dd>
  852. <div class="block">Returns the flag that determines whether or not zooming is enabled for
  853. the domain axis.</div>
  854. </dd>
  855. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  856. <dd>
  857. <div class="block">Returns <code>false</code> to indicate that the domain axes are not
  858. zoomable.</div>
  859. </dd>
  860. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  861. <dd>
  862. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  863. <div class="block">Returns <code>false</code>.</div>
  864. </dd>
  865. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</a></dt>
  866. <dd>
  867. <div class="block">Returns <code>true</code>.</div>
  868. </dd>
  869. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  870. <dd>
  871. <div class="block">Returns <code>false</code> always.</div>
  872. </dd>
  873. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</a></dt>
  874. <dd>
  875. <div class="block">Returns <code>false</code>.</div>
  876. </dd>
  877. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  878. <dd>
  879. <div class="block">Returns <code>true</code>, indicating that the domain axis/axes for this
  880. plot are zoomable.</div>
  881. </dd>
  882. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#isDomainZoomable--">isDomainZoomable()</a></span> - Method in interface org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot">Zoomable</a></dt>
  883. <dd>
  884. <div class="block">Returns <code>true</code> if the plot's domain is zoomable, and
  885. <code>false</code> otherwise.</div>
  886. </dd>
  887. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/BarRenderer.html#isDrawBarOutline--">isDrawBarOutline()</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/BarRenderer.html" title="class in org.jfree.chart.renderer.category">BarRenderer</a></dt>
  888. <dd>
  889. <div class="block">Returns a flag that controls whether or not bar outlines are drawn.</div>
  890. </dd>
  891. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYBarRenderer.html#isDrawBarOutline--">isDrawBarOutline()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYBarRenderer.html" title="class in org.jfree.chart.renderer.xy">XYBarRenderer</a></dt>
  892. <dd>
  893. <div class="block">Returns a flag that controls whether or not bar outlines are drawn.</div>
  894. </dd>
  895. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/MinMaxCategoryRenderer.html#isDrawLines--">isDrawLines()</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/MinMaxCategoryRenderer.html" title="class in org.jfree.chart.renderer.category">MinMaxCategoryRenderer</a></dt>
  896. <dd>
  897. <div class="block">Gets whether or not lines are drawn between category points.</div>
  898. </dd>
  899. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ClipPath.html#isDrawPath--">isDrawPath()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ClipPath.html" title="class in org.jfree.chart">ClipPath</a></dt>
  900. <dd>
  901. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  902. <div class="block">Returns the drawPath.</div>
  903. </dd>
  904. <dt><span class="memberNameLink"><a href="../org/jfree/chart/block/BlockContainer.html#isEmpty--">isEmpty()</a></span> - Method in class org.jfree.chart.block.<a href="../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block">BlockContainer</a></dt>
  905. <dd>
  906. <div class="block">Returns <code>true</code> if there are no blocks in the container, and
  907. <code>false</code> otherwise.</div>
  908. </dd>
  909. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/Series.html#isEmpty--">isEmpty()</a></span> - Method in class org.jfree.data.general.<a href="../org/jfree/data/general/Series.html" title="class in org.jfree.data.general">Series</a></dt>
  910. <dd>
  911. <div class="block">Returns <code>true</code> if the series contains no data items, and
  912. <code>false</code> otherwise.</div>
  913. </dd>
  914. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PlotUtilities.html#isEmptyOrNull-org.jfree.chart.plot.XYPlot-">isEmptyOrNull(XYPlot)</a></span> - Static method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PlotUtilities.html" title="class in org.jfree.chart.plot">PlotUtilities</a></dt>
  915. <dd>
  916. <div class="block">Returns <code>true</code> if all the datasets belonging to the specified
  917. plot are empty or <code>null</code>, and <code>false</code> otherwise.</div>
  918. </dd>
  919. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#isEmptyOrNull-org.jfree.data.general.PieDataset-">isEmptyOrNull(PieDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  920. <dd>
  921. <div class="block">Returns <code>true</code> if the dataset is empty (or <code>null</code>),
  922. and <code>false</code> otherwise.</div>
  923. </dd>
  924. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#isEmptyOrNull-org.jfree.data.category.CategoryDataset-">isEmptyOrNull(CategoryDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  925. <dd>
  926. <div class="block">Returns <code>true</code> if the dataset is empty (or <code>null</code>),
  927. and <code>false</code> otherwise.</div>
  928. </dd>
  929. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#isEmptyOrNull-org.jfree.data.xy.XYDataset-">isEmptyOrNull(XYDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  930. <dd>
  931. <div class="block">Returns <code>true</code> if the dataset is empty (or <code>null</code>),
  932. and <code>false</code> otherwise.</div>
  933. </dd>
  934. <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/interaction/AbstractMouseHandlerFX.html#isEnabled--">isEnabled()</a></span> - Method in class org.jfree.chart.fx.interaction.<a href="../org/jfree/chart/fx/interaction/AbstractMouseHandlerFX.html" title="class in org.jfree.chart.fx.interaction">AbstractMouseHandlerFX</a></dt>
  935. <dd>
  936. <div class="block">Returns the flag that controls whether or not the handler is enabled.</div>
  937. </dd>
  938. <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/interaction/MouseHandlerFX.html#isEnabled--">isEnabled()</a></span> - Method in interface org.jfree.chart.fx.interaction.<a href="../org/jfree/chart/fx/interaction/MouseHandlerFX.html" title="interface in org.jfree.chart.fx.interaction">MouseHandlerFX</a></dt>
  939. <dd>
  940. <div class="block">Returns <code>true</code> if the mouse handler is enabled, and
  941. <code>false</code> if it is disabled.</div>
  942. </dd>
  943. <dt><span class="memberNameLink"><a href="../org/jfree/chart/encoders/ImageEncoder.html#isEncodingAlpha--">isEncodingAlpha()</a></span> - Method in interface org.jfree.chart.encoders.<a href="../org/jfree/chart/encoders/ImageEncoder.html" title="interface in org.jfree.chart.encoders">ImageEncoder</a></dt>
  944. <dd>
  945. <div class="block">Get whether the encoder should encode alpha transparency.</div>
  946. </dd>
  947. <dt><span class="memberNameLink"><a href="../org/jfree/chart/encoders/KeypointPNGEncoderAdapter.html#isEncodingAlpha--">isEncodingAlpha()</a></span> - Method in class org.jfree.chart.encoders.<a href="../org/jfree/chart/encoders/KeypointPNGEncoderAdapter.html" title="class in org.jfree.chart.encoders">KeypointPNGEncoderAdapter</a></dt>
  948. <dd>
  949. <div class="block">Get whether the encoder should encode alpha transparency.</div>
  950. </dd>
  951. <dt><span class="memberNameLink"><a href="../org/jfree/chart/encoders/SunJPEGEncoderAdapter.html#isEncodingAlpha--">isEncodingAlpha()</a></span> - Method in class org.jfree.chart.encoders.<a href="../org/jfree/chart/encoders/SunJPEGEncoderAdapter.html" title="class in org.jfree.chart.encoders">SunJPEGEncoderAdapter</a></dt>
  952. <dd>
  953. <div class="block">Returns <code>false</code> always, indicating that this encoder does not
  954. encode alpha transparency.</div>
  955. </dd>
  956. <dt><span class="memberNameLink"><a href="../org/jfree/chart/encoders/SunPNGEncoderAdapter.html#isEncodingAlpha--">isEncodingAlpha()</a></span> - Method in class org.jfree.chart.encoders.<a href="../org/jfree/chart/encoders/SunPNGEncoderAdapter.html" title="class in org.jfree.chart.encoders">SunPNGEncoderAdapter</a></dt>
  957. <dd>
  958. <div class="block">Get whether the encoder should encode alpha transparency (always false).</div>
  959. </dd>
  960. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#isEnforceFileExtensions--">isEnforceFileExtensions()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
  961. <dd>
  962. <div class="block">Returns <code>true</code> if file extensions should be enforced, and
  963. <code>false</code> otherwise.</div>
  964. </dd>
  965. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ClipPath.html#isFillPath--">isFillPath()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ClipPath.html" title="class in org.jfree.chart">ClipPath</a></dt>
  966. <dd>
  967. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  968. <div class="block">Returns the fillPath.</div>
  969. </dd>
  970. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/SymbolAxis.html#isGridBandsVisible--">isGridBandsVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/SymbolAxis.html" title="class in org.jfree.chart.axis">SymbolAxis</a></dt>
  971. <dd>
  972. <div class="block">Returns <code>true</code> if the grid bands are showing, and
  973. <code>false</code> otherwise.</div>
  974. </dd>
  975. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYShapeRenderer.html#isGuideLinesVisible--">isGuideLinesVisible()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYShapeRenderer.html" title="class in org.jfree.chart.renderer.xy">XYShapeRenderer</a></dt>
  976. <dd>
  977. <div class="block">Returns a flag that controls whether or not guide lines are drawn for
  978. each data item (the lines are horizontal and vertical "crosshairs"
  979. linking the data point to the axes).</div>
  980. </dd>
  981. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/DateAxis.html#isHiddenValue-long-">isHiddenValue(long)</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/DateAxis.html" title="class in org.jfree.chart.axis">DateAxis</a></dt>
  982. <dd>
  983. <div class="block">Returns <code>true</code> if the axis hides this value, and
  984. <code>false</code> otherwise.</div>
  985. </dd>
  986. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/OutlierListCollection.html#isHighFarOut--">isHighFarOut()</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/OutlierListCollection.html" title="class in org.jfree.chart.renderer">OutlierListCollection</a></dt>
  987. <dd>
  988. <div class="block">A flag to indicate the presence of one or more far out values at the
  989. top end of the range.</div>
  990. </dd>
  991. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PlotOrientation.html#isHorizontal--">isHorizontal()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</a></dt>
  992. <dd>
  993. <div class="block">Returns <code>true</code> if this orientation is <code>HORIZONTAL</code>,
  994. and <code>false</code> otherwise.</div>
  995. </dd>
  996. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ColorPalette.html#isInverse--">isInverse()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ColorPalette.html" title="class in org.jfree.chart.plot">ColorPalette</a></dt>
  997. <dd>
  998. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  999. <div class="block">Returns the inverse flag.</div>
  1000. </dd>
  1001. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/ValueAxis.html#isInverted--">isInverted()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</a></dt>
  1002. <dd>
  1003. <div class="block">Returns a flag that controls the direction of values on the axis.</div>
  1004. </dd>
  1005. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/AbstractRenderer.html#isItemLabelVisible-int-int-">isItemLabelVisible(int, int)</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/AbstractRenderer.html" title="class in org.jfree.chart.renderer">AbstractRenderer</a></dt>
  1006. <dd>
  1007. <div class="block">Returns <code>true</code> if an item label is visible, and
  1008. <code>false</code> otherwise.</div>
  1009. </dd>
  1010. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html#isItemLabelVisible-int-int-">isItemLabelVisible(int, int)</a></span> - Method in interface org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html" title="interface in org.jfree.chart.renderer.category">CategoryItemRenderer</a></dt>
  1011. <dd>
  1012. <div class="block">Returns <code>true</code> if an item label is visible, and
  1013. <code>false</code> otherwise.</div>
  1014. </dd>
  1015. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html#isItemLabelVisible-int-int-">isItemLabelVisible(int, int)</a></span> - Method in interface org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html" title="interface in org.jfree.chart.renderer.xy">XYItemRenderer</a></dt>
  1016. <dd>
  1017. <div class="block">Returns <code>true</code> if an item label is visible, and
  1018. <code>false</code> otherwise.</div>
  1019. </dd>
  1020. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/DeviationRenderer.html#isItemPass-int-">isItemPass(int)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/DeviationRenderer.html" title="class in org.jfree.chart.renderer.xy">DeviationRenderer</a></dt>
  1021. <dd>
  1022. <div class="block">Returns <code>true</code> if this is the pass where the shapes are
  1023. drawn.</div>
  1024. </dd>
  1025. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYLine3DRenderer.html#isItemPass-int-">isItemPass(int)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYLine3DRenderer.html" title="class in org.jfree.chart.renderer.xy">XYLine3DRenderer</a></dt>
  1026. <dd>
  1027. <div class="block">Returns <code>true</code> if the specified pass involves drawing items.</div>
  1028. </dd>
  1029. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.html#isItemPass-int-">isItemPass(int)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.html" title="class in org.jfree.chart.renderer.xy">XYLineAndShapeRenderer</a></dt>
  1030. <dd>
  1031. <div class="block">Returns <code>true</code> if the specified pass is the one for drawing
  1032. items.</div>
  1033. </dd>
  1034. <dt><span class="memberNameLink"><a href="../org/jfree/chart/util/ExportUtils.html#isJFreeSVGAvailable--">isJFreeSVGAvailable()</a></span> - Static method in class org.jfree.chart.util.<a href="../org/jfree/chart/util/ExportUtils.html" title="class in org.jfree.chart.util">ExportUtils</a></dt>
  1035. <dd>
  1036. <div class="block">Returns <code>true</code> if JFreeSVG is on the classpath, and
  1037. <code>false</code> otherwise.</div>
  1038. </dd>
  1039. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Crosshair.html#isLabelOutlineVisible--">isLabelOutlineVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Crosshair.html" title="class in org.jfree.chart.plot">Crosshair</a></dt>
  1040. <dd>
  1041. <div class="block">Returns the flag that controls the visibility of the label outline.</div>
  1042. </dd>
  1043. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Crosshair.html#isLabelVisible--">isLabelVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Crosshair.html" title="class in org.jfree.chart.plot">Crosshair</a></dt>
  1044. <dd>
  1045. <div class="block">Returns the flag that controls whether or not a label is drawn for
  1046. this crosshair.</div>
  1047. </dd>
  1048. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/StandardXYItemRenderer.State.html#isLastPointGood--">isLastPointGood()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/StandardXYItemRenderer.State.html" title="class in org.jfree.chart.renderer.xy">StandardXYItemRenderer.State</a></dt>
  1049. <dd>
  1050. <div class="block">Returns a flag that indicates if the last point drawn (in the
  1051. current series) was 'good' (non-null).</div>
  1052. </dd>
  1053. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.State.html#isLastPointGood--">isLastPointGood()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.State.html" title="class in org.jfree.chart.renderer.xy">XYLineAndShapeRenderer.State</a></dt>
  1054. <dd>
  1055. <div class="block">Returns a flag that indicates if the last point drawn (in the
  1056. current series) was 'good' (non-null).</div>
  1057. </dd>
  1058. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/DeviationRenderer.html#isLinePass-int-">isLinePass(int)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/DeviationRenderer.html" title="class in org.jfree.chart.renderer.xy">DeviationRenderer</a></dt>
  1059. <dd>
  1060. <div class="block">Returns <code>true</code> if this is the pass where the lines are
  1061. drawn.</div>
  1062. </dd>
  1063. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYLine3DRenderer.html#isLinePass-int-">isLinePass(int)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYLine3DRenderer.html" title="class in org.jfree.chart.renderer.xy">XYLine3DRenderer</a></dt>
  1064. <dd>
  1065. <div class="block">Returns <code>true</code> if the specified pass involves drawing lines.</div>
  1066. </dd>
  1067. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.html#isLinePass-int-">isLinePass(int)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.html" title="class in org.jfree.chart.renderer.xy">XYLineAndShapeRenderer</a></dt>
  1068. <dd>
  1069. <div class="block">Returns <code>true</code> if the specified pass is the one for drawing
  1070. lines.</div>
  1071. </dd>
  1072. <dt><span class="memberNameLink"><a href="../org/jfree/chart/LegendItem.html#isLineVisible--">isLineVisible()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/LegendItem.html" title="class in org.jfree.chart">LegendItem</a></dt>
  1073. <dd>
  1074. <div class="block">Returns a flag that indicates whether or not the line is visible.</div>
  1075. </dd>
  1076. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/LegendGraphic.html#isLineVisible--">isLineVisible()</a></span> - Method in class org.jfree.chart.title.<a href="../org/jfree/chart/title/LegendGraphic.html" title="class in org.jfree.chart.title">LegendGraphic</a></dt>
  1077. <dd>
  1078. <div class="block">Returns the flag that controls whether or not the line is visible.</div>
  1079. </dd>
  1080. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ColorPalette.html#isLogscale--">isLogscale()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ColorPalette.html" title="class in org.jfree.chart.plot">ColorPalette</a></dt>
  1081. <dd>
  1082. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  1083. <div class="block">Returns the log-scale flag.</div>
  1084. </dd>
  1085. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/OutlierListCollection.html#isLowFarOut--">isLowFarOut()</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/OutlierListCollection.html" title="class in org.jfree.chart.renderer">OutlierListCollection</a></dt>
  1086. <dd>
  1087. <div class="block">A flag to indicate the presence of one or more far out values at the
  1088. bottom end of the range.</div>
  1089. </dd>
  1090. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/WaferMapDataset.html#isMaxValue-java.lang.Number-">isMaxValue(Number)</a></span> - Method in class org.jfree.data.general.<a href="../org/jfree/data/general/WaferMapDataset.html" title="class in org.jfree.data.general">WaferMapDataset</a></dt>
  1091. <dd>
  1092. <div class="block">Tests to see if the passed value is larger than the stored maxvalue.</div>
  1093. </dd>
  1094. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html#isMeanVisible--">isMeanVisible()</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html" title="class in org.jfree.chart.renderer.category">BoxAndWhiskerRenderer</a></dt>
  1095. <dd>
  1096. <div class="block">Returns the flag that controls whether or not the mean indicator is
  1097. draw for each item.</div>
  1098. </dd>
  1099. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html#isMedianVisible--">isMedianVisible()</a></span> - Method in class org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html" title="class in org.jfree.chart.renderer.category">BoxAndWhiskerRenderer</a></dt>
  1100. <dd>
  1101. <div class="block">Returns the flag that controls whether or not the median indicator is
  1102. draw for each item.</div>
  1103. </dd>
  1104. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/Axis.html#isMinorTickMarksVisible--">isMinorTickMarksVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/Axis.html" title="class in org.jfree.chart.axis">Axis</a></dt>
  1105. <dd>
  1106. <div class="block">Returns the flag that indicates whether or not the minor tick marks are
  1107. showing.</div>
  1108. </dd>
  1109. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/PeriodAxis.html#isMinorTickMarksVisible--">isMinorTickMarksVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/PeriodAxis.html" title="class in org.jfree.chart.axis">PeriodAxis</a></dt>
  1110. <dd>
  1111. <div class="block">Returns the flag that controls whether or not minor tick marks
  1112. are displayed for the axis.</div>
  1113. </dd>
  1114. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/WaferMapDataset.html#isMinValue-java.lang.Number-">isMinValue(Number)</a></span> - Method in class org.jfree.data.general.<a href="../org/jfree/data/general/WaferMapDataset.html" title="class in org.jfree.data.general">WaferMapDataset</a></dt>
  1115. <dd>
  1116. <div class="block">Tests to see if the passed value is smaller than the stored minvalue.</div>
  1117. </dd>
  1118. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#isMouseWheelEnabled--">isMouseWheelEnabled()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
  1119. <dd>
  1120. <div class="block">Returns <code>true</code> if the mouse wheel handler is enabled, and
  1121. <code>false</code> otherwise.</div>
  1122. </dd>
  1123. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/OutlierList.html#isMultiple--">isMultiple()</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/OutlierList.html" title="class in org.jfree.chart.renderer">OutlierList</a></dt>
  1124. <dd>
  1125. <div class="block">Returns <code>true</code> if the list contains multiple outliers, and
  1126. <code>false</code> otherwise.</div>
  1127. </dd>
  1128. <dt><span class="memberNameLink"><a href="../org/jfree/data/Range.html#isNaNRange--">isNaNRange()</a></span> - Method in class org.jfree.data.<a href="../org/jfree/data/Range.html" title="class in org.jfree.data">Range</a></dt>
  1129. <dd>
  1130. <div class="block">Returns <code>true</code> if both the lower and upper bounds are
  1131. <code>Double.NaN</code>, and <code>false</code> otherwise.</div>
  1132. </dd>
  1133. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/ValueAxis.html#isNegativeArrowVisible--">isNegativeArrowVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</a></dt>
  1134. <dd>
  1135. <div class="block">Returns a flag that controls whether or not the axis line has an arrow
  1136. drawn that points in the negative direction for the axis.</div>
  1137. </dd>
  1138. <dt><span class="memberNameLink"><a href="../org/jfree/chart/JFreeChart.html#isNotify--">isNotify()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</a></dt>
  1139. <dd>
  1140. <div class="block">Returns a flag that controls whether or not change events are sent to
  1141. registered listeners.</div>
  1142. </dd>
  1143. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Plot.html#isNotify--">isNotify()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></dt>
  1144. <dd>
  1145. <div class="block">Returns a flag that controls whether or not change events are sent to
  1146. registered listeners.</div>
  1147. </dd>
  1148. <dt><span class="memberNameLink"><a href="../org/jfree/chart/util/ExportUtils.html#isOrsonPDFAvailable--">isOrsonPDFAvailable()</a></span> - Static method in class org.jfree.chart.util.<a href="../org/jfree/chart/util/ExportUtils.html" title="class in org.jfree.chart.util">ExportUtils</a></dt>
  1149. <dd>
  1150. <div class="block">Returns <code>true</code> if OrsonPDF is on the classpath, and
  1151. <code>false</code> otherwise.</div>
  1152. </dd>
  1153. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYAreaRenderer.html#isOutline--">isOutline()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYAreaRenderer.html" title="class in org.jfree.chart.renderer.xy">XYAreaRenderer</a></dt>
  1154. <dd>
  1155. <div class="block">Returns a flag that controls whether or not outlines of the areas are
  1156. drawn.</div>
  1157. </dd>
  1158. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYAreaRenderer2.html#isOutline--">isOutline()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYAreaRenderer2.html" title="class in org.jfree.chart.renderer.xy">XYAreaRenderer2</a></dt>
  1159. <dd>
  1160. <div class="block">Returns a flag that controls whether or not outlines of the areas are
  1161. drawn.</div>
  1162. </dd>
  1163. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYStepAreaRenderer.html#isOutline--">isOutline()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYStepAreaRenderer.html" title="class in org.jfree.chart.renderer.xy">XYStepAreaRenderer</a></dt>
  1164. <dd>
  1165. <div class="block">Returns a flag that controls whether or not outlines of the areas are
  1166. drawn.</div>
  1167. </dd>
  1168. <dt><span class="memberNameLink"><a href="../org/jfree/chart/annotations/XYTextAnnotation.html#isOutlineVisible--">isOutlineVisible()</a></span> - Method in class org.jfree.chart.annotations.<a href="../org/jfree/chart/annotations/XYTextAnnotation.html" title="class in org.jfree.chart.annotations">XYTextAnnotation</a></dt>
  1169. <dd>
  1170. <div class="block">Returns the flag that controls whether or not the outline is drawn.</div>
  1171. </dd>
  1172. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Plot.html#isOutlineVisible--">isOutlineVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></dt>
  1173. <dd>
  1174. <div class="block">Returns the flag that controls whether or not the plot outline is
  1175. drawn.</div>
  1176. </dd>
  1177. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/OutlierList.html#isOverlapped-org.jfree.chart.renderer.Outlier-">isOverlapped(Outlier)</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/OutlierList.html" title="class in org.jfree.chart.renderer">OutlierList</a></dt>
  1178. <dd>
  1179. <div class="block">Returns <code>true</code> if the outlier overlaps, and
  1180. <code>false</code> otherwise.</div>
  1181. </dd>
  1182. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/AbstractXYItemRenderer.html#isPointInRect-java.awt.geom.Rectangle2D-double-double-">isPointInRect(Rectangle2D, double, double)</a></span> - Static method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/AbstractXYItemRenderer.html" title="class in org.jfree.chart.renderer.xy">AbstractXYItemRenderer</a></dt>
  1183. <dd>
  1184. <div class="block">Returns <code>true</code> if the specified point (x, y) falls within or
  1185. on the boundary of the specified rectangle.</div>
  1186. </dd>
  1187. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/ValueAxis.html#isPositiveArrowVisible--">isPositiveArrowVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</a></dt>
  1188. <dd>
  1189. <div class="block">Returns a flag that controls whether or not the axis line has an arrow
  1190. drawn that points in the positive direction for the axis.</div>
  1191. </dd>
  1192. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#isRadiusGridlinesVisible--">isRadiusGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  1193. <dd>
  1194. <div class="block">Returns <code>true</code> if the radius axis grid is visible, and
  1195. <code>false</code> otherwise.</div>
  1196. </dd>
  1197. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#isRadiusMinorGridlinesVisible--">isRadiusMinorGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  1198. <dd>
  1199. <div class="block">Return the current value of the flag indicating if radial minor
  1200. grid-lines will be drawn or not.</div>
  1201. </dd>
  1202. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isRangeCrosshairLockedOnData--">isRangeCrosshairLockedOnData()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  1203. <dd>
  1204. <div class="block">Returns a flag indicating whether or not the crosshair should "lock-on"
  1205. to actual data values.</div>
  1206. </dd>
  1207. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isRangeCrosshairLockedOnData--">isRangeCrosshairLockedOnData()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  1208. <dd>
  1209. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  1210. <div class="block">Returns a flag indicating whether or not the crosshair should "lock-on"
  1211. to actual data values.</div>
  1212. </dd>
  1213. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isRangeCrosshairLockedOnData--">isRangeCrosshairLockedOnData()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  1214. <dd>
  1215. <div class="block">Returns a flag indicating whether or not the crosshair should "lock-on"
  1216. to actual data values.</div>
  1217. </dd>
  1218. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isRangeCrosshairVisible--">isRangeCrosshairVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  1219. <dd>
  1220. <div class="block">Returns a flag indicating whether or not the range crosshair is visible.</div>
  1221. </dd>
  1222. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isRangeCrosshairVisible--">isRangeCrosshairVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  1223. <dd>
  1224. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  1225. <div class="block">Returns a flag indicating whether or not the range crosshair is visible.</div>
  1226. </dd>
  1227. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isRangeCrosshairVisible--">isRangeCrosshairVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  1228. <dd>
  1229. <div class="block">Returns a flag indicating whether or not the range crosshair is visible.</div>
  1230. </dd>
  1231. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isRangeGridlinesVisible--">isRangeGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  1232. <dd>
  1233. <div class="block">Returns the flag that controls whether the range grid-lines are visible.</div>
  1234. </dd>
  1235. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#isRangeGridlinesVisible--">isRangeGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</a></dt>
  1236. <dd>
  1237. <div class="block">Returns <code>true</code> if the range axis grid is visible, and
  1238. <code>false</code> otherwise.</div>
  1239. </dd>
  1240. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isRangeGridlinesVisible--">isRangeGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  1241. <dd>
  1242. <div class="block">Returns <code>true</code> if the range axis grid is visible, and
  1243. <code>false</code> otherwise.</div>
  1244. </dd>
  1245. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isRangeMinorGridlinesVisible--">isRangeMinorGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  1246. <dd>
  1247. <div class="block">Returns <code>true</code> if the range axis minor grid is visible, and
  1248. <code>false</code> otherwise.</div>
  1249. </dd>
  1250. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isRangeMinorGridlinesVisible--">isRangeMinorGridlinesVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  1251. <dd>
  1252. <div class="block">Returns <code>true</code> if the range axis minor grid is visible, and
  1253. <code>false</code> otherwise.</div>
  1254. </dd>
  1255. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isRangePannable--">isRangePannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  1256. <dd>
  1257. <div class="block">Returns <code>true</code> if panning is enabled for the range axes,
  1258. and <code>false</code> otherwise.</div>
  1259. </dd>
  1260. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedDomainXYPlot.html#isRangePannable--">isRangePannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CombinedDomainXYPlot.html" title="class in org.jfree.chart.plot">CombinedDomainXYPlot</a></dt>
  1261. <dd>
  1262. <div class="block">Returns <code>true</code> if the range is pannable for at least one subplot,
  1263. and <code>false</code> otherwise.</div>
  1264. </dd>
  1265. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#isRangePannable--">isRangePannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</a></dt>
  1266. <dd>
  1267. <div class="block">Returns <code>true</code> if panning is enabled for the range axes,
  1268. and <code>false</code> otherwise.</div>
  1269. </dd>
  1270. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Pannable.html#isRangePannable--">isRangePannable()</a></span> - Method in interface org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Pannable.html" title="interface in org.jfree.chart.plot">Pannable</a></dt>
  1271. <dd>
  1272. <div class="block">Evaluates if the range axis can be panned.</div>
  1273. </dd>
  1274. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isRangePannable--">isRangePannable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  1275. <dd>
  1276. <div class="block">Returns <code>true</code> if panning is enabled for the range axis/axes,
  1277. and <code>false</code> otherwise.</div>
  1278. </dd>
  1279. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isRangeZeroBaselineVisible--">isRangeZeroBaselineVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  1280. <dd>
  1281. <div class="block">Returns a flag that controls whether or not a zero baseline is
  1282. displayed for the range axis.</div>
  1283. </dd>
  1284. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isRangeZeroBaselineVisible--">isRangeZeroBaselineVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  1285. <dd>
  1286. <div class="block">Returns a flag that controls whether or not a zero baseline is
  1287. displayed for the range axis.</div>
  1288. </dd>
  1289. <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
  1290. <dd>
  1291. <div class="block">Returns the flag that determines whether or not zooming is enabled for
  1292. the range axis.</div>
  1293. </dd>
  1294. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></dt>
  1295. <dd>
  1296. <div class="block">Returns <code>true</code> to indicate that the range axes are zoomable.</div>
  1297. </dd>
  1298. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  1299. <dd>
  1300. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  1301. <div class="block">Returns <code>false</code>.</div>
  1302. </dd>
  1303. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</a></dt>
  1304. <dd>
  1305. <div class="block">Returns <code>true</code>.</div>
  1306. </dd>
  1307. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></dt>
  1308. <dd>
  1309. <div class="block">Returns <code>true</code> to indicate that the range axis is zoomable.</div>
  1310. </dd>
  1311. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</a></dt>
  1312. <dd>
  1313. <div class="block">Returns <code>true</code>.</div>
  1314. </dd>
  1315. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></dt>
  1316. <dd>
  1317. <div class="block">Returns <code>true</code>, indicating that the range axis/axes for this
  1318. plot are zoomable.</div>
  1319. </dd>
  1320. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#isRangeZoomable--">isRangeZoomable()</a></span> - Method in interface org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot">Zoomable</a></dt>
  1321. <dd>
  1322. <div class="block">Returns <code>true</code> if the plot's range is zoomable, and
  1323. <code>false</code> otherwise.</div>
  1324. </dd>
  1325. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#isRenderAsPoints--">isRenderAsPoints()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></dt>
  1326. <dd>
  1327. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  1328. <div class="block">Returns the renderAsPoints.</div>
  1329. </dd>
  1330. <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/ChartCanvas.html#isResizable--">isResizable()</a></span> - Method in class org.jfree.chart.fx.<a href="../org/jfree/chart/fx/ChartCanvas.html" title="class in org.jfree.chart.fx">ChartCanvas</a></dt>
  1331. <dd>
  1332. <div class="block">Return <code>true</code> to indicate the canvas is resizable.</div>
  1333. </dd>
  1334. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/DefaultPolarItemRenderer.html#isSeriesFilled-int-">isSeriesFilled(int)</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/DefaultPolarItemRenderer.html" title="class in org.jfree.chart.renderer">DefaultPolarItemRenderer</a></dt>
  1335. <dd>
  1336. <div class="block">Returns <code>true</code> if the renderer should fill the specified
  1337. series, and <code>false</code> otherwise.</div>
  1338. </dd>
  1339. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/AbstractRenderer.html#isSeriesItemLabelsVisible-int-">isSeriesItemLabelsVisible(int)</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/AbstractRenderer.html" title="class in org.jfree.chart.renderer">AbstractRenderer</a></dt>
  1340. <dd>
  1341. <div class="block">Returns <code>true</code> if the item labels for a series are visible,
  1342. and <code>false</code> otherwise.</div>
  1343. </dd>
  1344. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html#isSeriesItemLabelsVisible-int-">isSeriesItemLabelsVisible(int)</a></span> - Method in interface org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html" title="interface in org.jfree.chart.renderer.category">CategoryItemRenderer</a></dt>
  1345. <dd>
  1346. <div class="block">Returns <code>true</code> if the item labels for a series are visible,
  1347. and <code>false</code> otherwise.</div>
  1348. </dd>
  1349. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html#isSeriesItemLabelsVisible-int-">isSeriesItemLabelsVisible(int)</a></span> - Method in interface org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html" title="interface in org.jfree.chart.renderer.xy">XYItemRenderer</a></dt>
  1350. <dd>
  1351. <div class="block">Returns <code>true</code> if the item labels for a series are visible,
  1352. and <code>false</code> otherwise.</div>
  1353. </dd>
  1354. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/AbstractRenderer.html#isSeriesVisible-int-">isSeriesVisible(int)</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/AbstractRenderer.html" title="class in org.jfree.chart.renderer">AbstractRenderer</a></dt>
  1355. <dd>
  1356. <div class="block">Returns a boolean that indicates whether or not the specified series
  1357. should be drawn.</div>
  1358. </dd>
  1359. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html#isSeriesVisible-int-">isSeriesVisible(int)</a></span> - Method in interface org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html" title="interface in org.jfree.chart.renderer.category">CategoryItemRenderer</a></dt>
  1360. <dd>
  1361. <div class="block">Returns a boolean that indicates whether or not the specified series
  1362. should be drawn (this is typically used to hide an entire series).</div>
  1363. </dd>
  1364. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html#isSeriesVisible-int-">isSeriesVisible(int)</a></span> - Method in interface org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html" title="interface in org.jfree.chart.renderer.xy">XYItemRenderer</a></dt>
  1365. <dd>
  1366. <div class="block">Returns a boolean that indicates whether or not the specified series
  1367. should be drawn (this is typically used to hide an entire series).</div>
  1368. </dd>
  1369. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/AbstractRenderer.html#isSeriesVisibleInLegend-int-">isSeriesVisibleInLegend(int)</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/AbstractRenderer.html" title="class in org.jfree.chart.renderer">AbstractRenderer</a></dt>
  1370. <dd>
  1371. <div class="block">Returns <code>true</code> if the series should be shown in the legend,
  1372. and <code>false</code> otherwise.</div>
  1373. </dd>
  1374. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html#isSeriesVisibleInLegend-int-">isSeriesVisibleInLegend(int)</a></span> - Method in interface org.jfree.chart.renderer.category.<a href="../org/jfree/chart/renderer/category/CategoryItemRenderer.html" title="interface in org.jfree.chart.renderer.category">CategoryItemRenderer</a></dt>
  1375. <dd>
  1376. <div class="block">Returns <code>true</code> if the series should be shown in the legend,
  1377. and <code>false</code> otherwise.</div>
  1378. </dd>
  1379. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html#isSeriesVisibleInLegend-int-">isSeriesVisibleInLegend(int)</a></span> - Method in interface org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYItemRenderer.html" title="interface in org.jfree.chart.renderer.xy">XYItemRenderer</a></dt>
  1380. <dd>
  1381. <div class="block">Returns <code>true</code> if the series should be shown in the legend,
  1382. and <code>false</code> otherwise.</div>
  1383. </dd>
  1384. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYLine3DRenderer.html#isShadowPass-int-">isShadowPass(int)</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYLine3DRenderer.html" title="class in org.jfree.chart.renderer.xy">XYLine3DRenderer</a></dt>
  1385. <dd>
  1386. <div class="block">Returns <code>true</code> if the specified pass involves drawing shadows.</div>
  1387. </dd>
  1388. <dt><span class="memberNameLink"><a href="../org/jfree/chart/StandardChartTheme.html#isShadowVisible--">isShadowVisible()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/StandardChartTheme.html" title="class in org.jfree.chart">StandardChartTheme</a></dt>
  1389. <dd>
  1390. <div class="block">Returns the shadow visibility flag.</div>
  1391. </dd>
  1392. <dt><span class="memberNameLink"><a href="../org/jfree/chart/LegendItem.html#isShapeFilled--">isShapeFilled()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/LegendItem.html" title="class in org.jfree.chart">LegendItem</a></dt>
  1393. <dd>
  1394. <div class="block">Returns a flag that controls whether or not the shape is filled.</div>
  1395. </dd>
  1396. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/LegendGraphic.html#isShapeFilled--">isShapeFilled()</a></span> - Method in class org.jfree.chart.title.<a href="../org/jfree/chart/title/LegendGraphic.html" title="class in org.jfree.chart.title">LegendGraphic</a></dt>
  1397. <dd>
  1398. <div class="block">Returns a flag that controls whether or not the shapes
  1399. are filled.</div>
  1400. </dd>
  1401. <dt><span class="memberNameLink"><a href="../org/jfree/chart/LegendItem.html#isShapeOutlineVisible--">isShapeOutlineVisible()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/LegendItem.html" title="class in org.jfree.chart">LegendItem</a></dt>
  1402. <dd>
  1403. <div class="block">Returns the flag that controls whether or not the shape outline
  1404. is visible.</div>
  1405. </dd>
  1406. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/LegendGraphic.html#isShapeOutlineVisible--">isShapeOutlineVisible()</a></span> - Method in class org.jfree.chart.title.<a href="../org/jfree/chart/title/LegendGraphic.html" title="class in org.jfree.chart.title">LegendGraphic</a></dt>
  1407. <dd>
  1408. <div class="block">Returns a flag that controls whether the shape outline is visible.</div>
  1409. </dd>
  1410. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/xy/XYStepAreaRenderer.html#isShapesFilled--">isShapesFilled()</a></span> - Method in class org.jfree.chart.renderer.xy.<a href="../org/jfree/chart/renderer/xy/XYStepAreaRenderer.html" title="class in org.jfree.chart.renderer.xy">XYStepAreaRenderer</a></dt>
  1411. <dd>
  1412. <div class="block">Returns the flag that controls whether or not the shapes are filled.</div>
  1413. </dd>
  1414. <dt><span class="memberNameLink"><a href="../org/jfree/chart/LegendItem.html#isShapeVisible--">isShapeVisible()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/LegendItem.html" title="class in org.jfree.chart">LegendItem</a></dt>
  1415. <dd>
  1416. <div class="block">Returns a flag that indicates whether or not the shape is visible.</div>
  1417. </dd>
  1418. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/LegendGraphic.html#isShapeVisible--">isShapeVisible()</a></span> - Method in class org.jfree.chart.title.<a href="../org/jfree/chart/title/LegendGraphic.html" title="class in org.jfree.chart.title">LegendGraphic</a></dt>
  1419. <dd>
  1420. <div class="block">Returns a flag that controls whether or not the shape
  1421. is visible.</div>
  1422. </dd>
  1423. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ColorPalette.html#isStepped--">isStepped()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ColorPalette.html" title="class in org.jfree.chart.plot">ColorPalette</a></dt>
  1424. <dd>
  1425. <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
  1426. <div class="block">Returns the 'is-stepped' flag.</div>
  1427. </dd>
  1428. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/PaintScaleLegend.html#isStripOutlineVisible--">isStripOutlineVisible()</a></span> - Method in class org.jfree.chart.title.<a href="../org/jfree/chart/title/PaintScaleLegend.html" title="class in org.jfree.chart.title">PaintScaleLegend</a></dt>
  1429. <dd>
  1430. <div class="block">Returns the flag that controls whether or not an outline is drawn
  1431. around the paint strip.</div>
  1432. </dd>
  1433. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Plot.html#isSubplot--">isSubplot()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></dt>
  1434. <dd>
  1435. <div class="block">Returns <code>true</code> if this plot is part of a combined plot
  1436. structure (that is, <a href="../org/jfree/chart/plot/Plot.html#getParent--"><code>Plot.getParent()</code></a> returns a non-<code>null</code>
  1437. value), and <code>false</code> otherwise.</div>
  1438. </dd>
  1439. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/Axis.html#isTickLabelsVisible--">isTickLabelsVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/Axis.html" title="class in org.jfree.chart.axis">Axis</a></dt>
  1440. <dd>
  1441. <div class="block">Returns a flag indicating whether or not the tick labels are visible.</div>
  1442. </dd>
  1443. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/Axis.html#isTickMarksVisible--">isTickMarksVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/Axis.html" title="class in org.jfree.chart.axis">Axis</a></dt>
  1444. <dd>
  1445. <div class="block">Returns the flag that indicates whether or not the tick marks are
  1446. showing.</div>
  1447. </dd>
  1448. <dt><span class="memberNameLink"><a href="../org/jfree/data/jdbc/JDBCXYDataset.html#isTimeSeries--">isTimeSeries()</a></span> - Method in class org.jfree.data.jdbc.<a href="../org/jfree/data/jdbc/JDBCXYDataset.html" title="class in org.jfree.data.jdbc">JDBCXYDataset</a></dt>
  1449. <dd>
  1450. <div class="block">Returns <code>true</code> if the dataset represents time series data,
  1451. and <code>false</code> otherwise.</div>
  1452. </dd>
  1453. <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/ChartCanvas.html#isTooltipEnabled--">isTooltipEnabled()</a></span> - Method in class org.jfree.chart.fx.<a href="../org/jfree/chart/fx/ChartCanvas.html" title="class in org.jfree.chart.fx">ChartCanvas</a></dt>
  1454. <dd>
  1455. <div class="block">Returns the flag that controls whether or not tooltips are enabled.</div>
  1456. </dd>
  1457. <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/ChartViewer.html#isTooltipEnabled--">isTooltipEnabled()</a></span> - Method in class org.jfree.chart.fx.<a href="../org/jfree/chart/fx/ChartViewer.html" title="class in org.jfree.chart.fx">ChartViewer</a></dt>
  1458. <dd>
  1459. <div class="block">Returns the flag that controls whether or not tooltips are displayed
  1460. for the chart.</div>
  1461. </dd>
  1462. <dt><span class="memberNameLink"><a href="../org/jfree/data/gantt/XYTaskDataset.html#isTransposed--">isTransposed()</a></span> - Method in class org.jfree.data.gantt.<a href="../org/jfree/data/gantt/XYTaskDataset.html" title="class in org.jfree.data.gantt">XYTaskDataset</a></dt>
  1463. <dd>
  1464. <div class="block">Returns a flag that indicates whether or not the dataset is transposed.</div>
  1465. </dd>
  1466. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#isValidNumber-double-">isValidNumber(double)</a></span> - Static method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</a></dt>
  1467. <dd>
  1468. <div class="block">Determine whether a number is valid and finite.</div>
  1469. </dd>
  1470. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PlotOrientation.html#isVertical--">isVertical()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</a></dt>
  1471. <dd>
  1472. <div class="block">Returns <code>true</code> if this orientation is <code>VERTICAL</code>,
  1473. and <code>false</code> otherwise.</div>
  1474. </dd>
  1475. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/ValueAxis.html#isVerticalTickLabels--">isVerticalTickLabels()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</a></dt>
  1476. <dd>
  1477. <div class="block">Returns <code>true</code> if the tick labels should be rotated (to
  1478. vertical), and <code>false</code> otherwise.</div>
  1479. </dd>
  1480. <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/Axis.html#isVisible--">isVisible()</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/Axis.html" title="class in org.jfree.chart.axis">Axis</a></dt>
  1481. <dd>
  1482. <div class="block">Returns <code>true</code> if the axis is visible, and
  1483. <code>false</code> otherwise.</div>
  1484. </dd>
  1485. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Crosshair.html#isVisible--">isVisible()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Crosshair.html" title="class in org.jfree.chart.plot">Crosshair</a></dt>
  1486. <dd>
  1487. <div class="block">Returns the flag that indicates whether or not the crosshair is
  1488. currently visible.</div>
  1489. </dd>
  1490. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/AbstractDialLayer.html#isVisible--">isVisible()</a></span> - Method in class org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/AbstractDialLayer.html" title="class in org.jfree.chart.plot.dial">AbstractDialLayer</a></dt>
  1491. <dd>
  1492. <div class="block">Returns <code>true</code> if this layer is visible (should be displayed),
  1493. and <code>false</code> otherwise.</div>
  1494. </dd>
  1495. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/dial/DialLayer.html#isVisible--">isVisible()</a></span> - Method in interface org.jfree.chart.plot.dial.<a href="../org/jfree/chart/plot/dial/DialLayer.html" title="interface in org.jfree.chart.plot.dial">DialLayer</a></dt>
  1496. <dd>
  1497. <div class="block">Returns a flag that indicates whether or not the layer is visible.</div>
  1498. </dd>
  1499. <dt><span class="memberNameLink"><a href="../org/jfree/chart/title/Title.html#isVisible--">isVisible()</a></span> - Method in class org.jfree.chart.title.<a href="../org/jfree/chart/title/Title.html" title="class in org.jfree.chart.title">Title</a></dt>
  1500. <dd>
  1501. <div class="block">Returns a flag that controls whether or not the title should be
  1502. drawn.</div>
  1503. </dd>
  1504. <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/SpiderWebPlot.html#isWebFilled--">isWebFilled()</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/SpiderWebPlot.html" title="class in org.jfree.chart.plot">SpiderWebPlot</a></dt>
  1505. <dd>
  1506. <div class="block">Method to determine if the web chart is to be filled.</div>
  1507. </dd>
  1508. <dt><span class="memberNameLink"><a href="../org/jfree/data/xml/DatasetTags.html#ITEM_TAG">ITEM_TAG</a></span> - Static variable in interface org.jfree.data.xml.<a href="../org/jfree/data/xml/DatasetTags.html" title="interface in org.jfree.data.xml">DatasetTags</a></dt>
  1509. <dd>
  1510. <div class="block">The 'Item' element name.</div>
  1511. </dd>
  1512. <dt><a href="../org/jfree/data/xml/ItemHandler.html" title="class in org.jfree.data.xml"><span class="typeNameLink">ItemHandler</span></a> - Class in <a href="../org/jfree/data/xml/package-summary.html">org.jfree.data.xml</a></dt>
  1513. <dd>
  1514. <div class="block">A handler for reading key-value items.</div>
  1515. </dd>
  1516. <dt><span class="memberNameLink"><a href="../org/jfree/data/xml/ItemHandler.html#ItemHandler-org.jfree.data.xml.RootHandler-org.xml.sax.helpers.DefaultHandler-">ItemHandler(RootHandler, DefaultHandler)</a></span> - Constructor for class org.jfree.data.xml.<a href="../org/jfree/data/xml/ItemHandler.html" title="class in org.jfree.data.xml">ItemHandler</a></dt>
  1517. <dd>
  1518. <div class="block">Creates a new item handler.</div>
  1519. </dd>
  1520. <dt><a href="../org/jfree/chart/labels/ItemLabelAnchor.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">ItemLabelAnchor</span></a> - Class in <a href="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</a></dt>
  1521. <dd>
  1522. <div class="block">An enumeration of the positions that a value label can take, relative to an
  1523. item in a <a href="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot"><code>CategoryPlot</code></a>.</div>
  1524. </dd>
  1525. <dt><a href="../org/jfree/chart/labels/ItemLabelPosition.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">ItemLabelPosition</span></a> - Class in <a href="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</a></dt>
  1526. <dd>
  1527. <div class="block">The attributes that control the position of the label for each data item on
  1528. a chart.</div>
  1529. </dd>
  1530. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelPosition.html#ItemLabelPosition--">ItemLabelPosition()</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelPosition.html" title="class in org.jfree.chart.labels">ItemLabelPosition</a></dt>
  1531. <dd>
  1532. <div class="block">Creates a new position record with default settings.</div>
  1533. </dd>
  1534. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelPosition.html#ItemLabelPosition-org.jfree.chart.labels.ItemLabelAnchor-org.jfree.ui.TextAnchor-">ItemLabelPosition(ItemLabelAnchor, TextAnchor)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelPosition.html" title="class in org.jfree.chart.labels">ItemLabelPosition</a></dt>
  1535. <dd>
  1536. <div class="block">Creates a new position record (with zero rotation).</div>
  1537. </dd>
  1538. <dt><span class="memberNameLink"><a href="../org/jfree/chart/labels/ItemLabelPosition.html#ItemLabelPosition-org.jfree.chart.labels.ItemLabelAnchor-org.jfree.ui.TextAnchor-org.jfree.ui.TextAnchor-double-">ItemLabelPosition(ItemLabelAnchor, TextAnchor, TextAnchor, double)</a></span> - Constructor for class org.jfree.chart.labels.<a href="../org/jfree/chart/labels/ItemLabelPosition.html" title="class in org.jfree.chart.labels">ItemLabelPosition</a></dt>
  1539. <dd>
  1540. <div class="block">Creates a new position record.</div>
  1541. </dd>
  1542. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateCategoryRangeBounds-org.jfree.data.category.CategoryDataset-boolean-">iterateCategoryRangeBounds(CategoryDataset, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1543. <dd>
  1544. <div class="block"><span class="deprecatedLabel">Deprecated.</span>
  1545. <div class="block"><span class="deprecationComment">As of 1.0.10, use
  1546. <a href="../org/jfree/data/general/DatasetUtilities.html#iterateRangeBounds-org.jfree.data.category.CategoryDataset-boolean-"><code>DatasetUtilities.iterateRangeBounds(CategoryDataset, boolean)</code></a>.</span></div>
  1547. </div>
  1548. </dd>
  1549. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateDomainBounds-org.jfree.data.xy.XYDataset-">iterateDomainBounds(XYDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1550. <dd>
  1551. <div class="block">Iterates over the items in an <a href="../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a> to find
  1552. the range of x-values.</div>
  1553. </dd>
  1554. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateDomainBounds-org.jfree.data.xy.XYDataset-boolean-">iterateDomainBounds(XYDataset, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1555. <dd>
  1556. <div class="block">Iterates over the items in an <a href="../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a> to find
  1557. the range of x-values.</div>
  1558. </dd>
  1559. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateRangeBounds-org.jfree.data.category.CategoryDataset-">iterateRangeBounds(CategoryDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1560. <dd>
  1561. <div class="block">Iterates over the data item of the category dataset to find
  1562. the range bounds.</div>
  1563. </dd>
  1564. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateRangeBounds-org.jfree.data.category.CategoryDataset-boolean-">iterateRangeBounds(CategoryDataset, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1565. <dd>
  1566. <div class="block">Iterates over the data item of the category dataset to find
  1567. the range bounds.</div>
  1568. </dd>
  1569. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateRangeBounds-org.jfree.data.xy.XYDataset-">iterateRangeBounds(XYDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1570. <dd>
  1571. <div class="block">Iterates over the data item of the xy dataset to find
  1572. the range bounds.</div>
  1573. </dd>
  1574. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateRangeBounds-org.jfree.data.xy.XYDataset-boolean-">iterateRangeBounds(XYDataset, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1575. <dd>
  1576. <div class="block">Iterates over the data items of the xy dataset to find
  1577. the range bounds.</div>
  1578. </dd>
  1579. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateToFindDomainBounds-org.jfree.data.xy.XYDataset-java.util.List-boolean-">iterateToFindDomainBounds(XYDataset, List, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1580. <dd>
  1581. <div class="block">Returns the range of x-values in the specified dataset for the
  1582. data items belonging to the visible series.</div>
  1583. </dd>
  1584. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateToFindRangeBounds-org.jfree.data.category.CategoryDataset-java.util.List-boolean-">iterateToFindRangeBounds(CategoryDataset, List, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1585. <dd>
  1586. <div class="block">Iterates over the data item of the category dataset to find
  1587. the range bounds.</div>
  1588. </dd>
  1589. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateToFindRangeBounds-org.jfree.data.xy.XYDataset-java.util.List-org.jfree.data.Range-boolean-">iterateToFindRangeBounds(XYDataset, List, Range, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1590. <dd>
  1591. <div class="block">Returns the range of y-values in the specified dataset for the
  1592. data items belonging to the visible series and with x-values in the
  1593. given range.</div>
  1594. </dd>
  1595. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateToFindZBounds-org.jfree.data.xy.XYZDataset-java.util.List-org.jfree.data.Range-boolean-">iterateToFindZBounds(XYZDataset, List, Range, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1596. <dd>
  1597. <div class="block">Returns the range of z-values in the specified dataset for the
  1598. data items belonging to the visible series and with x-values in the
  1599. given range.</div>
  1600. </dd>
  1601. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateXYRangeBounds-org.jfree.data.xy.XYDataset-">iterateXYRangeBounds(XYDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1602. <dd>
  1603. <div class="block"><span class="deprecatedLabel">Deprecated.</span>
  1604. <div class="block"><span class="deprecationComment">As of 1.0.10, use <a href="../org/jfree/data/general/DatasetUtilities.html#iterateRangeBounds-org.jfree.data.xy.XYDataset-"><code>DatasetUtilities.iterateRangeBounds(XYDataset)</code></a>.</span></div>
  1605. </div>
  1606. </dd>
  1607. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateZBounds-org.jfree.data.xy.XYZDataset-">iterateZBounds(XYZDataset)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1608. <dd>
  1609. <div class="block">Iterates over the data item of the xyz dataset to find
  1610. the z-dimension bounds.</div>
  1611. </dd>
  1612. <dt><span class="memberNameLink"><a href="../org/jfree/data/general/DatasetUtilities.html#iterateZBounds-org.jfree.data.xy.XYZDataset-boolean-">iterateZBounds(XYZDataset, boolean)</a></span> - Static method in class org.jfree.data.general.<a href="../org/jfree/data/general/DatasetUtilities.html" title="class in org.jfree.data.general">DatasetUtilities</a></dt>
  1613. <dd>
  1614. <div class="block">Iterates over the data items of the xyz dataset to find
  1615. the z-dimension bounds.</div>
  1616. </dd>
  1617. <dt><span class="memberNameLink"><a href="../org/jfree/chart/entity/EntityCollection.html#iterator--">iterator()</a></span> - Method in interface org.jfree.chart.entity.<a href="../org/jfree/chart/entity/EntityCollection.html" title="interface in org.jfree.chart.entity">EntityCollection</a></dt>
  1618. <dd>
  1619. <div class="block">Returns an iterator for the entities in the collection.</div>
  1620. </dd>
  1621. <dt><span class="memberNameLink"><a href="../org/jfree/chart/entity/StandardEntityCollection.html#iterator--">iterator()</a></span> - Method in class org.jfree.chart.entity.<a href="../org/jfree/chart/entity/StandardEntityCollection.html" title="class in org.jfree.chart.entity">StandardEntityCollection</a></dt>
  1622. <dd>
  1623. <div class="block">Returns an iterator for the entities in the collection.</div>
  1624. </dd>
  1625. <dt><span class="memberNameLink"><a href="../org/jfree/chart/LegendItemCollection.html#iterator--">iterator()</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/LegendItemCollection.html" title="class in org.jfree.chart">LegendItemCollection</a></dt>
  1626. <dd>
  1627. <div class="block">Returns an iterator that provides access to all the legend items.</div>
  1628. </dd>
  1629. <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/OutlierListCollection.html#iterator--">iterator()</a></span> - Method in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/OutlierListCollection.html" title="class in org.jfree.chart.renderer">OutlierListCollection</a></dt>
  1630. <dd>
  1631. <div class="block">Returns an iterator for the outlier lists.</div>
  1632. </dd>
  1633. </dl>
  1634. <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;<a href="index-25.html">Y</a>&nbsp;<a href="index-26.html">Z</a>&nbsp;</div>
  1635. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  1636. <div class="bottomNav"><a name="navbar.bottom">
  1637. <!-- -->
  1638. </a>
  1639. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  1640. <a name="navbar.bottom.firstrow">
  1641. <!-- -->
  1642. </a>
  1643. <ul class="navList" title="Navigation">
  1644. <li><a href="../overview-summary.html">Overview</a></li>
  1645. <li>Package</li>
  1646. <li>Class</li>
  1647. <li>Use</li>
  1648. <li><a href="../overview-tree.html">Tree</a></li>
  1649. <li><a href="../deprecated-list.html">Deprecated</a></li>
  1650. <li class="navBarCell1Rev">Index</li>
  1651. <li><a href="../help-doc.html">Help</a></li>
  1652. </ul>
  1653. </div>
  1654. <div class="subNav">
  1655. <ul class="navList">
  1656. <li><a href="index-8.html">Prev Letter</a></li>
  1657. <li><a href="index-10.html">Next Letter</a></li>
  1658. </ul>
  1659. <ul class="navList">
  1660. <li><a href="../index.html?index-files/index-9.html" target="_top">Frames</a></li>
  1661. <li><a href="index-9.html" target="_top">No&nbsp;Frames</a></li>
  1662. </ul>
  1663. <ul class="navList" id="allclasses_navbar_bottom">
  1664. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  1665. </ul>
  1666. <div>
  1667. <script type="text/javascript"><!--
  1668. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  1669. if(window==top) {
  1670. allClassesLink.style.display = "block";
  1671. }
  1672. else {
  1673. allClassesLink.style.display = "none";
  1674. }
  1675. //-->
  1676. </script>
  1677. </div>
  1678. <a name="skip.navbar.bottom">
  1679. <!-- -->
  1680. </a></div>
  1681. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  1682. </body>
  1683. </html>