Java org.jfree.data.gantt GanttCategoryDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.gantt GanttCategoryDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.gantt GanttCategoryDataset.

The text is from its open source code.

Implementation

org.jfree.data.gantt.GanttCategoryDataset has the following implementations.
Click this link to see all its implementation.

Method

ComparablegetColumnKey(int column)
Returns the column key for a given index.
NumbergetEndValue(int series, int category)
Returns the end value for the interval for a given series and category.
NumbergetEndValue(int row, int column, int subinterval)
Returns the end value of a sub-interval for a given item.
NumbergetEndValue(Comparable rowKey, Comparable columnKey, int subinterval)
Returns the end value of a sub-interval for a given item.
NumbergetPercentComplete(int row, int column, int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
NumbergetPercentComplete(Comparable rowKey, Comparable columnKey, int subinterval)
Returns the percentage complete value of a sub-interval for a given item.
NumbergetPercentComplete(int row, int column)
Returns the percent complete for a given item.
NumbergetPercentComplete(Comparable rowKey, Comparable columnKey)
Returns the percent complete for a given item.
ComparablegetRowKey(int row)
Returns the row key for a given index.
NumbergetStartValue(int series, int category)
Returns the start value for the interval for a given series and category.
NumbergetStartValue(int row, int column, int subinterval)
Returns the start value of a sub-interval for a given item.
NumbergetStartValue(Comparable rowKey, Comparable columnKey, int subinterval)
Returns the start value of a sub-interval for a given item.
intgetSubIntervalCount(int row, int column)
Returns the number of sub-intervals for a given item.
intgetSubIntervalCount(Comparable rowKey, Comparable columnKey)
Returns the number of sub-intervals for a given item.