📄 combinedrangexyplot.html
字号:
<A NAME="getPlotType()"><!-- --></A><H3>getPlotType</H3><PRE>public java.lang.String <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.163"><B>getPlotType</B></A>()</PRE><DL><DD>Returns a string describing the type of plot.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#getPlotType()">getPlotType</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 type of plot.</DL></DD></DL><HR><A NAME="getGap()"><!-- --></A><H3>getGap</H3><PRE>public double <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.172"><B>getGap</B></A>()</PRE><DL><DD>Returns the space between subplots.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The gap</DL></DD></DL><HR><A NAME="setGap(double)"><!-- --></A><H3>setGap</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.181"><B>setGap</B></A>(double gap)</PRE><DL><DD>Sets the amount of space between subplots.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>gap</CODE> - the gap between subplots</DL></DD></DL><HR><A NAME="add(org.jfree.chart.plot.XYPlot)"><!-- --></A><H3>add</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.190"><B>add</B></A>(<A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A> subplot)</PRE><DL><DD>Adds a subplot, with a default 'weight' of 1.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>subplot</CODE> - the subplot.</DL></DD></DL><HR><A NAME="add(org.jfree.chart.plot.XYPlot, int)"><!-- --></A><H3>add</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.202"><B>add</B></A>(<A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A> subplot, int weight)</PRE><DL><DD>Adds a subplot with a particular weight (greater than or equal to one). The weight determines how much space is allocated to the subplot relative to all the other subplots.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>subplot</CODE> - the subplot.<DD><CODE>weight</CODE> - the weight (must be 1 or greater).</DL></DD></DL><HR><A NAME="remove(org.jfree.chart.plot.XYPlot)"><!-- --></A><H3>remove</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.230"><B>remove</B></A>(<A HREF="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot">XYPlot</A> subplot)</PRE><DL><DD>Removes a subplot from the combined chart.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>subplot</CODE> - the subplot (<code>null</code> not permitted).</DL></DD></DL><HR><A NAME="getSubplots()"><!-- --></A><H3>getSubplots</H3><PRE>public java.util.List <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.257"><B>getSubplots</B></A>()</PRE><DL><DD>Returns a list of the subplots.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The list (unmodifiable).</DL></DD></DL><HR><A NAME="calculateAxisSpace(java.awt.Graphics2D, java.awt.geom.Rectangle2D)"><!-- --></A><H3>calculateAxisSpace</H3><PRE>protected <A HREF="../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</A> <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.269"><B>calculateAxisSpace</B></A>(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea)</PRE><DL><DD>Calculates the space required for the axes.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/XYPlot.html#calculateAxisSpace(java.awt.Graphics2D, java.awt.geom.Rectangle2D)">calculateAxisSpace</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>plotArea</CODE> - the plot area.<DT><B>Returns:</B><DD>The space required for the axes.</DL></DD></DL><HR><A NAME="draw(java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo)"><!-- --></A><H3>draw</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedRangeXYPlot.html#line.357"><B>draw</B></A>(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area, java.awt.geom.Point2D anchor, <A HREF="../../../../org/jfree/chart/plot/PlotState.html" title="class in org.jfree.chart.plot">PlotState</A> parentState, <A HREF="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</A> info)</PRE><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -