123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:46 CEST 2014 -->
- <title>Uses of Class org.jfree.chart.plot.Plot (JFreeChart Class Library (version 1.0.19-fx))</title>
- <meta name="date" content="2014-07-31">
- <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
- <script type="text/javascript" src="../../../../../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class org.jfree.chart.plot.Plot (JFreeChart Class Library (version 1.0.19-fx))";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li><a href="../package-summary.html">Package</a></li>
- <li><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Class</a></li>
- <li class="navBarCell1Rev">Use</li>
- <li><a href="../package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev</li>
- <li>Next</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/jfree/chart/plot/class-use/Plot.html" target="_top">Frames</a></li>
- <li><a href="Plot.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="header">
- <h2 title="Uses of Class org.jfree.chart.plot.Plot" class="title">Uses of Class<br>org.jfree.chart.plot.Plot</h2>
- </div>
- <div class="classUseContainer">
- <ul class="blockList">
- <li class="blockList">
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
- <caption><span>Packages that use <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Package</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.jfree.chart">org.jfree.chart</a></td>
- <td class="colLast">
- <div class="block">Core classes, including <a href="../../../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart"><code>JFreeChart</code></a> and
- <a href="../../../../../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart"><code>ChartPanel</code></a>.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="#org.jfree.chart.axis">org.jfree.chart.axis</a></td>
- <td class="colLast">
- <div class="block">Axis classes and interfaces.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.jfree.chart.editor">org.jfree.chart.editor</a></td>
- <td class="colLast">
- <div class="block">Provides a simple (but so far incomplete) framework for editing chart
- properties.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="#org.jfree.chart.entity">org.jfree.chart.entity</a></td>
- <td class="colLast">
- <div class="block">Classes representing components of (or entities in) a chart.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.jfree.chart.event">org.jfree.chart.event</a></td>
- <td class="colLast">
- <div class="block">Event classes and listener interfaces, used to provide a change
- notification mechanism so that charts are automatically redrawn
- whenever changes are made to any chart component.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="#org.jfree.chart.plot">org.jfree.chart.plot</a></td>
- <td class="colLast">
- <div class="block">Plot classes and related interfaces.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.jfree.chart.plot.dial">org.jfree.chart.plot.dial</a></td>
- <td class="colLast">
- <div class="block">Classes for creating dial plots.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="#org.jfree.chart.renderer.xy">org.jfree.chart.renderer.xy</a></td>
- <td class="colLast">
- <div class="block">Plug-in renderers for the <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a> class.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList">
- <ul class="blockList">
- <li class="blockList"><a name="org.jfree.chart">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/package-summary.html">org.jfree.chart</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/package-summary.html">org.jfree.chart</a> that return <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></code></td>
- <td class="colLast"><span class="typeNameLabel">JFreeChart.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/JFreeChart.html#getPlot--">getPlot</a></span>()</code>
- <div class="block">Returns the plot for the chart.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/package-summary.html">org.jfree.chart</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>protected void</code></td>
- <td class="colLast"><span class="typeNameLabel">StandardChartTheme.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/StandardChartTheme.html#applyToPlot-org.jfree.chart.plot.Plot-">applyToPlot</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code>
- <div class="block">Applies the attributes of this theme to a plot.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
- <caption><span>Constructors in <a href="../../../../../org/jfree/chart/package-summary.html">org.jfree.chart</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/JFreeChart.html#JFreeChart-org.jfree.chart.plot.Plot-">JFreeChart</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code>
- <div class="block">Creates a new chart based on the supplied plot.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/JFreeChart.html#JFreeChart-java.lang.String-java.awt.Font-org.jfree.chart.plot.Plot-boolean-">JFreeChart</a></span>(java.lang.String title,
- java.awt.Font titleFont,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- boolean createLegend)</code>
- <div class="block">Creates a new chart with the given title and plot.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/JFreeChart.html#JFreeChart-java.lang.String-org.jfree.chart.plot.Plot-">JFreeChart</a></span>(java.lang.String title,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code>
- <div class="block">Creates a new chart with the given title and plot.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.axis">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a> that return <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></code></td>
- <td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/Axis.html#getPlot--">getPlot</a></span>()</code>
- <div class="block">Returns the plot that the axis is assigned to.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></code></td>
- <td class="colLast"><span class="typeNameLabel">ColorBar.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/ColorBar.html#reserveSpace-java.awt.Graphics2D-org.jfree.chart.plot.Plot-java.awt.geom.Rectangle2D-java.awt.geom.Rectangle2D-org.jfree.ui.RectangleEdge-org.jfree.chart.axis.AxisSpace-">reserveSpace</a></span>(java.awt.Graphics2D g2,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.awt.geom.Rectangle2D plotArea,
- java.awt.geom.Rectangle2D dataArea,
- org.jfree.ui.RectangleEdge edge,
- <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a> space)</code>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
- <div class="block">Reserves the space required to draw the color bar.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></code></td>
- <td class="colLast"><span class="typeNameLabel">ValueAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/ValueAxis.html#reserveSpace-java.awt.Graphics2D-org.jfree.chart.plot.Plot-java.awt.geom.Rectangle2D-org.jfree.ui.RectangleEdge-org.jfree.chart.axis.AxisSpace-">reserveSpace</a></span>(java.awt.Graphics2D g2,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.awt.geom.Rectangle2D plotArea,
- org.jfree.ui.RectangleEdge edge,
- <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a> space)</code>
- <div class="block">Returns the space required to draw the axis.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></code></td>
- <td class="colLast"><span class="typeNameLabel">SubCategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/SubCategoryAxis.html#reserveSpace-java.awt.Graphics2D-org.jfree.chart.plot.Plot-java.awt.geom.Rectangle2D-org.jfree.ui.RectangleEdge-org.jfree.chart.axis.AxisSpace-">reserveSpace</a></span>(java.awt.Graphics2D g2,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.awt.geom.Rectangle2D plotArea,
- org.jfree.ui.RectangleEdge edge,
- <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a> space)</code>
- <div class="block">Estimates the space required for the axis, given a specific drawing area.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></code></td>
- <td class="colLast"><span class="typeNameLabel">PeriodAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/PeriodAxis.html#reserveSpace-java.awt.Graphics2D-org.jfree.chart.plot.Plot-java.awt.geom.Rectangle2D-org.jfree.ui.RectangleEdge-org.jfree.chart.axis.AxisSpace-">reserveSpace</a></span>(java.awt.Graphics2D g2,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.awt.geom.Rectangle2D plotArea,
- org.jfree.ui.RectangleEdge edge,
- <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a> space)</code>
- <div class="block">Estimates the space (height or width) required to draw the axis.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></code></td>
- <td class="colLast"><span class="typeNameLabel">CyclicNumberAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/CyclicNumberAxis.html#reserveSpace-java.awt.Graphics2D-org.jfree.chart.plot.Plot-java.awt.geom.Rectangle2D-org.jfree.ui.RectangleEdge-org.jfree.chart.axis.AxisSpace-">reserveSpace</a></span>(java.awt.Graphics2D g2,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.awt.geom.Rectangle2D plotArea,
- org.jfree.ui.RectangleEdge edge,
- <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a> space)</code>
- <div class="block">Reserve some space on each axis side because we draw a centered label at
- each extremity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></code></td>
- <td class="colLast"><span class="typeNameLabel">CategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/CategoryAxis.html#reserveSpace-java.awt.Graphics2D-org.jfree.chart.plot.Plot-java.awt.geom.Rectangle2D-org.jfree.ui.RectangleEdge-org.jfree.chart.axis.AxisSpace-">reserveSpace</a></span>(java.awt.Graphics2D g2,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.awt.geom.Rectangle2D plotArea,
- org.jfree.ui.RectangleEdge edge,
- <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a> space)</code>
- <div class="block">Estimates the space required for the axis, given a specific drawing area.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>abstract <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></code></td>
- <td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/Axis.html#reserveSpace-java.awt.Graphics2D-org.jfree.chart.plot.Plot-java.awt.geom.Rectangle2D-org.jfree.ui.RectangleEdge-org.jfree.chart.axis.AxisSpace-">reserveSpace</a></span>(java.awt.Graphics2D g2,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.awt.geom.Rectangle2D plotArea,
- org.jfree.ui.RectangleEdge edge,
- <a href="../../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a> space)</code>
- <div class="block">Estimates the space (height or width) required to draw the axis.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/Axis.html#setPlot-org.jfree.chart.plot.Plot-">setPlot</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code>
- <div class="block">Sets a reference to the plot that the axis is assigned to.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.editor">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/editor/package-summary.html">org.jfree.chart.editor</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/editor/package-summary.html">org.jfree.chart.editor</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>protected javax.swing.JTabbedPane</code></td>
- <td class="colLast"><span class="typeNameLabel">DefaultPolarPlotEditor.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/editor/DefaultPolarPlotEditor.html#createPlotTabs-org.jfree.chart.plot.Plot-">createPlotTabs</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code>
- <div class="block">Creates a tabbed pane for editing the plot attributes.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">DefaultPolarPlotEditor.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/editor/DefaultPolarPlotEditor.html#updatePlotProperties-org.jfree.chart.plot.Plot-">updatePlotProperties</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code> </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.entity">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/entity/package-summary.html">org.jfree.chart.entity</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/entity/package-summary.html">org.jfree.chart.entity</a> that return <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></code></td>
- <td class="colLast"><span class="typeNameLabel">PlotEntity.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/entity/PlotEntity.html#getPlot--">getPlot</a></span>()</code>
- <div class="block">Returns the plot that occupies the entity area.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
- <caption><span>Constructors in <a href="../../../../../org/jfree/chart/entity/package-summary.html">org.jfree.chart.entity</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/entity/PlotEntity.html#PlotEntity-java.awt.Shape-org.jfree.chart.plot.Plot-">PlotEntity</a></span>(java.awt.Shape area,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code>
- <div class="block">Creates a new plot entity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/entity/PlotEntity.html#PlotEntity-java.awt.Shape-org.jfree.chart.plot.Plot-java.lang.String-">PlotEntity</a></span>(java.awt.Shape area,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.lang.String toolTipText)</code>
- <div class="block">Creates a new plot entity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/entity/PlotEntity.html#PlotEntity-java.awt.Shape-org.jfree.chart.plot.Plot-java.lang.String-java.lang.String-">PlotEntity</a></span>(java.awt.Shape area,
- <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- java.lang.String toolTipText,
- java.lang.String urlText)</code>
- <div class="block">Creates a new plot entity.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.event">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a> that return <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></code></td>
- <td class="colLast"><span class="typeNameLabel">PlotChangeEvent.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html#getPlot--">getPlot</a></span>()</code>
- <div class="block">Returns the plot that generated the event.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
- <caption><span>Constructors in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html#PlotChangeEvent-org.jfree.chart.plot.Plot-">PlotChangeEvent</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot)</code>
- <div class="block">Creates a new PlotChangeEvent.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.plot">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
- <caption><span>Subclasses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Class and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</a></span></code>
- <div class="block">A general plotting class that uses data from a <a href="../../../../../org/jfree/data/category/CategoryDataset.html" title="interface in org.jfree.data.category"><code>CategoryDataset</code></a> and
- renders each data item using a <a href="../../../../../org/jfree/chart/renderer/category/CategoryItemRenderer.html" title="interface in org.jfree.chart.renderer.category"><code>CategoryItemRenderer</code></a>.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CombinedDomainCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedDomainCategoryPlot</a></span></code>
- <div class="block">A combined category plot where the domain axis is shared.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CombinedDomainXYPlot.html" title="class in org.jfree.chart.plot">CombinedDomainXYPlot</a></span></code>
- <div class="block">An extension of <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a> that contains multiple subplots that share a
- common domain axis.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CombinedRangeCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedRangeCategoryPlot</a></span></code>
- <div class="block">A combined category plot where the range axis is shared.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CombinedRangeXYPlot.html" title="class in org.jfree.chart.plot">CombinedRangeXYPlot</a></span></code>
- <div class="block">An extension of <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a> that contains multiple subplots that share a
- common range axis.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot">CompassPlot</a></span></code>
- <div class="block">A specialised plot that draws a compass to indicate a direction based on the
- value from a <a href="../../../../../org/jfree/data/general/ValueDataset.html" title="interface in org.jfree.data.general"><code>ValueDataset</code></a>.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</a></span></code>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span>
- <div class="block"><span class="deprecationComment">This plot is no longer supported, please use <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a> with
- an <a href="../../../../../org/jfree/chart/renderer/xy/XYBlockRenderer.html" title="class in org.jfree.chart.renderer.xy"><code>XYBlockRenderer</code></a>.</span></div>
- </div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</a></span></code>
- <div class="block">A fast scatter plot.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/MeterPlot.html" title="class in org.jfree.chart.plot">MeterPlot</a></span></code>
- <div class="block">A plot that displays a single value in the form of a needle on a dial.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/MultiplePiePlot.html" title="class in org.jfree.chart.plot">MultiplePiePlot</a></span></code>
- <div class="block">A plot that displays multiple pie plots using data from a
- <a href="../../../../../org/jfree/data/category/CategoryDataset.html" title="interface in org.jfree.data.category"><code>CategoryDataset</code></a>.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></span></code>
- <div class="block">A plot that displays data in the form of a pie chart, using data from any
- class that implements the <a href="../../../../../org/jfree/data/general/PieDataset.html" title="interface in org.jfree.data.general"><code>PieDataset</code></a> interface.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/PiePlot3D.html" title="class in org.jfree.chart.plot">PiePlot3D</a></span></code>
- <div class="block">A plot that displays data in the form of a 3D pie chart, using data from
- any class that implements the <a href="../../../../../org/jfree/data/general/PieDataset.html" title="interface in org.jfree.data.general"><code>PieDataset</code></a> interface.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</a></span></code>
- <div class="block">Plots data that is in (theta, radius) pairs where
- theta equal to zero is due north and increases clockwise.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/RingPlot.html" title="class in org.jfree.chart.plot">RingPlot</a></span></code>
- <div class="block">A customised pie plot that leaves a hole in the middle.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/SpiderWebPlot.html" title="class in org.jfree.chart.plot">SpiderWebPlot</a></span></code>
- <div class="block">A plot that displays data from a <a href="../../../../../org/jfree/data/category/CategoryDataset.html" title="interface in org.jfree.data.category"><code>CategoryDataset</code></a> in the form of a
- "spider web".</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</a></span></code>
- <div class="block">A plot that displays a single value (from a <a href="../../../../../org/jfree/data/general/ValueDataset.html" title="interface in org.jfree.data.general"><code>ValueDataset</code></a>) in a
- thermometer type display.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/WaferMapPlot.html" title="class in org.jfree.chart.plot">WaferMapPlot</a></span></code>
- <div class="block">A wafer map plot.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</a></span></code>
- <div class="block">A general class for plotting data in the form of (x, y) pairs.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a> that return <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></code></td>
- <td class="colLast"><span class="typeNameLabel">Plot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/Plot.html#getParent--">getParent</a></span>()</code>
- <div class="block">Returns the parent plot (or <code>null</code> if this plot is not part
- of a combined plot).</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></code></td>
- <td class="colLast"><span class="typeNameLabel">Plot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/Plot.html#getRootPlot--">getRootPlot</a></span>()</code>
- <div class="block">Returns the root plot.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">Plot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/Plot.html#setParent-org.jfree.chart.plot.Plot-">setParent</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> parent)</code>
- <div class="block">Sets the parent plot.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.plot.dial">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/plot/dial/package-summary.html">org.jfree.chart.plot.dial</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
- <caption><span>Subclasses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/plot/dial/package-summary.html">org.jfree.chart.plot.dial</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Class and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/dial/DialPlot.html" title="class in org.jfree.chart.plot.dial">DialPlot</a></span></code>
- <div class="block">A dial plot composed of user-definable layers.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.renderer.xy">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> in <a href="../../../../../org/jfree/chart/renderer/xy/package-summary.html">org.jfree.chart.renderer.xy</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/renderer/xy/package-summary.html">org.jfree.chart.renderer.xy</a> with parameters of type <a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>protected java.awt.Image</code></td>
- <td class="colLast"><span class="typeNameLabel">StandardXYItemRenderer.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/renderer/xy/StandardXYItemRenderer.html#getImage-org.jfree.chart.plot.Plot-int-int-double-double-">getImage</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- int series,
- int item,
- double x,
- double y)</code>
- <div class="block">Returns the image used to draw a single data item.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>protected java.awt.Point</code></td>
- <td class="colLast"><span class="typeNameLabel">StandardXYItemRenderer.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/renderer/xy/StandardXYItemRenderer.html#getImageHotspot-org.jfree.chart.plot.Plot-int-int-double-double-java.awt.Image-">getImageHotspot</a></span>(<a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a> plot,
- int series,
- int item,
- double x,
- double y,
- java.awt.Image image)</code>
- <div class="block">Returns the hotspot of the image used to draw a single data item.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li><a href="../package-summary.html">Package</a></li>
- <li><a href="../../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Class</a></li>
- <li class="navBarCell1Rev">Use</li>
- <li><a href="../package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev</li>
- <li>Next</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/jfree/chart/plot/class-use/Plot.html" target="_top">Frames</a></li>
- <li><a href="Plot.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|