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

📄 defaultboxandwhiskercategorydataset.html

📁 jfreechart1。0。2的api。
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the column key.<DT><B>Returns:</B><DD>The first quartile value.</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/DefaultBoxAndWhiskerCategoryDataset.html#line.308"><B>getQ3Value</B></A>(int&nbsp;row,                                   int&nbsp;column)</PRE><DL><DD>Returns the third quartile value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ3Value(int, int)">getQ3Value</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 third quartile value.</DL></DD></DL><HR><A NAME="getQ3Value(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getQ3Value</H3><PRE>public java.lang.Number <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.327"><B>getQ3Value</B></A>(java.lang.Comparable&nbsp;rowKey,                                   java.lang.Comparable&nbsp;columnKey)</PRE><DL><DD>Returns the third quartile value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getQ3Value(java.lang.Comparable, java.lang.Comparable)">getQ3Value</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 third quartile value.</DL></DD></DL><HR><A NAME="getColumnIndex(java.lang.Comparable)"><!-- --></A><H3>getColumnIndex</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.345"><B>getColumnIndex</B></A>(java.lang.Comparable&nbsp;key)</PRE><DL><DD>Returns the column index for a given key.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getColumnIndex(java.lang.Comparable)">getColumnIndex</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>key</CODE> - the column key.<DT><B>Returns:</B><DD>The column index.</DL></DD></DL><HR><A NAME="getColumnKey(int)"><!-- --></A><H3>getColumnKey</H3><PRE>public java.lang.Comparable <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.356"><B>getColumnKey</B></A>(int&nbsp;column)</PRE><DL><DD>Returns a column key.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getColumnKey(int)">getColumnKey</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>column</CODE> - the column index (zero-based).<DT><B>Returns:</B><DD>The column key.</DL></DD></DL><HR><A NAME="getColumnKeys()"><!-- --></A><H3>getColumnKeys</H3><PRE>public java.util.List <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.365"><B>getColumnKeys</B></A>()</PRE><DL><DD>Returns the column keys.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getColumnKeys()">getColumnKeys</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>Returns:</B><DD>The keys.</DL></DD></DL><HR><A NAME="getRowIndex(java.lang.Comparable)"><!-- --></A><H3>getRowIndex</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.376"><B>getRowIndex</B></A>(java.lang.Comparable&nbsp;key)</PRE><DL><DD>Returns the row index for a given key.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getRowIndex(java.lang.Comparable)">getRowIndex</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>key</CODE> - the row key.<DT><B>Returns:</B><DD>The row index.</DL></DD></DL><HR><A NAME="getRowKey(int)"><!-- --></A><H3>getRowKey</H3><PRE>public java.lang.Comparable <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.387"><B>getRowKey</B></A>(int&nbsp;row)</PRE><DL><DD>Returns a row key.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getRowKey(int)">getRowKey</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>row</CODE> - the row index (zero-based).<DT><B>Returns:</B><DD>The row key.</DL></DD></DL><HR><A NAME="getRowKeys()"><!-- --></A><H3>getRowKeys</H3><PRE>public java.util.List <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.396"><B>getRowKeys</B></A>()</PRE><DL><DD>Returns the row keys.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/KeyedValues2D.html#getRowKeys()">getRowKeys</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>Returns:</B><DD>The keys.</DL></DD></DL><HR><A NAME="getRowCount()"><!-- --></A><H3>getRowCount</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.405"><B>getRowCount</B></A>()</PRE><DL><DD>Returns the number of rows in the table.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/Values2D.html#getRowCount()">getRowCount</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>Returns:</B><DD>The row count.</DL></DD></DL><HR><A NAME="getColumnCount()"><!-- --></A><H3>getColumnCount</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.414"><B>getColumnCount</B></A>()</PRE><DL><DD>Returns the number of columns in the table.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/Values2D.html#getColumnCount()">getColumnCount</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>Returns:</B><DD>The column count.</DL></DD></DL><HR><A NAME="getRangeLowerBound(boolean)"><!-- --></A><H3>getRangeLowerBound</H3><PRE>public double <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.426"><B>getRangeLowerBound</B></A>(boolean&nbsp;includeInterval)</PRE><DL><DD>Returns the minimum y-value in the dataset.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/RangeInfo.html#getRangeLowerBound(boolean)">getRangeLowerBound</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/RangeInfo.html" title="interface in org.jfree.data">RangeInfo</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>includeInterval</CODE> - a flag that determines whether or not the                         y-interval is taken into account.<DT><B>Returns:</B><DD>The minimum value.</DL></DD></DL><HR><A NAME="getRangeUpperBound(boolean)"><!-- --></A><H3>getRangeUpperBound</H3><PRE>public double <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.442"><B>getRangeUpperBound</B></A>(boolean&nbsp;includeInterval)</PRE><DL><DD>Returns the maximum y-value in the dataset.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/RangeInfo.html#getRangeUpperBound(boolean)">getRangeUpperBound</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/RangeInfo.html" title="interface in org.jfree.data">RangeInfo</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>includeInterval</CODE> - a flag that determines whether or not the                         y-interval is taken into account.<DT><B>Returns:</B><DD>The maximum value.</DL></DD></DL><HR><A NAME="getRangeBounds(boolean)"><!-- --></A><H3>getRangeBounds</H3><PRE>public <A HREF="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</A> <A HREF="../../../../src-html/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.html#line.458"><B>getRangeBounds</B></A>(boolean&nbsp;includeInterval)</PRE><DL><DD>Returns the range of the values in this dataset's range.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/RangeInfo.html#getRangeBounds(boolean)">getRangeBounds</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/RangeInfo.html" title="interface in org.jfree.data">RangeInfo</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>includeInterval</CODE> - a flag that determines whether or not the                         y-interval is taken into account.<DT><B>Returns:</B><DD>The range.</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/DefaultBoxAndWhiskerCategoryDataset.html#line.470"><B>getMinRegularValue</B></A>(int&nbsp;row,                                           int&nbsp;column)</PRE><DL><DD>Returns the minimum regular (non outlier) value for an item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html#getMinRegularValue(int, int)">getMinRegularValue</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 minimum regular value.</DL></DD>

⌨️ 快捷键说明

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