Uses of Interface
org.jfree.data.IntervalCategoryDataset
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.demo | |
org.jfree.data |
Data interfaces and classes.
|
org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
-
Uses of IntervalCategoryDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type IntervalCategoryDataset Modifier and Type Method Description static JFreeChart
ChartFactory. createGanttChart(String title, String categoryAxisLabel, String dateAxisLabel, IntervalCategoryDataset dataset, boolean legend, boolean tooltips, boolean urls)
Creates a Gantt chart using the supplied attributes plus default values where required. -
Uses of IntervalCategoryDataset in org.jfree.chart.demo
Methods in org.jfree.chart.demo that return IntervalCategoryDataset Modifier and Type Method Description static IntervalCategoryDataset
GanttDemo1. createDataset()
Creates a sample dataset for a Gantt chart.static IntervalCategoryDataset
DemoDatasetFactory. createIntervalCategoryDataset()
Returns a null interval category dataset. -
Uses of IntervalCategoryDataset in org.jfree.data
Classes in org.jfree.data that implement IntervalCategoryDataset Modifier and Type Class Description class
DefaultIntervalCategoryDataset
A convenience class that provides a default implementation of theIntervalCategoryDataset
interface. -
Uses of IntervalCategoryDataset in org.jfree.data.gantt
Subinterfaces of IntervalCategoryDataset in org.jfree.data.gantt Modifier and Type Interface Description interface
GanttCategoryDataset
An extension of theIntervalCategoryDataset
interface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement IntervalCategoryDataset Modifier and Type Class Description class
TaskSeriesCollection
A collection ofTaskSeries
objects.