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

📄 defaultboxandwhiskercategorydataset.html

📁 jfreechart1。0。2的api。
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<P><!-- ============ FIELD DETAIL =========== --><A NAME="field_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>Field Detail</B></FONT></TH></TR></TABLE><A NAME="data"><!-- --></A><H3>data</H3><PRE>protected <A HREF="../../../../org/jfree/data/KeyedObjects2D.html" title="class in org.jfree.data">KeyedObjects2D</A> <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.71"><B>data</B></A></PRE><DL><DD>Storage for the data.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_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>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="DefaultBoxAndWhiskerCategoryDataset()"><!-- --></A><H3>DefaultBoxAndWhiskerCategoryDataset</H3><PRE>public <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.85"><B>DefaultBoxAndWhiskerCategoryDataset</B></A>()</PRE><DL><DD>Creates a new dataset.<P></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="add(java.util.List, java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>add</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.101"><B>add</B></A>(java.util.List&nbsp;list,                java.lang.Comparable&nbsp;rowKey,                java.lang.Comparable&nbsp;columnKey)</PRE><DL><DD>Adds a list of values relating to one box-and-whisker entity to the  table.  The various median values are calculated.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>list</CODE> - a collection of values from which the various medians will               be calculated.<DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the column key.</DL></DD></DL><HR><A NAME="add(org.jfree.data.statistics.BoxAndWhiskerItem, java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>add</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.115"><B>add</B></A>(<A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerItem.html" title="class in org.jfree.data.statistics">BoxAndWhiskerItem</A>&nbsp;item,                java.lang.Comparable&nbsp;rowKey,                java.lang.Comparable&nbsp;columnKey)</PRE><DL><DD>Adds a list of values relating to one Box and Whisker entity to the  table.  The various median values are calculated.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>item</CODE> - a box and whisker item.<DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the column key.</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/DefaultBoxAndWhiskerCategoryDataset.html#line.154"><B>getItem</B></A>(int&nbsp;row,                                 int&nbsp;column)</PRE><DL><DD>Return an item from within the dataset.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>row</CODE> - the row index.<DD><CODE>column</CODE> - the column index.<DT><B>Returns:</B><DD>The item.</DL></DD></DL><HR><A NAME="getValue(int, int)"><!-- --></A><H3>getValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.166"><B>getValue</B></A>(int&nbsp;row,                                 int&nbsp;column)</PRE><DL><DD>Returns the value for an item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/Values2D.html#getValue(int, int)">getValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/Values2D.html" title="interface in org.jfree.data">Values2D</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>row</CODE> - the row index.<DD><CODE>column</CODE> - the column index.<DT><B>Returns:</B><DD>The value.</DL></DD></DL><HR><A NAME="getValue(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getValue</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.178"><B>getValue</B></A>(java.lang.Comparable&nbsp;rowKey,                                 java.lang.Comparable&nbsp;columnKey)</PRE><DL><DD>Returns the value for an item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getValue(java.lang.Comparable, java.lang.Comparable)">getValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html" title="interface in org.jfree.data">KeyedValues2D</A></CODE></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 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/DefaultBoxAndWhiskerCategoryDataset.html#line.190"><B>getMeanValue</B></A>(int&nbsp;row,                                     int&nbsp;column)</PRE><DL><DD>Returns the mean value for an item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getMeanValue(int, int)">getMeanValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerCategoryDataset</A></CODE></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>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.211"><B>getMeanValue</B></A>(java.lang.Comparable&nbsp;rowKey,                                     java.lang.Comparable&nbsp;columnKey)</PRE><DL><DD>Returns the mean value for an item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getMeanValue(java.lang.Comparable, java.lang.Comparable)">getMeanValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerCategoryDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the column key.<DT><B>Returns:</B><DD>The mean value.</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/DefaultBoxAndWhiskerCategoryDataset.html#line.232"><B>getMedianValue</B></A>(int&nbsp;row,                                       int&nbsp;column)</PRE><DL><DD>Returns the median value for an item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getMedianValue(int, int)">getMedianValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerCategoryDataset</A></CODE></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>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.251"><B>getMedianValue</B></A>(java.lang.Comparable&nbsp;rowKey,                                       java.lang.Comparable&nbsp;columnKey)</PRE><DL><DD>Returns the median value for an item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getMedianValue(java.lang.Comparable, java.lang.Comparable)">getMedianValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerCategoryDataset</A></CODE></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>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.270"><B>getQ1Value</B></A>(int&nbsp;row,                                   int&nbsp;column)</PRE><DL><DD>Returns the first quartile value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ1Value(int, int)">getQ1Value</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerCategoryDataset</A></CODE></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 first quartile value.</DL></DD></DL><HR><A NAME="getQ1Value(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getQ1Value</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.289"><B>getQ1Value</B></A>(java.lang.Comparable&nbsp;rowKey,                                   java.lang.Comparable&nbsp;columnKey)</PRE><DL><DD>Returns the first quartile value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ1Value(java.lang.Comparable, java.lang.Comparable)">getQ1Value</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerCategoryDataset</A></CODE></DL></DD><DD><DL>

⌨️ 快捷键说明

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