123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- <!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:48 CEST 2014 -->
- <title>Z-Index (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="Z-Index (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>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-25.html">Prev Letter</a></li>
- <li>Next Letter</li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-26.html" target="_top">Frames</a></li>
- <li><a href="index-26.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> <a name="I:Z">
- <!-- -->
- </a>
- <h2 class="title">Z</h2>
- <dl>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Plot.html#ZERO">ZERO</a></span> - Static variable in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></dt>
- <dd>
- <div class="block">Useful constant representing zero.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/renderer/AbstractRenderer.html#ZERO">ZERO</a></span> - Static variable in class org.jfree.chart.renderer.<a href="../org/jfree/chart/renderer/AbstractRenderer.html" title="class in org.jfree.chart.renderer">AbstractRenderer</a></dt>
- <dd>
- <div class="block">Zero represented as a <code>Double</code>.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/MatrixSeries.html#zeroAll--">zeroAll()</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/MatrixSeries.html" title="class in org.jfree.data.xy">MatrixSeries</a></dt>
- <dd>
- <div class="block">Sets all matrix values to zero and sends a
- <a href="../org/jfree/data/general/SeriesChangeEvent.html" title="class in org.jfree.data.general"><code>SeriesChangeEvent</code></a> to all registered
- listeners.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/data/xy/NormalizedMatrixSeries.html#zeroAll--">zeroAll()</a></span> - Method in class org.jfree.data.xy.<a href="../org/jfree/data/xy/NormalizedMatrixSeries.html" title="class in org.jfree.data.xy">NormalizedMatrixSeries</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#zoom-java.awt.geom.Rectangle2D-">zoom(Rectangle2D)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zooms in on a selected region.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#zoom-double-">zoom(double)</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>
- <dd>
- <div class="block">Zooms (in or out) on the plot's value axis.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CompassPlot.html#zoom-double-">zoom(double)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot">CompassPlot</a></dt>
- <dd>
- <div class="block">No zooming is implemented for compass plot, so this method is empty.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#zoom-double-">zoom(double)</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>
- <dd>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
- <div class="block">Zooms the axis ranges by the specified percentage about the anchor point.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/MeterPlot.html#zoom-double-">zoom(double)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/MeterPlot.html" title="class in org.jfree.chart.plot">MeterPlot</a></dt>
- <dd>
- <div class="block">A zoom method that does nothing.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Plot.html#zoom-double-">zoom(double)</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>
- <dd>
- <div class="block">Performs a zoom on the plot.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#zoom-double-">zoom(double)</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>
- <dd>
- <div class="block">Zooms the axis ranges by the specified percentage about the anchor point.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#zoom-double-">zoom(double)</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>
- <dd>
- <div class="block">A zoom method that does nothing.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_IN_BOTH_COMMAND">ZOOM_IN_BOTH_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom in (both axes) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_IN_DOMAIN_COMMAND">ZOOM_IN_DOMAIN_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom in (domain axis only) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_IN_RANGE_COMMAND">ZOOM_IN_RANGE_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom in (range axis only) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_OUT_BOTH_COMMAND">ZOOM_OUT_BOTH_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom out (both axes) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_OUT_DOMAIN_COMMAND">ZOOM_OUT_DOMAIN_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom out (domain axis only) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_OUT_RANGE_COMMAND">ZOOM_OUT_RANGE_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom out (range axis only) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_RESET_BOTH_COMMAND">ZOOM_RESET_BOTH_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom reset (both axes) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_RESET_DOMAIN_COMMAND">ZOOM_RESET_DOMAIN_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom reset (domain axis only) action command.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#ZOOM_RESET_RANGE_COMMAND">ZOOM_RESET_RANGE_COMMAND</a></span> - Static variable in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zoom reset (range axis only) action command.</div>
- </dd>
- <dt><a href="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot"><span class="typeNameLink">Zoomable</span></a> - Interface in <a href="../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a></dt>
- <dd>
- <div class="block">A plot that is zoomable must implement this interface to provide a
- mechanism for the <a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart"><code>ChartPanel</code></a> to control the zooming.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">This method does nothing, because <code>CategoryPlot</code> doesn't
- support zooming on the domain.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#zoomDomainAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">This method does nothing, because <code>CategoryPlot</code> doesn't
- support zooming on the domain.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">This method does nothing, because <code>CategoryPlot</code> doesn't
- support zooming on the domain.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedRangeXYPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedRangeXYPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedRangeXYPlot.html#zoomDomainAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the domain axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#zoomDomainAxes-double-double-double-">zoomDomainAxes(double, double, double)</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>
- <dd>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor
- (to be implemented).</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#zoomDomainAxes-double-double-double-double-">zoomDomainAxes(double, double, double, double)</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>
- <dd>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
- <div class="block">Zooms the domain axes (not yet implemented).</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#zoomDomainAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the domain axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">This method is required by the <a href="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot"><code>Zoomable</code></a> interface, but since
- the plot does not have any domain axes, it does nothing.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">This method is required by the <a href="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot"><code>Zoomable</code></a> interface, but since
- the plot does not have any domain axes, it does nothing.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#zoomDomainAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">This method is required by the <a href="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot"><code>Zoomable</code></a> interface, but since
- the plot does not have any domain axes, it does nothing.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#zoomDomainAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">This method does nothing.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#zoomDomainAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the domain axis/axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#zoomDomainAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the domain axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#zoomDomainAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the domain axes.</div>
- </dd>
- <dt><a href="../org/jfree/chart/fx/interaction/ZoomHandlerFX.html" title="class in org.jfree.chart.fx.interaction"><span class="typeNameLink">ZoomHandlerFX</span></a> - Class in <a href="../org/jfree/chart/fx/interaction/package-summary.html">org.jfree.chart.fx.interaction</a></dt>
- <dd>
- <div class="block">Handles drag zooming of charts on a <a href="../org/jfree/chart/fx/ChartCanvas.html" title="class in org.jfree.chart.fx"><code>ChartCanvas</code></a>.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/interaction/ZoomHandlerFX.html#ZoomHandlerFX-java.lang.String-org.jfree.chart.fx.ChartViewer-">ZoomHandlerFX(String, ChartViewer)</a></span> - Constructor for class org.jfree.chart.fx.interaction.<a href="../org/jfree/chart/fx/interaction/ZoomHandlerFX.html" title="class in org.jfree.chart.fx.interaction">ZoomHandlerFX</a></dt>
- <dd>
- <div class="block">Creates a new instance with no modifier keys required.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/fx/interaction/ZoomHandlerFX.html#ZoomHandlerFX-java.lang.String-org.jfree.chart.fx.ChartViewer-boolean-boolean-boolean-boolean-">ZoomHandlerFX(String, ChartViewer, boolean, boolean, boolean, boolean)</a></span> - Constructor for class org.jfree.chart.fx.interaction.<a href="../org/jfree/chart/fx/interaction/ZoomHandlerFX.html" title="class in org.jfree.chart.fx.interaction">ZoomHandlerFX</a></dt>
- <dd>
- <div class="block">Creates a new instance that will be activated using the specified
- combination of modifier keys.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#zoomInBoth-double-double-">zoomInBoth(double, double)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zooms in on an anchor point (specified in screen coordinate space).</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#zoomInDomain-double-double-">zoomInDomain(double, double)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Decreases the length of the domain axis, centered about the given
- coordinate on the screen.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#zoomInRange-double-double-">zoomInRange(double, double)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Decreases the length of the range axis, centered about the given
- coordinate on the screen.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#zoomOutBoth-double-double-">zoomOutBoth(double, double)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Zooms out on an anchor point (specified in screen coordinate space).</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#zoomOutDomain-double-double-">zoomOutDomain(double, double)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Increases the length of the domain axis, centered about the given
- coordinate on the screen.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/ChartPanel.html#zoomOutRange-double-double-">zoomOutRange(double, double)</a></span> - Method in class org.jfree.chart.<a href="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</a></dt>
- <dd>
- <div class="block">Increases the length the range axis, centered about the given
- coordinate on the screen.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/DateAxis.html#zoomRange-double-double-">zoomRange(double, double)</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>
- <dd>
- <div class="block">Zooms in on the current range (zoom-in stops once the axis length
- reaches the equivalent of one millisecond).</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/LogarithmicAxis.html#zoomRange-double-double-">zoomRange(double, double)</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/LogarithmicAxis.html" title="class in org.jfree.chart.axis">LogarithmicAxis</a></dt>
- <dd>
- <div class="block">Zooms in on the current range.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/LogAxis.html#zoomRange-double-double-">zoomRange(double, double)</a></span> - Method in class org.jfree.chart.axis.<a href="../org/jfree/chart/axis/LogAxis.html" title="class in org.jfree.chart.axis">LogAxis</a></dt>
- <dd>
- <div class="block">Zooms in on the current range.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/axis/ValueAxis.html#zoomRange-double-double-">zoomRange(double, double)</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>
- <dd>
- <div class="block">Zooms in on the current range.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CategoryPlot.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedDomainCategoryPlot</a></dt>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedDomainCategoryPlot</a></dt>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</a></span> - Method in class org.jfree.chart.plot.<a href="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedDomainCategoryPlot</a></dt>
- <dd>
- <div class="block">Zooms in on the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedDomainXYPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedDomainXYPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/CombinedDomainXYPlot.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#zoomRangeAxes-double-double-double-">zoomRangeAxes(double, double, double)</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>
- <dd>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ContourPlot.html#zoomRangeAxes-double-double-double-double-">zoomRangeAxes(double, double, double, double)</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>
- <dd>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
- <div class="block">Zooms the range axes (not yet implemented).</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/FastScatterPlot.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/PolarPlot.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/ThermometerPlot.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/XYPlot.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#zoomRangeAxes-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-boolean-">zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)</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>
- <dd>
- <div class="block">Multiplies the range on the range axis/axes by the specified factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/chart/plot/Zoomable.html#zoomRangeAxes-double-double-org.jfree.chart.plot.PlotRenderingInfo-java.awt.geom.Point2D-">zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)</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>
- <dd>
- <div class="block">Zooms in on the range axes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/jfree/data/contour/DefaultContourDataset.html#zValues">zValues</a></span> - Variable in class org.jfree.data.contour.<a href="../org/jfree/data/contour/DefaultContourDataset.html" title="class in org.jfree.data.contour">DefaultContourDataset</a></dt>
- <dd>
- <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
- <div class="block">Storage for the z values.</div>
- </dd>
- </dl>
- <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> </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>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-25.html">Prev Letter</a></li>
- <li>Next Letter</li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-26.html" target="_top">Frames</a></li>
- <li><a href="index-26.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>
|