⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-26.html

📁 jfreechart最新源代码
💻 HTML
📖 第 1 页 / 共 3 页
字号:
Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</A><DD>Zooms the axis ranges by the specified percentage about the anchor point.<DT><A HREF="../org/jfree/chart/plot/ThermometerPlot.html#zoom(double)"><B>zoom(double)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</A><DD>A zoom method that does nothing.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_IN_BOTH_COMMAND"><B>ZOOM_IN_BOTH_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom in (both axes) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_IN_DOMAIN_COMMAND"><B>ZOOM_IN_DOMAIN_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom in (domain axis only) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_IN_RANGE_COMMAND"><B>ZOOM_IN_RANGE_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom in (range axis only) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_OUT_BOTH_COMMAND"><B>ZOOM_OUT_BOTH_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom out (both axes) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_OUT_DOMAIN_COMMAND"><B>ZOOM_OUT_DOMAIN_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom out (domain axis only) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_OUT_RANGE_COMMAND"><B>ZOOM_OUT_RANGE_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom out (range axis only) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_RESET_BOTH_COMMAND"><B>ZOOM_RESET_BOTH_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom reset (both axes) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_RESET_DOMAIN_COMMAND"><B>ZOOM_RESET_DOMAIN_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom reset (domain axis only) action command.<DT><A HREF="../org/jfree/chart/ChartPanel.html#ZOOM_RESET_RANGE_COMMAND"><B>ZOOM_RESET_RANGE_COMMAND</B></A> - Static variable in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zoom reset (range axis only) action command.<DT><A HREF="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot"><B>Zoomable</B></A> - Interface in <A HREF="../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</A><DD>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.<DT><A HREF="../org/jfree/chart/plot/CategoryPlot.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A><DD>This method does nothing, because <code>CategoryPlot</code> doesn't  support zooming on the domain.<DT><A HREF="../org/jfree/chart/plot/CategoryPlot.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A><DD>This method does nothing, because <code>CategoryPlot</code> doesn't  support zooming on the domain.<DT><A HREF="../org/jfree/chart/plot/CombinedRangeXYPlot.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedRangeXYPlot.html" title="class in org.jfree.chart.plot">CombinedRangeXYPlot</A><DD>Multiplies the range on the domain axis/axes by the specified factor.<DT><A HREF="../org/jfree/chart/plot/CombinedRangeXYPlot.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedRangeXYPlot.html" title="class in org.jfree.chart.plot">CombinedRangeXYPlot</A><DD>Zooms in on the domain axes.<DT><A HREF="../org/jfree/chart/plot/ContourPlot.html#zoomDomainAxes(double, double, double)"><B>zoomDomainAxes(double, double, double)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</A><DD>Multiplies the range on the domain axis/axes by the specified factor  (to be implemented).<DT><A HREF="../org/jfree/chart/plot/ContourPlot.html#zoomDomainAxes(double, double, double, double)"><B>zoomDomainAxes(double, double, double, double)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ContourPlot.html" title="class in org.jfree.chart.plot">ContourPlot</A><DD>Zooms the domain axes (not yet implemented).<DT><A HREF="../org/jfree/chart/plot/FastScatterPlot.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</A><DD>Multiplies the range on the domain axis/axes by the specified factor.<DT><A HREF="../org/jfree/chart/plot/FastScatterPlot.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/FastScatterPlot.html" title="class in org.jfree.chart.plot">FastScatterPlot</A><DD>Zooms in on the domain axes.<DT><A HREF="../org/jfree/chart/plot/PolarPlot.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</A><DD>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.<DT><A HREF="../org/jfree/chart/plot/PolarPlot.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</A><DD>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.<DT><A HREF="../org/jfree/chart/plot/ThermometerPlot.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</A><DD>Multiplies the range on the domain axis/axes by the specified factor.<DT><A HREF="../org/jfree/chart/plot/ThermometerPlot.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</A><DD>This method does nothing.<DT><A HREF="../org/jfree/chart/plot/XYPlot.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A><DD>Multiplies the range on the domain axis/axes by the specified factor.<DT><A HREF="../org/jfree/chart/plot/XYPlot.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A><DD>Zooms in on the domain axis/axes.<DT><A HREF="../org/jfree/chart/plot/Zoomable.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in interface org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot">Zoomable</A><DD>Multiplies the range on the domain axis/axes by the specified factor.<DT><A HREF="../org/jfree/chart/plot/Zoomable.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)</B></A> - Method in interface org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot">Zoomable</A><DD>Zooms in on the domain axes.<DT><A HREF="../org/jfree/chart/ChartPanel.html#zoomInBoth(double, double)"><B>zoomInBoth(double, double)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zooms in on an anchor point (specified in screen coordinate space).<DT><A HREF="../org/jfree/chart/ChartPanel.html#zoomInDomain(double, double)"><B>zoomInDomain(double, double)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Decreases the length of the domain axis, centered about the given coordinate on the screen.<DT><A HREF="../org/jfree/chart/ChartPanel.html#zoomInRange(double, double)"><B>zoomInRange(double, double)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Decreases the length of the range axis, centered about the given coordinate on the screen.<DT><A HREF="../org/jfree/chart/ChartPanel.html#zoomOutBoth(double, double)"><B>zoomOutBoth(double, double)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Zooms out on an anchor point (specified in screen coordinate space).<DT><A HREF="../org/jfree/chart/ChartPanel.html#zoomOutDomain(double, double)"><B>zoomOutDomain(double, double)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Increases the length of the domain axis, centered about the given coordinate on the screen.<DT><A HREF="../org/jfree/chart/ChartPanel.html#zoomOutRange(double, double)"><B>zoomOutRange(double, double)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Increases the length the range axis, centered about the given coordinate on the screen.<DT><A HREF="../org/jfree/chart/axis/DateAxis.html#zoomRange(double, double)"><B>zoomRange(double, double)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/DateAxis.html" title="class in org.jfree.chart.axis">DateAxis</A><DD>Zooms in on the current range.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#zoomRange(double, double)"><B>zoomRange(double, double)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Zooms in on the current range.<DT><A HREF="../org/jfree/chart/plot/CategoryPlot.html#zoomRangeAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><B>zoomRangeAxes(double, PlotRenderingInfo, Point2D)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -