⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defaultboxandwhiskerxydataset.html

📁 jfreechart1。0。2的api。
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<DT><B>Returns:</B><DD>The name of this series.</DL></DD></DL><HR><A NAME="getItem(int, int)"><!-- --></A><H3>getItem</H3><PRE>public <A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerItem.html" title="class in org.jfree.data.statistics">BoxAndWhiskerItem</A> <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.184"><B>getItem</B></A>(int&nbsp;series,                                 int&nbsp;item)</PRE><DL><DD>Return an item from within the dataset.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series index (ignored, since this dataset contains                only one series).<DD><CODE>item</CODE> - the item within the series (zero-based index)<DT><B>Returns:</B><DD>The item.</DL></DD></DL><HR><A NAME="getX(int, int)"><!-- --></A><H3>getX</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.199"><B>getX</B></A>(int&nbsp;series,                             int&nbsp;item)</PRE><DL><DD>Returns the x-value for one item in a series. <p> The value returned is a Long object generated from the underlying Date  object.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/xy/XYDataset.html#getX(int, int)">getX</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The x-value.</DL></DD></DL><HR><A NAME="getXDate(int, int)"><!-- --></A><H3>getXDate</H3><PRE>public java.util.Date <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.213"><B>getXDate</B></A>(int&nbsp;series,                               int&nbsp;item)</PRE><DL><DD>Returns the x-value for one item in a series, as a Date. <p> This method is provided for convenience only.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The x-value as a Date.</DL></DD></DL><HR><A NAME="getY(int, int)"><!-- --></A><H3>getY</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.228"><B>getY</B></A>(int&nbsp;series,                             int&nbsp;item)</PRE><DL><DD>Returns the y-value for one item in a series. <p> This method (from the XYDataset interface) is mapped to the  getMaxNonOutlierValue() method.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/xy/XYDataset.html#getY(int, int)">getY</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The y-value.</DL></DD></DL><HR><A NAME="getMeanValue(int, int)"><!-- --></A><H3>getMeanValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.240"><B>getMeanValue</B></A>(int&nbsp;series,                                     int&nbsp;item)</PRE><DL><DD>Returns the mean for the specified series and item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getMeanValue(int, int)">getMeanValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The mean for the specified series and item.</DL></DD></DL><HR><A NAME="getMedianValue(int, int)"><!-- --></A><H3>getMedianValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.257"><B>getMedianValue</B></A>(int&nbsp;series,                                       int&nbsp;item)</PRE><DL><DD>Returns the median-value for the specified series and item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getMedianValue(int, int)">getMedianValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The median-value for the specified series and item.</DL></DD></DL><HR><A NAME="getQ1Value(int, int)"><!-- --></A><H3>getQ1Value</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.274"><B>getQ1Value</B></A>(int&nbsp;series,                                   int&nbsp;item)</PRE><DL><DD>Returns the Q1 median-value for the specified series and item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getQ1Value(int, int)">getQ1Value</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The Q1 median-value for the specified series and item.</DL></DD></DL><HR><A NAME="getQ3Value(int, int)"><!-- --></A><H3>getQ3Value</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.291"><B>getQ3Value</B></A>(int&nbsp;series,                                   int&nbsp;item)</PRE><DL><DD>Returns the Q3 median-value for the specified series and item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getQ3Value(int, int)">getQ3Value</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The Q3 median-value for the specified series and item.</DL></DD></DL><HR><A NAME="getMinRegularValue(int, int)"><!-- --></A><H3>getMinRegularValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.308"><B>getMinRegularValue</B></A>(int&nbsp;series,                                           int&nbsp;item)</PRE><DL><DD>Returns the min-value for the specified series and item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getMinRegularValue(int, int)">getMinRegularValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The min-value for the specified series and item.</DL></DD></DL><HR><A NAME="getMaxRegularValue(int, int)"><!-- --></A><H3>getMaxRegularValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.325"><B>getMaxRegularValue</B></A>(int&nbsp;series,                                           int&nbsp;item)</PRE><DL><DD>Returns the max-value for the specified series and item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getMaxRegularValue(int, int)">getMaxRegularValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>The max-value for the specified series and item.</DL></DD></DL><HR><A NAME="getMinOutlier(int, int)"><!-- --></A><H3>getMinOutlier</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.341"><B>getMinOutlier</B></A>(int&nbsp;series,                                      int&nbsp;item)</PRE><DL><DD>Returns the minimum value which is not a farout.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getMinOutlier(int, int)">getMinOutlier</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>A <code>Number</code> representing the maximum non-farout value.</DL></DD></DL><HR><A NAME="getMaxOutlier(int, int)"><!-- --></A><H3>getMaxOutlier</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.359"><B>getMaxOutlier</B></A>(int&nbsp;series,                                      int&nbsp;item)</PRE><DL><DD>Returns the maximum value which is not a farout, ie Q3 + (interquartile  range * farout coefficient).<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html#getMaxOutlier(int, int)">getMaxOutlier</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>item</CODE> - the item (zero-based index).<DT><B>Returns:</B><DD>A <code>Number</code> representing the maximum non-farout value.</DL></DD></DL><HR><A NAME="getOutliers(int, int)"><!-- --></A><H3>getOutliers</H3><PRE>public java.util.List <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.html#line.376"><B>getOutliers</B></A>(int&nbsp;series,                                  int&nbsp;item)</PRE><DL><DD>Returns an array of outliers for the specified series and item.<P><DD><DL>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -