Frames | No Frames |
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. |
Classes implementing org.jfree.data.category.IntervalCategoryDataset | |
class | A convenience class that provides a default implementation of the
IntervalCategoryDataset interface. |
Classes implementing org.jfree.data.category.IntervalCategoryDataset | |
class | A collection of TaskSeries objects. |
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. |