📄 boxandwhiskercategorydataset.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.List</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getOutliers(int, int)">getOutliers</A></B>(int row, int column)</CODE><BR> Returns a list of outlier values for an item.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ1Value(java.lang.Comparable, java.lang.Comparable)">getQ1Value</A></B>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</CODE><BR> Returns the q1median value for an item.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ1Value(int, int)">getQ1Value</A></B>(int row, int column)</CODE><BR> Returns the q1median value for an item.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ3Value(java.lang.Comparable, java.lang.Comparable)">getQ3Value</A></B>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</CODE><BR> Returns the q3median value for an item.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ3Value(int, int)">getQ3Value</A></B>(int row, int column)</CODE><BR> Returns the q3median value for an item.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.KeyedValues2D"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface org.jfree.data.<A HREF="../../../../org/jfree/data/KeyedValues2D.html" title="interface in org.jfree.data">KeyedValues2D</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getColumnIndex(java.lang.Comparable)">getColumnIndex</A>, <A HREF="../../../../org/jfree/data/KeyedValues2D.html#getColumnKey(int)">getColumnKey</A>, <A HREF="../../../../org/jfree/data/KeyedValues2D.html#getColumnKeys()">getColumnKeys</A>, <A HREF="../../../../org/jfree/data/KeyedValues2D.html#getRowIndex(java.lang.Comparable)">getRowIndex</A>, <A HREF="../../../../org/jfree/data/KeyedValues2D.html#getRowKey(int)">getRowKey</A>, <A HREF="../../../../org/jfree/data/KeyedValues2D.html#getRowKeys()">getRowKeys</A>, <A HREF="../../../../org/jfree/data/KeyedValues2D.html#getValue(java.lang.Comparable, java.lang.Comparable)">getValue</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.Values2D"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface org.jfree.data.<A HREF="../../../../org/jfree/data/Values2D.html" title="interface in org.jfree.data">Values2D</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/jfree/data/Values2D.html#getColumnCount()">getColumnCount</A>, <A HREF="../../../../org/jfree/data/Values2D.html#getRowCount()">getRowCount</A>, <A HREF="../../../../org/jfree/data/Values2D.html#getValue(int, int)">getValue</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.general.Dataset"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface org.jfree.data.general.<A HREF="../../../../org/jfree/data/general/Dataset.html" title="interface in org.jfree.data.general">Dataset</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/jfree/data/general/Dataset.html#addChangeListener(org.jfree.data.general.DatasetChangeListener)">addChangeListener</A>, <A HREF="../../../../org/jfree/data/general/Dataset.html#getGroup()">getGroup</A>, <A HREF="../../../../org/jfree/data/general/Dataset.html#removeChangeListener(org.jfree.data.general.DatasetChangeListener)">removeChangeListener</A>, <A HREF="../../../../org/jfree/data/general/Dataset.html#setGroup(org.jfree.data.general.DatasetGroup)">setGroup</A></CODE></TD></TR></TABLE> <P><!-- ============ 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="getMeanValue(int, int)"><!-- --></A><H3>getMeanValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.68"><B>getMeanValue</B></A>(int row, int column)</PRE><DL><DD>Returns the mean value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>row</CODE> - the row index (zero-based).<DD><CODE>column</CODE> - the column index (zero-based).<DT><B>Returns:</B><DD>The mean value.</DL></DD></DL><HR><A NAME="getMeanValue(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getMeanValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.78"><B>getMeanValue</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the average value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the columnKey.<DT><B>Returns:</B><DD>The average value.</DL></DD></DL><HR><A NAME="getMedianValue(int, int)"><!-- --></A><H3>getMedianValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.88"><B>getMedianValue</B></A>(int row, int column)</PRE><DL><DD>Returns the median value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>row</CODE> - the row index (zero-based).<DD><CODE>column</CODE> - the column index (zero-based).<DT><B>Returns:</B><DD>The median value.</DL></DD></DL><HR><A NAME="getMedianValue(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getMedianValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.98"><B>getMedianValue</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the median value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the columnKey.<DT><B>Returns:</B><DD>The median value.</DL></DD></DL><HR><A NAME="getQ1Value(int, int)"><!-- --></A><H3>getQ1Value</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.108"><B>getQ1Value</B></A>(int row, int column)</PRE><DL><DD>Returns the q1median value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>row</CODE> - the row index (zero-based).<DD><CODE>column</CODE> - the column index (zero-based).<DT><B>Returns:</B><DD>The q1median value.</DL></DD></DL><HR><A NAME="getQ1Value(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getQ1Value</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.118"><B>getQ1Value</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the q1median value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the columnKey.<DT><B>Returns:</B><DD>The q1median value.</DL></DD></DL><HR><A NAME="getQ3Value(int, int)"><!-- --></A><H3>getQ3Value</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.128"><B>getQ3Value</B></A>(int row, int column)</PRE><DL><DD>Returns the q3median value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>row</CODE> - the row index (zero-based).<DD><CODE>column</CODE> - the column index (zero-based).<DT><B>Returns:</B><DD>The q3median value.</DL></DD></DL><HR><A NAME="getQ3Value(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getQ3Value</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.138"><B>getQ3Value</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the q3median value for an item.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the columnKey.<DT><B>Returns:</B><DD>The q3median value.</DL></DD></DL><HR><A NAME="getMinRegularValue(int, int)"><!-- --></A><H3>getMinRegularValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.148"><B>getMinRegularValue</B></A>(int row, int column)</PRE><DL><DD>Returns the minimum regular (non-outlier) value for an item.<P>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -