public interface GanttCategoryDataset extends IntervalCategoryDataset
IntervalCategoryDataset interface that adds
support for multiple sub-intervals.| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
getEndValue(java.lang.Comparable rowKey,
java.lang.Comparable columnKey,
int subinterval)
Returns the end value of a sub-interval for a given item.
|
java.lang.Number |
getEndValue(int row,
int column,
int subinterval)
Returns the end value of a sub-interval for a given item.
|
java.lang.Number |
getPercentComplete(java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
Returns the percent complete for a given item.
|
java.lang.Number |
getPercentComplete(java.lang.Comparable rowKey,
java.lang.Comparable columnKey,
int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
|
java.lang.Number |
getPercentComplete(int row,
int column)
Returns the percent complete for a given item.
|
java.lang.Number |
getPercentComplete(int row,
int column,
int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
|
java.lang.Number |
getStartValue(java.lang.Comparable rowKey,
java.lang.Comparable columnKey,
int subinterval)
Returns the start value of a sub-interval for a given item.
|
java.lang.Number |
getStartValue(int row,
int column,
int subinterval)
Returns the start value of a sub-interval for a given item.
|
int |
getSubIntervalCount(java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
Returns the number of sub-intervals for a given item.
|
int |
getSubIntervalCount(int row,
int column)
Returns the number of sub-intervals for a given item.
|
getEndValue, getEndValue, getStartValue, getStartValuegetColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValuegetColumnCount, getRowCount, getValueaddChangeListener, getGroup, removeChangeListener, setGroupjava.lang.Number getPercentComplete(int row, int column)
row - the row index (zero-based).column - the column index (zero-based).getPercentComplete(Comparable, Comparable)java.lang.Number getPercentComplete(java.lang.Comparable rowKey, java.lang.Comparable columnKey)
rowKey - the row key.columnKey - the column key.getPercentComplete(int, int)int getSubIntervalCount(int row, int column)
row - the row index (zero-based).column - the column index (zero-based).getSubIntervalCount(Comparable, Comparable)int getSubIntervalCount(java.lang.Comparable rowKey, java.lang.Comparable columnKey)
rowKey - the row key.columnKey - the column key.getSubIntervalCount(int, int)java.lang.Number getStartValue(int row, int column, int subinterval)
row - the row index (zero-based).column - the column index (zero-based).subinterval - the sub-interval index (zero-based).null).getEndValue(int, int, int)java.lang.Number getStartValue(java.lang.Comparable rowKey, java.lang.Comparable columnKey, int subinterval)
rowKey - the row key.columnKey - the column key.subinterval - the sub-interval.null).getEndValue(Comparable, Comparable, int)java.lang.Number getEndValue(int row, int column, int subinterval)
row - the row index (zero-based).column - the column index (zero-based).subinterval - the sub-interval.null).getStartValue(int, int, int)java.lang.Number getEndValue(java.lang.Comparable rowKey, java.lang.Comparable columnKey, int subinterval)
rowKey - the row key.columnKey - the column key.subinterval - the sub-interval.null).getStartValue(Comparable, Comparable, int)java.lang.Number getPercentComplete(int row, int column, int subinterval)
row - the row index (zero-based).column - the column index (zero-based).subinterval - the sub-interval.null).getPercentComplete(Comparable, Comparable, int)java.lang.Number getPercentComplete(java.lang.Comparable rowKey, java.lang.Comparable columnKey, int subinterval)
rowKey - the row key.columnKey - the column key.subinterval - the sub-interval.null).getPercentComplete(int, int, int)