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

📄 boxandwhiskeritem.html

📁 jfreechart1。0。2的api。
💻 HTML
📖 第 1 页 / 共 2 页
字号:
                         java.lang.Number&nbsp;maxRegularValue,                         java.lang.Number&nbsp;minOutlier,                         java.lang.Number&nbsp;maxOutlier,                         java.util.List&nbsp;outliers)</PRE><DL><DD>Creates a new box-and-whisker item.<P><DL><DT><B>Parameters:</B><DD><CODE>mean</CODE> - the mean (<code>null</code> permitted).<DD><CODE>median</CODE> - the median (<code>null</code> permitted).<DD><CODE>q1</CODE> - the first quartile (<code>null</code> permitted).<DD><CODE>q3</CODE> - the third quartile (<code>null</code> permitted).<DD><CODE>minRegularValue</CODE> - the minimum regular value (<code>null</code>                          permitted).<DD><CODE>maxRegularValue</CODE> - the maximum regular value (<code>null</code>                          permitted).<DD><CODE>minOutlier</CODE> - the minimum outlier (<code>null</code> permitted).<DD><CODE>maxOutlier</CODE> - the maximum outlier (<code>null</code> permitted).<DD><CODE>outliers</CODE> - the outliers (<code>null</code> permitted).</DL></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="getMean()"><!-- --></A><H3>getMean</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.130"><B>getMean</B></A>()</PRE><DL><DD>Returns the mean.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The mean (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getMedian()"><!-- --></A><H3>getMedian</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.139"><B>getMedian</B></A>()</PRE><DL><DD>Returns the median.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The median (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getQ1()"><!-- --></A><H3>getQ1</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.148"><B>getQ1</B></A>()</PRE><DL><DD>Returns the first quartile.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The first quartile (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getQ3()"><!-- --></A><H3>getQ3</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.157"><B>getQ3</B></A>()</PRE><DL><DD>Returns the third quartile.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The third quartile (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getMinRegularValue()"><!-- --></A><H3>getMinRegularValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.166"><B>getMinRegularValue</B></A>()</PRE><DL><DD>Returns the minimum regular value.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The minimum regular value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getMaxRegularValue()"><!-- --></A><H3>getMaxRegularValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.175"><B>getMaxRegularValue</B></A>()</PRE><DL><DD>Returns the maximum regular value.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The maximum regular value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getMinOutlier()"><!-- --></A><H3>getMinOutlier</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.184"><B>getMinOutlier</B></A>()</PRE><DL><DD>Returns the minimum outlier.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The minimum outlier (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getMaxOutlier()"><!-- --></A><H3>getMaxOutlier</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.193"><B>getMaxOutlier</B></A>()</PRE><DL><DD>Returns the maximum outlier.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The maximum outlier (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getOutliers()"><!-- --></A><H3>getOutliers</H3><PRE>public java.util.List <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.202"><B>getOutliers</B></A>()</PRE><DL><DD>Returns a list of outliers.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A list of outliers (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>public boolean <A HREF="../../../../src-html/org/jfree/data/statistics/BoxAndWhiskerItem.html#line.216"><B>equals</B></A>(java.lang.Object&nbsp;obj)</PRE><DL><DD>Tests this object for equality with an arbitrary object.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>obj</CODE> - the object to test against (<code>null</code> permitted).<DT><B>Returns:</B><DD>A boolean.</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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BoxAndWhiskerItem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface 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/BoxAndWhiskerItem.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="BoxAndWhiskerItem.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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 + -