Uses of Interface
com.jrefinery.data.IntervalCategoryDataset

Packages that use IntervalCategoryDataset
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.demo Demonstration applications for the JFreeChart class library. 
com.jrefinery.data Data interfaces and classes. 
 

Uses of IntervalCategoryDataset in com.jrefinery.chart
 

Methods in com.jrefinery.chart with parameters of type IntervalCategoryDataset
static JFreeChart ChartFactory.createGanttChart(java.lang.String title, java.lang.String categoryAxisLabel, java.lang.String dateAxisLabel, IntervalCategoryDataset data, boolean legend)
          Creates a Gantt chart with default settings.
static JFreeChart ChartFactory.createGanttChart(java.lang.String title, java.lang.String categoryAxisLabel, java.lang.String dateAxisLabel, IntervalCategoryDataset data, boolean legend, boolean tooltips, boolean urls)
          Creates a Gantt chart with default settings.
 

Uses of IntervalCategoryDataset in com.jrefinery.chart.demo
 

Methods in com.jrefinery.chart.demo that return IntervalCategoryDataset
static IntervalCategoryDataset DemoDatasetFactory.createIntervalCategoryDataset()
          Returns a null interval category dataset.
static IntervalCategoryDataset DemoDatasetFactory.createSampleGantDataset()
          Deprecated. use createSampleGanttDataset().
static IntervalCategoryDataset DemoDatasetFactory.createSampleGanttDataset()
          Creates a sample dataset.
 

Uses of IntervalCategoryDataset in com.jrefinery.data
 

Classes in com.jrefinery.data that implement IntervalCategoryDataset
 class DefaultIntervalCategoryDataset
          A convenience class that provides a default implementation of the IntervalCategoryDataset interface.
 class GanttSeriesCollection
          A collection of GanttSeries objects.