📄 boxandwhiskercategorydataset.html
字号:
<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 minimum regular value.</DL></DD></DL><HR><A NAME="getMinRegularValue(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getMinRegularValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.158"><B>getMinRegularValue</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the minimum regular (non-outlier) 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 minimum regular value.</DL></DD></DL><HR><A NAME="getMaxRegularValue(int, int)"><!-- --></A><H3>getMaxRegularValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.168"><B>getMaxRegularValue</B></A>(int row, int column)</PRE><DL><DD>Returns the maximum regular (non-outlier) 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 maximum regular value.</DL></DD></DL><HR><A NAME="getMaxRegularValue(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getMaxRegularValue</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.178"><B>getMaxRegularValue</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the maximum regular (non-outlier) 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 maximum regular value.</DL></DD></DL><HR><A NAME="getMinOutlier(int, int)"><!-- --></A><H3>getMinOutlier</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.188"><B>getMinOutlier</B></A>(int row, int column)</PRE><DL><DD>Returns the minimum outlier (non-farout) 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 minimum outlier.</DL></DD></DL><HR><A NAME="getMinOutlier(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getMinOutlier</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.198"><B>getMinOutlier</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the minimum outlier (non-farout) 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 minimum outlier.</DL></DD></DL><HR><A NAME="getMaxOutlier(int, int)"><!-- --></A><H3>getMaxOutlier</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.208"><B>getMaxOutlier</B></A>(int row, int column)</PRE><DL><DD>Returns the maximum outlier (non-farout) 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 maximum outlier.</DL></DD></DL><HR><A NAME="getMaxOutlier(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getMaxOutlier</H3><PRE>java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.218"><B>getMaxOutlier</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the maximum outlier (non-farout) 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 maximum outlier.</DL></DD></DL><HR><A NAME="getOutliers(int, int)"><!-- --></A><H3>getOutliers</H3><PRE>java.util.List <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.229"><B>getOutliers</B></A>(int row, int column)</PRE><DL><DD>Returns a list of outlier values for an item. The list may be empty, but should never be <code>null</code>.<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>A list of outliers for an item.</DL></DD></DL><HR><A NAME="getOutliers(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getOutliers</H3><PRE>java.util.List <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#line.240"><B>getOutliers</B></A>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns a list of outlier values for an item. The list may be empty, but should never be <code>null</code>.<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>A list of outlier values for an item.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BoxAndWhiskerCategoryDataset.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCalculator.html" title="class in org.jfree.data.statistics"><B>PREV CLASS</B></A> <A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerItem.html" title="class in org.jfree.data.statistics"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" target="_top"><B>FRAMES</B></A> <A HREF="BoxAndWhiskerCategoryDataset.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -