📄 fastscatterplot.html
字号:
</DD></DL><HR><A NAME="getDomainAxis()"><!-- --></A><H3>getDomainAxis</H3><PRE>public <A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A> <B>getDomainAxis</B>()</PRE><DL><DD>Returns the domain axis for the plot. If the domain axis for this plot is null, then the method will return the parent plot's domain axis (if there is a parent plot).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the domain axis.</DL></DD></DL><HR><A NAME="getRangeAxis()"><!-- --></A><H3>getRangeAxis</H3><PRE>public <A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A> <B>getRangeAxis</B>()</PRE><DL><DD>Returns the range axis for the plot. If the range axis for this plot is null, then the method will return the parent plot's range axis (if there is a parent plot).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the range axis.</DL></DD></DL><HR><A NAME="getPaint()"><!-- --></A><H3>getPaint</H3><PRE>public java.awt.Paint <B>getPaint</B>()</PRE><DL><DD>Returns the paint used to plot data points.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The paint.</DL></DD></DL><HR><A NAME="setPaint(java.awt.Paint)"><!-- --></A><H3>setPaint</H3><PRE>public void <B>setPaint</B>(java.awt.Paint paint)</PRE><DL><DD>Sets the color for the data points 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="isDomainGridlinesVisible()"><!-- --></A><H3>isDomainGridlinesVisible</H3><PRE>public boolean <B>isDomainGridlinesVisible</B>()</PRE><DL><DD>Returns <code>true</code> if the domain 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="setDomainGridlinesVisible(boolean)"><!-- --></A><H3>setDomainGridlinesVisible</H3><PRE>public void <B>setDomainGridlinesVisible</B>(boolean visible)</PRE><DL><DD>Sets the flag that controls whether or not the domain 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="getDomainGridlineStroke()"><!-- --></A><H3>getDomainGridlineStroke</H3><PRE>public java.awt.Stroke <B>getDomainGridlineStroke</B>()</PRE><DL><DD>Returns the stroke for the grid-lines (if any) plotted against the domain axis.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the stroke.</DL></DD></DL><HR><A NAME="setDomainGridlineStroke(java.awt.Stroke)"><!-- --></A><H3>setDomainGridlineStroke</H3><PRE>public void <B>setDomainGridlineStroke</B>(java.awt.Stroke stroke)</PRE><DL><DD>Sets the stroke for the grid lines plotted against the domain axis. <p> If you set this to <code>null</code>, no grid lines will be drawn.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>stroke</CODE> - the stroke (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="getDomainGridlinePaint()"><!-- --></A><H3>getDomainGridlinePaint</H3><PRE>public java.awt.Paint <B>getDomainGridlinePaint</B>()</PRE><DL><DD>Returns the paint for the grid lines (if any) plotted against the domain axis.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the paint.</DL></DD></DL><HR><A NAME="setDomainGridlinePaint(java.awt.Paint)"><!-- --></A><H3>setDomainGridlinePaint</H3><PRE>public void <B>setDomainGridlinePaint</B>(java.awt.Paint paint)</PRE><DL><DD>Sets the paint for the grid lines plotted against the domain axis. <p> If you set this to <code>null</code>, no grid lines will be drawn.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>paint</CODE> - the paint (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="isRangeGridlinesVisible()"><!-- --></A><H3>isRangeGridlinesVisible</H3><PRE>public boolean <B>isRangeGridlinesVisible</B>()</PRE><DL><DD>Returns <code>true</code> if the range axis grid is 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="setRangeGridlinesVisible(boolean)"><!-- --></A><H3>setRangeGridlinesVisible</H3><PRE>public void <B>setRangeGridlinesVisible</B>(boolean visible)</PRE><DL><DD>Sets the flag that controls whether or not the range axis 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="getRangeGridlineStroke()"><!-- --></A><H3>getRangeGridlineStroke</H3><PRE>public java.awt.Stroke <B>getRangeGridlineStroke</B>()</PRE><DL><DD>Returns the stroke for the grid lines (if any) plotted against the range axis.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the stroke.</DL></DD></DL><HR><A NAME="setRangeGridlineStroke(java.awt.Stroke)"><!-- --></A><H3>setRangeGridlineStroke</H3><PRE>public void <B>setRangeGridlineStroke</B>(java.awt.Stroke stroke)</PRE><DL><DD>Sets the stroke for the grid lines plotted against the range axis. <p> If you set this to <code>null</code>, no grid lines will be drawn.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>stroke</CODE> - the stroke (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="getRangeGridlinePaint()"><!-- --></A><H3>getRangeGridlinePaint</H3><PRE>public java.awt.Paint <B>getRangeGridlinePaint</B>()</PRE><DL><DD>Returns the paint for the grid lines (if any) plotted against the range axis.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the paint.</DL></DD></DL><HR><A NAME="setRangeGridlinePaint(java.awt.Paint)"><!-- --></A><H3>setRangeGridlinePaint</H3><PRE>public void <B>setRangeGridlinePaint</B>(java.awt.Paint paint)</PRE><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -