📄 taskseriescollection.html
字号:
</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 end value.</DL></DD></DL><HR><A NAME="getPercentComplete(int, int)"><!-- --></A><H3>getPercentComplete</H3><PRE>public java.lang.Number <B>getPercentComplete</B>(int row, int column)</PRE><DL><DD>Returns the percent complete for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getPercentComplete(int, int)">getPercentComplete</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</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 percent complete.</DL></DD></DL><HR><A NAME="getPercentComplete(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getPercentComplete</H3><PRE>public java.lang.Number <B>getPercentComplete</B>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the percent complete for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getPercentComplete(java.lang.Comparable, java.lang.Comparable)">getPercentComplete</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</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 percent complete.</DL></DD></DL><HR><A NAME="getSubIntervalCount(int, int)"><!-- --></A><H3>getSubIntervalCount</H3><PRE>public int <B>getSubIntervalCount</B>(int row, int column)</PRE><DL><DD>Returns the number of sub-intervals for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getSubIntervalCount(int, int)">getSubIntervalCount</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</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 sub-interval count.</DL></DD></DL><HR><A NAME="getSubIntervalCount(java.lang.Comparable, java.lang.Comparable)"><!-- --></A><H3>getSubIntervalCount</H3><PRE>public int <B>getSubIntervalCount</B>(java.lang.Comparable rowKey, java.lang.Comparable columnKey)</PRE><DL><DD>Returns the number of sub-intervals for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getSubIntervalCount(java.lang.Comparable, java.lang.Comparable)">getSubIntervalCount</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</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 sub-interval count.</DL></DD></DL><HR><A NAME="getStartValue(int, int, int)"><!-- --></A><H3>getStartValue</H3><PRE>public java.lang.Number <B>getStartValue</B>(int row, int column, int subinterval)</PRE><DL><DD>Returns the start value of a sub-interval for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getStartValue(int, int, int)">getStartValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</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).<DD><CODE>subinterval</CODE> - the sub-interval index (zero-based).<DT><B>Returns:</B><DD>The start value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getStartValue(java.lang.Comparable, java.lang.Comparable, int)"><!-- --></A><H3>getStartValue</H3><PRE>public java.lang.Number <B>getStartValue</B>(java.lang.Comparable rowKey, java.lang.Comparable columnKey, int subinterval)</PRE><DL><DD>Returns the start value of a sub-interval for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getStartValue(java.lang.Comparable, java.lang.Comparable, int)">getStartValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the column key.<DD><CODE>subinterval</CODE> - the subinterval.<DT><B>Returns:</B><DD>The start value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getEndValue(int, int, int)"><!-- --></A><H3>getEndValue</H3><PRE>public java.lang.Number <B>getEndValue</B>(int row, int column, int subinterval)</PRE><DL><DD>Returns the end value of a sub-interval for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getEndValue(int, int, int)">getEndValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</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).<DD><CODE>subinterval</CODE> - the subinterval.<DT><B>Returns:</B><DD>The end value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getEndValue(java.lang.Comparable, java.lang.Comparable, int)"><!-- --></A><H3>getEndValue</H3><PRE>public java.lang.Number <B>getEndValue</B>(java.lang.Comparable rowKey, java.lang.Comparable columnKey, int subinterval)</PRE><DL><DD>Returns the end value of a sub-interval for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getEndValue(java.lang.Comparable, java.lang.Comparable, int)">getEndValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the column key.<DD><CODE>subinterval</CODE> - the subinterval.<DT><B>Returns:</B><DD>The end value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getPercentComplete(int, int, int)"><!-- --></A><H3>getPercentComplete</H3><PRE>public java.lang.Number <B>getPercentComplete</B>(int row, int column, int subinterval)</PRE><DL><DD>Returns the percentage complete value of a sub-interval for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getPercentComplete(int, int, int)">getPercentComplete</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</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).<DD><CODE>subinterval</CODE> - the sub-interval.<DT><B>Returns:</B><DD>The percent complete value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="getPercentComplete(java.lang.Comparable, java.lang.Comparable, int)"><!-- --></A><H3>getPercentComplete</H3><PRE>public java.lang.Number <B>getPercentComplete</B>(java.lang.Comparable rowKey, java.lang.Comparable columnKey, int subinterval)</PRE><DL><DD>Returns the percentage complete value of a sub-interval for a given item.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html#getPercentComplete(java.lang.Comparable, java.lang.Comparable, int)">getPercentComplete</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/gantt/GanttCategoryDataset.html" title="interface in org.jfree.data.gantt">GanttCategoryDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rowKey</CODE> - the row key.<DD><CODE>columnKey</CODE> - the column key.<DD><CODE>subinterval</CODE> - the sub-interval.<DT><B>Returns:</B><DD>The precent complete value (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="seriesChanged(org.jfree.data.SeriesChangeEvent)"><!-- --></A><H3>seriesChanged</H3><PRE>public void <B>seriesChanged</B>(<A HREF="../../../../org/jfree/data/SeriesChangeEvent.html" title="class in org.jfree.data">SeriesChangeEvent</A> event)</PRE><DL><DD>Called when a series belonging to the dataset changes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/SeriesChangeListener.html#seriesChanged(org.jfree.data.SeriesChangeEvent)">seriesChanged</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/SeriesChangeListener.html" title="interface in org.jfree.data">SeriesChangeListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/data/AbstractSeriesDataset.html#seriesChanged(org.jfree.data.SeriesChangeEvent)">seriesChanged</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/AbstractSeriesDataset.html" title="class in org.jfree.data">AbstractSeriesDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>event</CODE> - information about the change.</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/gantt/TaskSeries.html" title="class in org.jfree.data.gantt"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="TaskSeriesCollection.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 + -