Save This Page
Home » jcommon-1.0.13 » org.jfree » data » category » [javadoc | source]
org.jfree.data.category
public interface: IntervalCategoryDataset [javadoc | source]

All Implemented Interfaces:
    CategoryDataset

All Known Implementing Classes:
    GanttCategoryDataset, DefaultIntervalCategoryDataset, TaskSeriesCollection, SlidingGanttCategoryDataset

A category dataset that defines a value range for each series/category combination.
Method from org.jfree.data.category.IntervalCategoryDataset Summary:
getEndValue,   getEndValue,   getStartValue,   getStartValue
Method from org.jfree.data.category.IntervalCategoryDataset Detail:
 public Number getEndValue(int series,
    int category)
    Returns the end value for the interval for a given series and category.
 public Number getEndValue(Comparable series,
    Comparable category)
    Returns the end value for the interval for a given series and category.
 public Number getStartValue(int series,
    int category)
    Returns the start value for the interval for a given series and category.
 public Number getStartValue(Comparable series,
    Comparable category)
    Returns the start value for the interval for a given series and category.