📄 combineddomaincategoryplot.html
字号:
<DD>Sets the amount of space between subplots and sends a <A HREF="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>gap</CODE> - the gap between subplots (in Java2D units).</DL></DD></DL><HR><A NAME="add(org.jfree.chart.plot.CategoryPlot)"><!-- --></A><H3>add</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedDomainCategoryPlot.html#line.148"><B>add</B></A>(<A HREF="../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A> subplot)</PRE><DL><DD>Adds a subplot to the combined chart and sends a <A HREF="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<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="add(org.jfree.chart.plot.CategoryPlot, int)"><!-- --></A><H3>add</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedDomainCategoryPlot.html#line.159"><B>add</B></A>(<A HREF="../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A> subplot, int weight)</PRE><DL><DD>Adds a subplot to the combined chart and sends a <A HREF="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>subplot</CODE> - the subplot (<code>null</code> not permitted).<DD><CODE>weight</CODE> - the weight (must be >= 1).</DL></DD></DL><HR><A NAME="remove(org.jfree.chart.plot.CategoryPlot)"><!-- --></A><H3>remove</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedDomainCategoryPlot.html#line.189"><B>remove</B></A>(<A HREF="../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A> subplot)</PRE><DL><DD>Removes a subplot from the combined chart. Potentially, this removes some unique categories from the overall union of the datasets...so the domain axis is reconfigured, then a <A HREF="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> is sent to all registered listeners.<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/CombinedDomainCategoryPlot.html#line.221"><B>getSubplots</B></A>()</PRE><DL><DD>Returns the list of subplots.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>An unmodifiable list of subplots .</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/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A> <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedDomainCategoryPlot.html#line.234"><B>findSubplot</B></A>(<A HREF="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</A> info, java.awt.geom.Point2D 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="zoomRangeAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><!-- --></A><H3>zoomRangeAxes</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedDomainCategoryPlot.html#line.250"><B>zoomRangeAxes</B></A>(double factor, <A HREF="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</A> info, java.awt.geom.Point2D source)</PRE><DL><DD>Multiplies the range on the range axis/axes by the specified factor.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/Zoomable.html#zoomRangeAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomRangeAxes</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/CategoryPlot.html#zoomRangeAxes(double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomRangeAxes</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</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="zoomRangeAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)"><!-- --></A><H3>zoomRangeAxes</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/CombinedDomainCategoryPlot.html#line.266"><B>zoomRangeAxes</B></A>(double lowerPercent, double upperPercent, <A HREF="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</A> info, java.awt.geom.Point2D source)</PRE><DL><DD>Zooms in on the range axes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/Zoomable.html#zoomRangeAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomRangeAxes</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/CategoryPlot.html#zoomRangeAxes(double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D)">zoomRangeAxes</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</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="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/CombinedDomainCategoryPlot.html#line.282"><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/CategoryPlot.html#calculateAxisSpace(java.awt.Graphics2D, java.awt.geom.Rectangle2D)">calculateAxisSpace</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot">CategoryPlot</A></CODE></DL></DD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -