📄 plot.html
字号:
<CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setForegroundAlpha(float)">setForegroundAlpha</A></B>(float alpha)</CODE><BR> Sets the alpha-transparency for the plot.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setInsets(org.jfree.ui.RectangleInsets)">setInsets</A></B>(org.jfree.ui.RectangleInsets insets)</CODE><BR> Sets the insets 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setInsets(org.jfree.ui.RectangleInsets, boolean)">setInsets</A></B>(org.jfree.ui.RectangleInsets insets, boolean notify)</CODE><BR> Sets the insets for the plot and, if requested, 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setNoDataMessage(java.lang.String)">setNoDataMessage</A></B>(java.lang.String message)</CODE><BR> Sets the message that is displayed when the dataset is empty or null.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setNoDataMessageFont(java.awt.Font)">setNoDataMessageFont</A></B>(java.awt.Font font)</CODE><BR> Sets the font used to display the 'no data' message.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setNoDataMessagePaint(java.awt.Paint)">setNoDataMessagePaint</A></B>(java.awt.Paint paint)</CODE><BR> Sets the paint used to display the 'no data' message.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setOutlinePaint(java.awt.Paint)">setOutlinePaint</A></B>(java.awt.Paint paint)</CODE><BR> Sets the paint used to draw the outline of the plot area 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setOutlineStroke(java.awt.Stroke)">setOutlineStroke</A></B>(java.awt.Stroke stroke)</CODE><BR> Sets the stroke used to outline the plot area 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#setParent(org.jfree.chart.plot.Plot)">setParent</A></B>(<A HREF="../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</A> parent)</CODE><BR> Sets the parent plot.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/Plot.html#zoom(double)">zoom</A></B>(double percent)</CODE><BR> Performs a zoom on the plot.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="ZERO"><!-- --></A><H3>ZERO</H3><PRE>public static final java.lang.Number <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.183"><B>ZERO</B></A></PRE><DL><DD>Useful constant representing zero.<P><DL></DL></DL><HR><A NAME="DEFAULT_INSETS"><!-- --></A><H3>DEFAULT_INSETS</H3><PRE>public static final org.jfree.ui.RectangleInsets <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.186"><B>DEFAULT_INSETS</B></A></PRE><DL><DD>The default insets.<P><DL></DL></DL><HR><A NAME="DEFAULT_OUTLINE_STROKE"><!-- --></A><H3>DEFAULT_OUTLINE_STROKE</H3><PRE>public static final java.awt.Stroke <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.190"><B>DEFAULT_OUTLINE_STROKE</B></A></PRE><DL><DD>The default outline stroke.<P><DL></DL></DL><HR><A NAME="DEFAULT_OUTLINE_PAINT"><!-- --></A><H3>DEFAULT_OUTLINE_PAINT</H3><PRE>public static final java.awt.Paint <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.193"><B>DEFAULT_OUTLINE_PAINT</B></A></PRE><DL><DD>The default outline color.<P><DL></DL></DL><HR><A NAME="DEFAULT_FOREGROUND_ALPHA"><!-- --></A><H3>DEFAULT_FOREGROUND_ALPHA</H3><PRE>public static final float <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.196"><B>DEFAULT_FOREGROUND_ALPHA</B></A></PRE><DL><DD>The default foreground alpha transparency.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.Plot.DEFAULT_FOREGROUND_ALPHA">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_BACKGROUND_ALPHA"><!-- --></A><H3>DEFAULT_BACKGROUND_ALPHA</H3><PRE>public static final float <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.199"><B>DEFAULT_BACKGROUND_ALPHA</B></A></PRE><DL><DD>The default background alpha transparency.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.Plot.DEFAULT_BACKGROUND_ALPHA">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_BACKGROUND_PAINT"><!-- --></A><H3>DEFAULT_BACKGROUND_PAINT</H3><PRE>public static final java.awt.Paint <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.202"><B>DEFAULT_BACKGROUND_PAINT</B></A></PRE><DL><DD>The default background color.<P><DL></DL></DL><HR><A NAME="MINIMUM_WIDTH_TO_DRAW"><!-- --></A><H3>MINIMUM_WIDTH_TO_DRAW</H3><PRE>public static final int <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.205"><B>MINIMUM_WIDTH_TO_DRAW</B></A></PRE><DL><DD>The minimum width at which the plot should be drawn.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.Plot.MINIMUM_WIDTH_TO_DRAW">Constant Field Values</A></DL></DL><HR><A NAME="MINIMUM_HEIGHT_TO_DRAW"><!-- --></A><H3>MINIMUM_HEIGHT_TO_DRAW</H3><PRE>public static final int <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.208"><B>MINIMUM_HEIGHT_TO_DRAW</B></A></PRE><DL><DD>The minimum height at which the plot should be drawn.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.Plot.MINIMUM_HEIGHT_TO_DRAW">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_LEGEND_ITEM_BOX"><!-- --></A><H3>DEFAULT_LEGEND_ITEM_BOX</H3><PRE>public static final java.awt.Shape <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.211"><B>DEFAULT_LEGEND_ITEM_BOX</B></A></PRE><DL><DD>A default box shape for legend items.<P><DL></DL></DL><HR><A NAME="DEFAULT_LEGEND_ITEM_CIRCLE"><!-- --></A><H3>DEFAULT_LEGEND_ITEM_CIRCLE</H3><PRE>public static final java.awt.Shape <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.215"><B>DEFAULT_LEGEND_ITEM_CIRCLE</B></A></PRE><DL><DD>A default circle shape for legend items.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="Plot()"><!-- --></A><H3>Plot</H3><PRE>protected <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.269"><B>Plot</B></A>()</PRE><DL><DD>Creates a new plot.<P></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getDatasetGroup()"><!-- --></A><H3>getDatasetGroup</H3><PRE>public <A HREF="../../../../org/jfree/data/general/DatasetGroup.html" title="class in org.jfree.data.general">DatasetGroup</A> <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.295"><B>getDatasetGroup</B></A>()</PRE><DL><DD>Returns the dataset group for the plot (not currently used).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The dataset group.</DL></DD></DL><HR><A NAME="setDatasetGroup(org.jfree.data.general.DatasetGroup)"><!-- --></A><H3>setDatasetGroup</H3><PRE>protected void <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.304"><B>setDatasetGroup</B></A>(<A HREF="../../../../org/jfree/data/general/DatasetGroup.html" title="class in org.jfree.data.general">DatasetGroup</A> group)</PRE><DL><DD>Sets the dataset group (not currently used).<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>group</CODE> - the dataset group (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="getNoDataMessage()"><!-- --></A><H3>getNoDataMessage</H3><PRE>public java.lang.String <A HREF="../../../../src-html/org/jfree/chart/plot/Plot.html#line.314"><B>getNoDataMessage</B></A>()</PRE><DL><DD>Returns the string that is displayed when the dataset is empty or <code>null</code>.<P><DD><DL></DL></DD><DD><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -