subseriesdataset.html
来自「JFreeChart的帮助文档」· HTML 代码 · 共 805 行 · 第 1/3 页
HTML
805 行
<BR> Returns the starting X value for the specified series and item.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/SubSeriesDataset.html#getStartYValue(int, int)">getStartYValue</A></B>(int series, int item)</CODE><BR> Returns the starting Y value for the specified series and item.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/SubSeriesDataset.html#getType(int, int)">getType</A></B>(int series, int item)</CODE><BR> Returns the type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/SubSeriesDataset.html#getVolumeValue(int, int)">getVolumeValue</A></B>(int series, int item)</CODE><BR> Returns the volume.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/SubSeriesDataset.html#getXValue(int, int)">getXValue</A></B>(int series, int item)</CODE><BR> Returns the X-value for the specified series and item.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Number</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/SubSeriesDataset.html#getYValue(int, int)">getYValue</A></B>(int series, int item)</CODE><BR> Returns the Y-value for the specified series and item.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.AbstractSeriesDataset"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class org.jfree.data.<A HREF="../../../org/jfree/data/AbstractSeriesDataset.html">AbstractSeriesDataset</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/data/AbstractSeriesDataset.html#seriesChanged(org.jfree.data.SeriesChangeEvent)">seriesChanged</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.AbstractDataset"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class org.jfree.data.<A HREF="../../../org/jfree/data/AbstractDataset.html">AbstractDataset</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/data/AbstractDataset.html#addChangeListener(org.jfree.data.DatasetChangeListener)">addChangeListener</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#clone()">clone</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#fireDatasetChanged()">fireDatasetChanged</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#getGroup()">getGroup</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#notifyListeners(org.jfree.data.DatasetChangeEvent)">notifyListeners</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#removeChangeListener(org.jfree.data.DatasetChangeListener)">removeChangeListener</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#setGroup(org.jfree.data.DatasetGroup)">setGroup</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#validateObject()">validateObject</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.Dataset"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface org.jfree.data.<A HREF="../../../org/jfree/data/Dataset.html">Dataset</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/data/Dataset.html#addChangeListener(org.jfree.data.DatasetChangeListener)">addChangeListener</A>, <A HREF="../../../org/jfree/data/Dataset.html#getGroup()">getGroup</A>, <A HREF="../../../org/jfree/data/Dataset.html#removeChangeListener(org.jfree.data.DatasetChangeListener)">removeChangeListener</A>, <A HREF="../../../org/jfree/data/Dataset.html#setGroup(org.jfree.data.DatasetGroup)">setGroup</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="SubSeriesDataset(org.jfree.data.SeriesDataset, int[])"><!-- --></A><H3>SubSeriesDataset</H3><PRE>public <B>SubSeriesDataset</B>(<A HREF="../../../org/jfree/data/SeriesDataset.html">SeriesDataset</A> parent, int[] map)</PRE><DL><DD>Creates a SubSeriesDataset using one or more series from <code>parent</code>. The series to use are passed as an array of int.<P><DT><B>Parameters:</B><DD><CODE>parent</CODE> - underlying dataset<DD><CODE>map</CODE> - int[] of series from parent to include in this Dataset</DL><HR><A NAME="SubSeriesDataset(org.jfree.data.SeriesDataset, int)"><!-- --></A><H3>SubSeriesDataset</H3><PRE>public <B>SubSeriesDataset</B>(<A HREF="../../../org/jfree/data/SeriesDataset.html">SeriesDataset</A> parent, int series)</PRE><DL><DD>Creates a SubSeriesDataset using one series from <code>parent</code>. The series to is passed as an int.<P><DT><B>Parameters:</B><DD><CODE>parent</CODE> - underlying dataset<DD><CODE>series</CODE> - series from parent to include in this Dataset</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getHighValue(int, int)"><!-- --></A><H3>getHighValue</H3><PRE>public java.lang.Number <B>getHighValue</B>(int series, int item)</PRE><DL><DD>Returns the high-value for the specified series and item. <p> Note: throws <code>ClassCastException</code> if the series if not from a <A HREF="../../../org/jfree/data/HighLowDataset.html"><CODE>HighLowDataset</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/HighLowDataset.html#getHighValue(int, int)">getHighValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/HighLowDataset.html">HighLowDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the index of the series of interest (zero-based).<DD><CODE>item</CODE> - the index of the item of interest (zero-based).<DT><B>Returns:</B><DD>the high-value for the specified series and item.</DL></DD></DL><HR><A NAME="getLowValue(int, int)"><!-- --></A><H3>getLowValue</H3><PRE>public java.lang.Number <B>getLowValue</B>(int series, int item)</PRE><DL><DD>Returns the low-value for the specified series and item. <p> Note: throws <code>ClassCastException</code> if the series if not from a <A HREF="../../../org/jfree/data/HighLowDataset.html"><CODE>HighLowDataset</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/HighLowDataset.html#getLowValue(int, int)">getLowValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/HighLowDataset.html">HighLowDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the index of the series of interest (zero-based).<DD><CODE>item</CODE> - the index of the item of interest (zero-based).<DT><B>Returns:</B><DD>the low-value for the specified series and item.</DL></DD></DL><HR><A NAME="getOpenValue(int, int)"><!-- --></A><H3>getOpenValue</H3><PRE>public java.lang.Number <B>getOpenValue</B>(int series, int item)</PRE><DL><DD>Returns the open-value for the specified series and item. <p> Note: throws <code>ClassCastException</code> if the series if not from a <A HREF="../../../org/jfree/data/HighLowDataset.html"><CODE>HighLowDataset</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/HighLowDataset.html#getOpenValue(int, int)">getOpenValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/HighLowDataset.html">HighLowDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the index of the series of interest (zero-based).<DD><CODE>item</CODE> - the index of the item of interest (zero-based).<DT><B>Returns:</B><DD>the open-value for the specified series and item.</DL></DD></DL><HR><A NAME="getCloseValue(int, int)"><!-- --></A><H3>getCloseValue</H3><PRE>public java.lang.Number <B>getCloseValue</B>(int series, int item)</PRE><DL><DD>Returns the close-value for the specified series and item. <p> Note: throws <code>ClassCastException</code> if the series if not from a <A HREF="../../../org/jfree/data/HighLowDataset.html"><CODE>HighLowDataset</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/HighLowDataset.html#getCloseValue(int, int)">getCloseValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/HighLowDataset.html">HighLowDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the index of the series of interest (zero-based).<DD><CODE>item</CODE> - the index of the item of interest (zero-based).<DT><B>Returns:</B><DD>the close-value for the specified series and item.</DL></DD></DL><HR><A NAME="getVolumeValue(int, int)"><!-- --></A><H3>getVolumeValue</H3><PRE>public java.lang.Number <B>getVolumeValue</B>(int series, int item)</PRE><DL><DD>Returns the volume. <p> Note: throws <code>ClassCastException</code> if the series if not from a <A HREF="../../../org/jfree/data/HighLowDataset.html"><CODE>HighLowDataset</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/HighLowDataset.html#getVolumeValue(int, int)">getVolumeValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/HighLowDataset.html">HighLowDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the series (zero based index).<DD><CODE>item</CODE> - the item (zero based index).<DT><B>Returns:</B><DD>the volume.</DL></DD></DL><HR><A NAME="getXValue(int, int)"><!-- --></A><H3>getXValue</H3><PRE>public java.lang.Number <B>getXValue</B>(int series, int item)</PRE><DL><DD>Returns the X-value for the specified series and item. <p> Note: throws <code>ClassCastException</code> if the series if not from a <A HREF="../../../org/jfree/data/XYDataset.html"><CODE>XYDataset</CODE></A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/XYDataset.html#getXValue(int, int)">getXValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/XYDataset.html">XYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - the index of the series of interest (zero-based);<DD><CODE>item</CODE> - the index of the item of interest (zero-based).<DT><B>Returns:</B><DD>the X-value for the specified series and item.</DL></DD></DL><HR><A NAME="getYValue(int, int)"><!-- --></A><H3>getYValue</H3><PRE>public java.lang.Number <B>getYValue</B>(int series, int item)</PRE><DL><DD>Returns the Y-value for the specified series and item. <p>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?