📄 defaultintervalcategorydataset.html
字号:
<P> This method is part of the IntervalTableDataset interface.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/IntervalCategoryDataset.html#getStartValue(int, int)">getStartValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/IntervalCategoryDataset.html" title="interface in org.jfree.data">IntervalCategoryDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - The required series (zero based index).<DD><CODE>category</CODE> - The required category.<DT><B>Returns:</B><DD>The start data value for one category in a series (null possible).</DL></DD></DL><HR><A NAME="getEndValue(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getEndValue</H3><PRE>public java.lang.Number <B>getEndValue</B>(java.lang.Comparable series, java.lang.Comparable category)</PRE><DL><DD>Returns the end data value for one category in a series. <P> This method is part of the IntervalTableDataset interface.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/IntervalCategoryDataset.html#getEndValue(java.lang.Comparable, java.lang.Comparable)">getEndValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/IntervalCategoryDataset.html" title="interface in org.jfree.data">IntervalCategoryDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the required series.<DD><CODE>category</CODE> - the required category.<DT><B>Returns:</B><DD>the end data value for one category in a series (null possible).</DL></DD></DL><HR><A NAME="getEndValue(int, int)"><!-- --></A><H3>getEndValue</H3><PRE>public java.lang.Number <B>getEndValue</B>(int series, int category)</PRE><DL><DD>Returns the end data value for one category in a series. <P> This method is part of the IntervalTableDataset interface.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/IntervalCategoryDataset.html#getEndValue(int, int)">getEndValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/IntervalCategoryDataset.html" title="interface in org.jfree.data">IntervalCategoryDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the required series (zero based index).<DD><CODE>category</CODE> - the required category.<DT><B>Returns:</B><DD>the end data value for one category in a series (null possible).</DL></DD></DL><HR><A NAME="setStartValue(int, java.lang.Object, java.lang.Number)"><!-- --></A><H3>setStartValue</H3><PRE>public void <B>setStartValue</B>(int series, java.lang.Object category, java.lang.Number value)</PRE><DL><DD>Sets the start data value for one category in a series.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - The series (zero-based index).<DD><CODE>category</CODE> - The category.<DD><CODE>value</CODE> - The value.</DL></DD></DL><HR><A NAME="setEndValue(int, java.lang.Object, java.lang.Number)"><!-- --></A><H3>setEndValue</H3><PRE>public void <B>setEndValue</B>(int series, java.lang.Object category, java.lang.Number value)</PRE><DL><DD>Sets the end data value for one category in a series.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero-based index).<DD><CODE>category</CODE> - the category.<DD><CODE>value</CODE> - the value.</DL></DD></DL><HR><A NAME="getColumnKey(int)"><!-- --></A><H3>getColumnKey</H3><PRE>public java.lang.Comparable <B>getColumnKey</B>(int item)</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>item</CODE> - the column index.<DT><B>Returns:</B><DD>The column key.</DL></DD></DL><HR><A NAME="getColumnIndex(java.lang.Comparable)"><!-- --></A><H3>getColumnIndex</H3><PRE>public int <B>getColumnIndex</B>(java.lang.Comparable columnKey)</PRE><DL><DD>Returns a column index.<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>columnKey</CODE> - the column key.<DT><B>Returns:</B><DD>The column index.</DL></DD></DL><HR><A NAME="getRowIndex(java.lang.Comparable)"><!-- --></A><H3>getRowIndex</H3><PRE>public int <B>getRowIndex</B>(java.lang.Comparable rowKey)</PRE><DL><DD>Returns a row index.<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>rowKey</CODE> - the row key.<DT><B>Returns:</B><DD>The row index.</DL></DD></DL><HR><A NAME="getRowKeys()"><!-- --></A><H3>getRowKeys</H3><PRE>public java.util.List <B>getRowKeys</B>()</PRE><DL><DD>Returns a list of the series in the dataset. <P> Supports the CategoryDataset interface.<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>a list of the series in the dataset.</DL></DD></DL><HR><A NAME="getRowKey(int)"><!-- --></A><H3>getRowKey</H3><PRE>public java.lang.Comparable <B>getRowKey</B>(int series)</PRE><DL><DD>Returns the name of the specified series.<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>series</CODE> - the index of the required series (zero-based).<DT><B>Returns:</B><DD>the name of the specified series.</DL></DD></DL><HR><A NAME="getColumnCount()"><!-- --></A><H3>getColumnCount</H3><PRE>public int <B>getColumnCount</B>()</PRE><DL><DD>Returns the number of categories in the dataset. <P> This method is part of the CategoryDataset interface.<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 number of categories in the dataset.</DL></DD></DL><HR><A NAME="getRowCount()"><!-- --></A><H3>getRowCount</H3><PRE>public int <B>getRowCount</B>()</PRE><DL><DD>Returns the number of series in the dataset (possibly zero).<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 number of series in the dataset.</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=3 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="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-all.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/DefaultHighLowDataset.html" title="class in org.jfree.data"><B>PREV CLASS</B></A> <A HREF="../../../org/jfree/data/DefaultKeyedValue.html" title="class in org.jfree.data"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="DefaultIntervalCategoryDataset.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 | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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 + -