Uses of Interface org.jfree.data.category.IntervalCategoryDataset

Uses in package org.jfree.chart.renderer.category

Methods with parameter type org.jfree.data.category.IntervalCategoryDataset

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 in package org.jfree.data.category

Classes implementing org.jfree.data.category.IntervalCategoryDataset

class
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.

Uses in package org.jfree.data.gantt

Classes implementing org.jfree.data.category.IntervalCategoryDataset

class
A collection of TaskSeries objects.

Uses in package org.jfree.chart

Methods with parameter type org.jfree.data.category.IntervalCategoryDataset

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.