public interface GanttCategoryDataset extends IntervalCategoryDataset
IntervalCategoryDataset
interface that adds
support for multiple sub-intervals.Modifier and Type | Method and Description |
---|---|
Number |
getEndValue(Comparable rowKey,
Comparable columnKey,
int subinterval)
Returns the end value of a sub-interval for a given item.
|
Number |
getEndValue(int row,
int column,
int subinterval)
Returns the end value of a sub-interval for a given item.
|
Number |
getPercentComplete(Comparable rowKey,
Comparable columnKey)
Returns the percent complete for a given item.
|
Number |
getPercentComplete(Comparable rowKey,
Comparable columnKey,
int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
|
Number |
getPercentComplete(int row,
int column)
Returns the percent complete for a given item.
|
Number |
getPercentComplete(int row,
int column,
int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
|
Number |
getStartValue(Comparable rowKey,
Comparable columnKey,
int subinterval)
Returns the start value of a sub-interval for a given item.
|
Number |
getStartValue(int row,
int column,
int subinterval)
Returns the start value of a sub-interval for a given item.
|
int |
getSubIntervalCount(Comparable rowKey,
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, getStartValue
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValue
getColumnCount, getRowCount, getValue
addChangeListener, getGroup, removeChangeListener, setGroup
Number getPercentComplete(int row, int column)
row
- the row index (zero-based).column
- the column index (zero-based).getPercentComplete(Comparable, Comparable)
Number getPercentComplete(Comparable rowKey, 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(Comparable rowKey, Comparable columnKey)
rowKey
- the row key.columnKey
- the column key.getSubIntervalCount(int, int)
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)
Number getStartValue(Comparable rowKey, Comparable columnKey, int subinterval)
rowKey
- the row key.columnKey
- the column key.subinterval
- the sub-interval.null
).getEndValue(Comparable, Comparable, int)
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)
Number getEndValue(Comparable rowKey, Comparable columnKey, int subinterval)
rowKey
- the row key.columnKey
- the column key.subinterval
- the sub-interval.null
).getStartValue(Comparable, Comparable, int)
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)
Number getPercentComplete(Comparable rowKey, Comparable columnKey, int subinterval)
rowKey
- the row key.columnKey
- the column key.subinterval
- the sub-interval.null
).getPercentComplete(int, int, int)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics