Uses of Interface
org.jfree.data.category.IntervalCategoryDataset
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Plug-in renderers for the
CategoryPlot
class.A package containing the
CategoryDataset
interface and related classes.Data interfaces and classes for Gantt charts.
-
Uses of IntervalCategoryDataset in org.jfree.chart
Modifier and TypeMethodDescriptionstatic JFreeChart
ChartFactory.createGanttChart
(String title, String categoryAxisLabel, String dateAxisLabel, IntervalCategoryDataset dataset) Creates a Gantt chart using the supplied attributes plus default values where required.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.renderer.category
Modifier and TypeMethodDescriptionprotected void
IntervalBarRenderer.drawInterval
(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, IntervalCategoryDataset dataset, int row, int column) Draws a single interval. -
Uses of IntervalCategoryDataset in org.jfree.data.category
Modifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theIntervalCategoryDataset
interface. -
Uses of IntervalCategoryDataset in org.jfree.data.gantt
Modifier and TypeInterfaceDescriptioninterface
An extension of theIntervalCategoryDataset
interface that adds support for multiple sub-intervals.Modifier and TypeClassDescriptionclass
AGanttCategoryDataset
implementation that presents a subset of the categories in an underlying dataset.class
A collection ofTaskSeries
objects.