Uses of Package
org.jfree.data

Packages that use org.jfree.data
Package Description
org.jfree.chart.annotations
A framework for adding annotations to charts.
org.jfree.chart.axis
Axis classes and interfaces.
org.jfree.chart.block
Blocks and layout classes used extensively by the LegendTitle class.
org.jfree.chart.plot
Plot classes and related interfaces.
org.jfree.chart.renderer
Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes.
org.jfree.chart.renderer.category
Plug-in renderers for the CategoryPlot class.
org.jfree.chart.renderer.xy
Plug-in renderers for the XYPlot class.
org.jfree.chart.title
Classes used to display chart titles and subtitles.
org.jfree.data
The base package for classes that represent various types of data.
org.jfree.data.category
A package containing the CategoryDataset interface and related classes.
org.jfree.data.gantt
Data interfaces and classes for Gantt charts.
org.jfree.data.general
Data interfaces and classes.
org.jfree.data.jdbc
Dataset classes that fetch data from a database via JDBC.
org.jfree.data.json
Utilities for reading/writing data to/from JSON format.
org.jfree.data.statistics
Classes for representing statistical data.
org.jfree.data.time
Interfaces and classes for time-related data.
org.jfree.data.time.ohlc
Classes for representing financial data in open-high-low-close form.
org.jfree.data.xy
A package containing the XYDataset interface and related classes.