Function2D.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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>Uses of Interface org.jfree.data.function.Function2D (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="Uses of Interface org.jfree.data.function.Function2D (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><a href="../package-summary.html">Package</a></li>
  36. <li><a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Class</a></li>
  37. <li class="navBarCell1Rev">Use</li>
  38. <li><a href="../package-tree.html">Tree</a></li>
  39. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../../../index-files/index-1.html">Index</a></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>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../../index.html?org/jfree/data/function/class-use/Function2D.html" target="_top">Frames</a></li>
  51. <li><a href="Function2D.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="header">
  73. <h2 title="Uses of Interface org.jfree.data.function.Function2D" class="title">Uses of Interface<br>org.jfree.data.function.Function2D</h2>
  74. </div>
  75. <div class="classUseContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  79. <caption><span>Packages that use <a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Function2D</a></span><span class="tabEnd">&nbsp;</span></caption>
  80. <tr>
  81. <th class="colFirst" scope="col">Package</th>
  82. <th class="colLast" scope="col">Description</th>
  83. </tr>
  84. <tbody>
  85. <tr class="altColor">
  86. <td class="colFirst"><a href="#org.jfree.data.function">org.jfree.data.function</a></td>
  87. <td class="colLast">
  88. <div class="block">Representation for simple functions.</div>
  89. </td>
  90. </tr>
  91. <tr class="rowColor">
  92. <td class="colFirst"><a href="#org.jfree.data.general">org.jfree.data.general</a></td>
  93. <td class="colLast">
  94. <div class="block">Data interfaces and classes.</div>
  95. </td>
  96. </tr>
  97. </tbody>
  98. </table>
  99. </li>
  100. <li class="blockList">
  101. <ul class="blockList">
  102. <li class="blockList"><a name="org.jfree.data.function">
  103. <!-- -->
  104. </a>
  105. <h3>Uses of <a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Function2D</a> in <a href="../../../../../org/jfree/data/function/package-summary.html">org.jfree.data.function</a></h3>
  106. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  107. <caption><span>Classes in <a href="../../../../../org/jfree/data/function/package-summary.html">org.jfree.data.function</a> that implement <a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Function2D</a></span><span class="tabEnd">&nbsp;</span></caption>
  108. <tr>
  109. <th class="colFirst" scope="col">Modifier and Type</th>
  110. <th class="colLast" scope="col">Class and Description</th>
  111. </tr>
  112. <tbody>
  113. <tr class="altColor">
  114. <td class="colFirst"><code>class&nbsp;</code></td>
  115. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/data/function/LineFunction2D.html" title="class in org.jfree.data.function">LineFunction2D</a></span></code>
  116. <div class="block">A function in the form y = a + bx.</div>
  117. </td>
  118. </tr>
  119. <tr class="rowColor">
  120. <td class="colFirst"><code>class&nbsp;</code></td>
  121. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/data/function/NormalDistributionFunction2D.html" title="class in org.jfree.data.function">NormalDistributionFunction2D</a></span></code>
  122. <div class="block">A normal distribution function.</div>
  123. </td>
  124. </tr>
  125. <tr class="altColor">
  126. <td class="colFirst"><code>class&nbsp;</code></td>
  127. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/data/function/PolynomialFunction2D.html" title="class in org.jfree.data.function">PolynomialFunction2D</a></span></code>
  128. <div class="block">A function in the form <code>y = a0 + a1 * x + a2 * x^2 + ...</div>
  129. </td>
  130. </tr>
  131. <tr class="rowColor">
  132. <td class="colFirst"><code>class&nbsp;</code></td>
  133. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/data/function/PowerFunction2D.html" title="class in org.jfree.data.function">PowerFunction2D</a></span></code>
  134. <div class="block">A function of the form y = a * x ^ b.</div>
  135. </td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. </li>
  140. <li class="blockList"><a name="org.jfree.data.general">
  141. <!-- -->
  142. </a>
  143. <h3>Uses of <a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Function2D</a> in <a href="../../../../../org/jfree/data/general/package-summary.html">org.jfree.data.general</a></h3>
  144. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  145. <caption><span>Methods in <a href="../../../../../org/jfree/data/general/package-summary.html">org.jfree.data.general</a> with parameters of type <a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Function2D</a></span><span class="tabEnd">&nbsp;</span></caption>
  146. <tr>
  147. <th class="colFirst" scope="col">Modifier and Type</th>
  148. <th class="colLast" scope="col">Method and Description</th>
  149. </tr>
  150. <tbody>
  151. <tr class="altColor">
  152. <td class="colFirst"><code>static <a href="../../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</a></code></td>
  153. <td class="colLast"><span class="typeNameLabel">DatasetUtilities.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/data/general/DatasetUtilities.html#sampleFunction2D-org.jfree.data.function.Function2D-double-double-int-java.lang.Comparable-">sampleFunction2D</a></span>(<a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Function2D</a>&nbsp;f,
  154. double&nbsp;start,
  155. double&nbsp;end,
  156. int&nbsp;samples,
  157. java.lang.Comparable&nbsp;seriesKey)</code>
  158. <div class="block">Creates an <a href="../../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><code>XYDataset</code></a> by sampling the specified function over a
  159. fixed range.</div>
  160. </td>
  161. </tr>
  162. <tr class="rowColor">
  163. <td class="colFirst"><code>static <a href="../../../../../org/jfree/data/xy/XYSeries.html" title="class in org.jfree.data.xy">XYSeries</a></code></td>
  164. <td class="colLast"><span class="typeNameLabel">DatasetUtilities.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/data/general/DatasetUtilities.html#sampleFunction2DToSeries-org.jfree.data.function.Function2D-double-double-int-java.lang.Comparable-">sampleFunction2DToSeries</a></span>(<a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Function2D</a>&nbsp;f,
  165. double&nbsp;start,
  166. double&nbsp;end,
  167. int&nbsp;samples,
  168. java.lang.Comparable&nbsp;seriesKey)</code>
  169. <div class="block">Creates an <a href="../../../../../org/jfree/data/xy/XYSeries.html" title="class in org.jfree.data.xy"><code>XYSeries</code></a> by sampling the specified function over a
  170. fixed range.</div>
  171. </td>
  172. </tr>
  173. </tbody>
  174. </table>
  175. </li>
  176. </ul>
  177. </li>
  178. </ul>
  179. </div>
  180. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  181. <div class="bottomNav"><a name="navbar.bottom">
  182. <!-- -->
  183. </a>
  184. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  185. <a name="navbar.bottom.firstrow">
  186. <!-- -->
  187. </a>
  188. <ul class="navList" title="Navigation">
  189. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  190. <li><a href="../package-summary.html">Package</a></li>
  191. <li><a href="../../../../../org/jfree/data/function/Function2D.html" title="interface in org.jfree.data.function">Class</a></li>
  192. <li class="navBarCell1Rev">Use</li>
  193. <li><a href="../package-tree.html">Tree</a></li>
  194. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  195. <li><a href="../../../../../index-files/index-1.html">Index</a></li>
  196. <li><a href="../../../../../help-doc.html">Help</a></li>
  197. </ul>
  198. </div>
  199. <div class="subNav">
  200. <ul class="navList">
  201. <li>Prev</li>
  202. <li>Next</li>
  203. </ul>
  204. <ul class="navList">
  205. <li><a href="../../../../../index.html?org/jfree/data/function/class-use/Function2D.html" target="_top">Frames</a></li>
  206. <li><a href="Function2D.html" target="_top">No&nbsp;Frames</a></li>
  207. </ul>
  208. <ul class="navList" id="allclasses_navbar_bottom">
  209. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  210. </ul>
  211. <div>
  212. <script type="text/javascript"><!--
  213. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  214. if(window==top) {
  215. allClassesLink.style.display = "block";
  216. }
  217. else {
  218. allClassesLink.style.display = "none";
  219. }
  220. //-->
  221. </script>
  222. </div>
  223. <a name="skip.navbar.bottom">
  224. <!-- -->
  225. </a></div>
  226. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  227. </body>
  228. </html>