Uses of Interface
org.jfree.data.category.IntervalCategoryDataset
-
Packages that use IntervalCategoryDataset Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.data.category A package containing theCategoryDatasetinterface and related 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 JFreeChartChartFactory. createGanttChart(String title, String categoryAxisLabel, String dateAxisLabel, IntervalCategoryDataset dataset)Creates a Gantt chart using the supplied attributes plus default values where required.static JFreeChartChartFactory. 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
Methods in org.jfree.chart.renderer.category with parameters of type IntervalCategoryDataset Modifier and Type Method Description protected voidIntervalBarRenderer. 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
Classes in org.jfree.data.category that implement IntervalCategoryDataset Modifier and Type Class Description classDefaultIntervalCategoryDatasetA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface. -
Uses of IntervalCategoryDataset in org.jfree.data.gantt
Subinterfaces of IntervalCategoryDataset in org.jfree.data.gantt Modifier and Type Interface Description interfaceGanttCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>An extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement IntervalCategoryDataset Modifier and Type Class Description classSlidingGanttCategoryDatasetAGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.classTaskSeriesCollection<R extends Comparable<R>,C extends Comparable<C>>A collection ofTaskSeriesobjects.
-