getEndValue
public Number getEndValue(Comparable rowKey,
Comparable columnKey,
int subinterval)
Returns the end value of a sub-interval for a given item.
rowKey
- the row key.columnKey
- the column key.subinterval
- the sub-interval.
- The end value (possibly
null
).
getEndValue
public Number getEndValue(int row,
int column,
int subinterval)
Returns the end value of a sub-interval for a given item.
row
- the row index (zero-based).column
- the column index (zero-based).subinterval
- the sub-interval.
- The end value (possibly
null
).
getPercentComplete
public Number getPercentComplete(Comparable rowKey,
Comparable columnKey)
Returns the percent complete for a given item.
rowKey
- the row key.columnKey
- the column key.
getPercentComplete
public Number getPercentComplete(Comparable rowKey,
Comparable columnKey,
int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
rowKey
- the row key.columnKey
- the column key.subinterval
- the sub-interval.
- The precent complete value (possibly
null
).
getPercentComplete
public Number getPercentComplete(int row,
int column)
Returns the percent complete for a given item.
row
- the row index (zero-based).column
- the column index (zero-based).
getPercentComplete
public Number getPercentComplete(int row,
int column,
int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
row
- the row index (zero-based).column
- the column index (zero-based).subinterval
- the sub-interval.
- The percent complete value (possibly
null
).
getStartValue
public Number getStartValue(Comparable rowKey,
Comparable columnKey,
int subinterval)
Returns the start value of a sub-interval for a given item.
rowKey
- the row key.columnKey
- the column key.subinterval
- the sub-interval.
- The start value (possibly
null
).
getStartValue
public Number getStartValue(int row,
int column,
int subinterval)
Returns the start value of a sub-interval for a given item.
row
- the row index (zero-based).column
- the column index (zero-based).subinterval
- the sub-interval index (zero-based).
- The start value (possibly
null
).
getSubIntervalCount
public int getSubIntervalCount(Comparable rowKey,
Comparable columnKey)
Returns the number of sub-intervals for a given item.
rowKey
- the row key.columnKey
- the column key.
getSubIntervalCount
public int getSubIntervalCount(int row,
int column)
Returns the number of sub-intervals for a given item.
row
- the row index (zero-based).column
- the column index (zero-based).