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

📄 combinedrangexyplot.html

📁 jfreechart1。0。2的api。
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DD>Draws the plot within the specified area on a graphics device.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#draw(java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo)">draw</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>g2</CODE> - the graphics device.<DD><CODE>area</CODE> - the plot area (in Java2D space).<DD><CODE>anchor</CODE> - an anchor point in Java2D space (<code>null</code>                 permitted).<DD><CODE>parentState</CODE> - the state from the parent plot, if there is one                      (<code>null</code> permitted).<DD><CODE>info</CODE> - collects chart drawing information (<code>null</code>               permitted).</DL></DD></DL><HR><A NAME="getLegendItems()"><!-- --></A><H3>getLegendItems</H3><PRE>public <A HREF="../../../../org/jfree/chart/LegendItemCollection.html" title="class in org.jfree.chart">LegendItemCollection</A> <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.414"><B>getLegendItems</B></A>()</PRE><DL><DD>Returns a collection of legend items for the plot.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/chart/LegendItemSource.html#getLegendItems()">getLegendItems</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/chart/LegendItemSource.html" title="interface in org.jfree.chart">LegendItemSource</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#getLegendItems()">getLegendItems</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The legend items.</DL></DD></DL><HR><A NAME="zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><!-- --></A><H3>zoomDomainAxes</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.438"><B>zoomDomainAxes</B></A>(double&nbsp;factor,                           <A HREF="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</A>&nbsp;info,                           java.awt.geom.Point2D&nbsp;source)</PRE><DL><DD>Multiplies the range on the domain axis/axes by the specified factor.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/Zoomable.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomDomainAxes</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot">Zoomable</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#zoomDomainAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomDomainAxes</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>factor</CODE> - the zoom factor.<DD><CODE>info</CODE> - the plot rendering info.<DD><CODE>source</CODE> - the source point.</DL></DD></DL><HR><A NAME="zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><!-- --></A><H3>zoomDomainAxes</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.454"><B>zoomDomainAxes</B></A>(double&nbsp;lowerPercent,                           double&nbsp;upperPercent,                           <A HREF="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</A>&nbsp;info,                           java.awt.geom.Point2D&nbsp;source)</PRE><DL><DD>Zooms in on the domain axes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/Zoomable.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomDomainAxes</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/chart/plot/Zoomable.html" title="interface in org.jfree.chart.plot">Zoomable</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#zoomDomainAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomDomainAxes</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>lowerPercent</CODE> - the lower bound.<DD><CODE>upperPercent</CODE> - the upper bound.<DD><CODE>info</CODE> - the plot rendering info.<DD><CODE>source</CODE> - the source point.</DL></DD></DL><HR><A NAME="findSubplot(org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><!-- --></A><H3>findSubplot</H3><PRE>public <A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A> <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.471"><B>findSubplot</B></A>(<A HREF="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</A>&nbsp;info,                          java.awt.geom.Point2D&nbsp;source)</PRE><DL><DD>Returns the subplot (if any) that contains the (x, y) point (specified  in Java2D space).<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>info</CODE> - the chart rendering info.<DD><CODE>source</CODE> - the source point.<DT><B>Returns:</B><DD>A subplot (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="setRenderer(org.jfree.chart.renderer.xy.XYItemRenderer)"><!-- --></A><H3>setRenderer</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.489"><B>setRenderer</B></A>(<A HREF="../../../../org/jfree/chart/renderer/xy/XYItemRenderer.html" title="interface in org.jfree.chart.renderer.xy">XYItemRenderer</A>&nbsp;renderer)</PRE><DL><DD>Sets the item renderer FOR ALL SUBPLOTS.  Registered listeners are  notified that the plot has been modified. <P> Note: usually you will want to set the renderer independently for each  subplot, which is NOT what this method does.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#setRenderer(org.jfree.chart.renderer.xy.XYItemRenderer)">setRenderer</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>renderer</CODE> - the new renderer.</DL></DD></DL><HR><A NAME="setOrientation(org.jfree.chart.plot.PlotOrientation)"><!-- --></A><H3>setOrientation</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.508"><B>setOrientation</B></A>(<A HREF="../../../../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</A>&nbsp;orientation)</PRE><DL><DD>Sets the orientation for the plot (and all its subplots).<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#setOrientation(org.jfree.chart.plot.PlotOrientation)">setOrientation</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>orientation</CODE> - the orientation.</DL></DD></DL><HR><A NAME="getDataRange(org.jfree.chart.axis.ValueAxis)"><!-- --></A><H3>getDataRange</H3><PRE>public <A HREF="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</A> <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.528"><B>getDataRange</B></A>(<A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A>&nbsp;axis)</PRE><DL><DD>Returns the range for the axis.  This is the combined range of all the  subplots.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/ValueAxisPlot.html#getDataRange(org.jfree.chart.axis.ValueAxis)">getDataRange</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/chart/plot/ValueAxisPlot.html" title="interface in org.jfree.chart.plot">ValueAxisPlot</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#getDataRange(org.jfree.chart.axis.ValueAxis)">getDataRange</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>axis</CODE> - the axis.<DT><B>Returns:</B><DD>The range.</DL></DD></DL><HR><A NAME="setFixedDomainAxisSpaceForSubplots(org.jfree.chart.axis.AxisSpace)"><!-- --></A><H3>setFixedDomainAxisSpaceForSubplots</H3><PRE>protected void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.548"><B>setFixedDomainAxisSpaceForSubplots</B></A>(<A HREF="../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis

⌨️ 快捷键说明

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