Uses of Interface
org.jfree.data.xy.IntervalXYDataset
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Plug-in renderers for the
XYPlot
class.Data interfaces and classes for Gantt charts.
Classes for representing statistical data.
Interfaces and classes for time-related data.
A package containing the
XYDataset
interface and related classes.-
Uses of IntervalXYDataset in org.jfree.chart
Modifier and TypeMethodDescriptionstatic JFreeChart
ChartFactory.createHistogram
(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset) Creates a histogram chart.static JFreeChart
ChartFactory.createHistogram
(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates a histogram chart.static JFreeChart
ChartFactory.createXYBarChart
(String title, String xAxisLabel, boolean dateAxis, String yAxisLabel, IntervalXYDataset dataset) Creates and returns a default instance of an XY bar chart.static JFreeChart
ChartFactory.createXYBarChart
(String title, String xAxisLabel, boolean dateAxis, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls) Creates and returns a default instance of an XY bar chart. -
Uses of IntervalXYDataset in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionprotected Range
ClusteredXYBarRenderer.findDomainBoundsWithOffset
(IntervalXYDataset dataset) Iterates over the items in anIntervalXYDataset
to find the range of x-values including the interval OFFSET so that it centers the interval around the start value. -
Uses of IntervalXYDataset in org.jfree.data.gantt
Modifier and TypeClassDescriptionclass
A dataset implementation that wraps aTaskSeriesCollection
and presents it as anIntervalXYDataset
, allowing a set of tasks to be displayed using anXYBarRenderer
(and usually aSymbolAxis
). -
Uses of IntervalXYDataset in org.jfree.data.statistics
Modifier and TypeClassDescriptionclass
A dataset that can be used for creating histograms.class
A dataset used for creating simple histograms with custom defined bins. -
Uses of IntervalXYDataset in org.jfree.data.time
Modifier and TypeClassDescriptionclass
A dynamic dataset.class
A collection ofTimePeriodValues
objects.class
A collection of time series objects.class
A dataset for regular time periods that implements theTableXYDataset
interface. -
Uses of IntervalXYDataset in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
An base class that you can use to create new implementations of theIntervalXYDataset
interface.class
An implementation variant of theTableXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
A dataset that defines a range (interval) for both the x-values and the y-values.class
AnXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
A collection ofXIntervalSeries
objects.class
A dataset wrapper class that converts a standardXYDataset
into anIntervalXYDataset
suitable for use in creating XY bar charts.class
A collection ofXYIntervalSeries
objects.class
Represents a collection ofXYSeries
objects that can be used as a dataset.class
A collection ofYIntervalSeries
objects.