📄 polarplot.html
字号:
<DL><DD>Returns the plot type as a string.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/chart/plot/Plot.html#getPlotType()">getPlotType</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>A short string describing the type of plot.</DL></DD></DL><HR><A NAME="getAxis()"><!-- --></A><H3>getAxis</H3><PRE>public <A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A> <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.292"><B>getAxis</B></A>()</PRE><DL><DD>Returns the axis for the plot.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The radius axis.</DL></DD></DL><HR><A NAME="setAxis(org.jfree.chart.axis.ValueAxis)"><!-- --></A><H3>setAxis</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.302"><B>setAxis</B></A>(<A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A> axis)</PRE><DL><DD>Sets the axis for the plot 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>axis</CODE> - the new axis (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="getDataset()"><!-- --></A><H3>getDataset</H3><PRE>public <A HREF="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</A> <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.325"><B>getDataset</B></A>()</PRE><DL><DD>Returns the primary dataset for the plot.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The primary dataset (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="setDataset(org.jfree.data.xy.XYDataset)"><!-- --></A><H3>setDataset</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.335"><B>setDataset</B></A>(<A HREF="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</A> dataset)</PRE><DL><DD>Sets the dataset for the plot, replacing the existing dataset if there is one.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dataset</CODE> - the dataset (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="getRenderer()"><!-- --></A><H3>getRenderer</H3><PRE>public <A HREF="../../../../org/jfree/chart/renderer/PolarItemRenderer.html" title="interface in org.jfree.chart.renderer">PolarItemRenderer</A> <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.360"><B>getRenderer</B></A>()</PRE><DL><DD>Returns the item renderer.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The renderer (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="setRenderer(org.jfree.chart.renderer.PolarItemRenderer)"><!-- --></A><H3>setRenderer</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.372"><B>setRenderer</B></A>(<A HREF="../../../../org/jfree/chart/renderer/PolarItemRenderer.html" title="interface in org.jfree.chart.renderer">PolarItemRenderer</A> renderer)</PRE><DL><DD>Sets the item renderer, and notifies all listeners of a change to the plot. <P> If the renderer is set to <code>null</code>, no chart will be drawn.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>renderer</CODE> - the new renderer (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="isAngleLabelsVisible()"><!-- --></A><H3>isAngleLabelsVisible</H3><PRE>public boolean <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.390"><B>isAngleLabelsVisible</B></A>()</PRE><DL><DD>Returns a flag that controls whether or not the angle labels are visible.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A boolean.</DL></DD></DL><HR><A NAME="setAngleLabelsVisible(boolean)"><!-- --></A><H3>setAngleLabelsVisible</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.400"><B>setAngleLabelsVisible</B></A>(boolean visible)</PRE><DL><DD>Sets the flag that controls whether or not the angle labels are visible, 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>visible</CODE> - the flag.</DL></DD></DL><HR><A NAME="getAngleLabelFont()"><!-- --></A><H3>getAngleLabelFont</H3><PRE>public java.awt.Font <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.412"><B>getAngleLabelFont</B></A>()</PRE><DL><DD>Returns the font used to display the angle labels.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A font (never <code>null</code>).</DL></DD></DL><HR><A NAME="setAngleLabelFont(java.awt.Font)"><!-- --></A><H3>setAngleLabelFont</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.422"><B>setAngleLabelFont</B></A>(java.awt.Font font)</PRE><DL><DD>Sets the font used to display the angle labels 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>font</CODE> - the font (<code>null</code> not permitted).</DL></DD></DL><HR><A NAME="getAngleLabelPaint()"><!-- --></A><H3>getAngleLabelPaint</H3><PRE>public java.awt.Paint <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.435"><B>getAngleLabelPaint</B></A>()</PRE><DL><DD>Returns the paint used to display the angle labels.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A paint.</DL></DD></DL><HR><A NAME="setAngleLabelPaint(java.awt.Paint)"><!-- --></A><H3>setAngleLabelPaint</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.445"><B>setAngleLabelPaint</B></A>(java.awt.Paint paint)</PRE><DL><DD>Sets the paint used to display the angle labels 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>paint</CODE> - the paint.</DL></DD></DL><HR><A NAME="isAngleGridlinesVisible()"><!-- --></A><H3>isAngleGridlinesVisible</H3><PRE>public boolean <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.456"><B>isAngleGridlinesVisible</B></A>()</PRE><DL><DD>Returns <code>true</code> if the angular gridlines are visible, and <code>false<code> otherwise.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD><code>true</code> or <code>false</code>.</DL></DD></DL><HR><A NAME="setAngleGridlinesVisible(boolean)"><!-- --></A><H3>setAngleGridlinesVisible</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.469"><B>setAngleGridlinesVisible</B></A>(boolean visible)</PRE><DL><DD>Sets the flag that controls whether or not the angular grid-lines are visible. <p> If the flag value is changed, 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>visible</CODE> - the new value of the flag.</DL></DD></DL><HR><A NAME="getAngleGridlineStroke()"><!-- --></A><H3>getAngleGridlineStroke</H3><PRE>public java.awt.Stroke <A HREF="../../../../src-html/org/jfree/chart/plot/PolarPlot.html#line.482"><B>getAngleGridlineStroke</B></A>()</PRE><DL><DD>Returns the stroke for the grid-lines (if any) plotted against the angular axis.<P>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -