Uses of Package
com.jrefinery.chart

Packages that use com.jrefinery.chart
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.annotations Classes for adding annotations to charts. 
com.jrefinery.chart.demo Demonstration applications for the JFreeChart class library. 
com.jrefinery.chart.demo.jdbc.servlet Classes for the JFreeChart servlet demonstration. 
com.jrefinery.chart.demo.servlet   
com.jrefinery.chart.event The event classes in the JFreeChart class library. 
com.jrefinery.chart.servlet Classes for providing useful servlet and JSP functionality. 
com.jrefinery.chart.ui An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application); 
 

Classes in com.jrefinery.chart used by com.jrefinery.chart
AbstractCategoryItemRenderer
          Abstract base class for category item renderers.
AbstractRenderer
          Base class providing essential services for renderers.
AbstractTitle
          The base class for all chart titles.
AbstractXYItemRenderer
          A base class that can be used to create new XYItemRenderer implementations.
AreaCategoryItemRenderer
          A category item renderer that draws area charts.
Axis
          The base class for all axes in JFreeChart.
AxisConstants
          Useful constants relating to axes.
AxisNotCompatibleException
          An exception that is generated when assigning an axis to a plot *if* the axis is not compatible with the plot type.
BarRenderer
          A base class for category item renderers that draw bars.
CategoryAxis
          An axis that displays categories.
CategoryItemRenderer
          Defines the interface for a category item renderer.
CategoryPlot
          A general plotting class that uses data from a CategoryDataset, and uses a plug-in renderer to draw individual data items.
CategoryPlotConstants
          Useful constants for the CategoryPlot class.
ChartMouseEvent
          A mouse event for a chart that is displayed in a ChartPanel.
ChartMouseListener
          The interface for classes that listen for ChartMouseEvents.
ChartPanel
          A Swing GUI component for displaying a JFreeChart.
ChartPanelConstants
          Useful constants for the ChartPanel class.
ChartRenderingInfo
          A structure for storing rendering information from one call to the JFreeChart.draw(...) method.
CrosshairInfo
          Maintains information about crosshairs on a plot.
DateAxis
          The base class for axes that display java.util.Date values.
DateTickUnit
          Represents a tick unit for a date axis.
HorizontalAxis
          An interface that must be supported by all horizontal axes for layout purposes.
HorizontalBarRenderer
          A renderer that handles the drawing of bars for a horizontal bar plot.
HorizontalMarkerAxisBand
          A band that can be added to a horizontal axis to display regions.
HorizontalNumberAxis
          A horizontal axis that displays numerical values.
HorizontalValuePlot
          An interface defining methods for interrogating a plot that displays values along the horizontal axis.
JFreeChart
          A chart class implemented using the Java 2D APIs.
JFreeChartConstants
          Useful constants relating to the JFreeChart class.
Legend
          A chart legend shows the names and visual representations of the series that are plotted in a chart.
LegendItem
          A legend item.
LegendItemCollection
          A collection of legend items.
LegendItemLayout
          The interface for a legend item layout manager.
Marker
          A constant value that is drawn on a chart as a marker, usually as a horizontal or a vertical line.
NumberAxis
          The base class for axes that display numerical data.
NumberTickUnit
          A numerical tick unit.
PiePlot
          A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
Plot
          The base class for all plots in JFreeChart.
PlotNotCompatibleException
          An exception that is generated when assigning a plot to a chart *if* the plot is not compatible with the chart's current data source.
ShapeFactory
          Interface to be implemented by classes which provide shapes for indicating data points on a Plot.
Spacer
          Represents an amount of blank space inside (or sometimes outside) a rectangle.
StandardLegend
          A chart legend shows the names and visual representations of the series that are plotted in a chart.
TextTitle
          A standard chart title.
TickUnit
          Base class representing a tick unit.
TickUnits
          A collection of tick units.
ValueAxis
          The base class for axes that display value data (a "value" can be a Number or a Date).
VerticalAxis
          An interface that must be supported by all vertical axes for layout purposes.
VerticalBarRenderer
          A renderer that handles the drawing of bars for a vertical bar plot.
VerticalBarRenderer3D
          A renderer for vertical bars with a 3D effect.
VerticalCategoryPlot
          A general class for plotting vertical category charts (bars/lines/shapes), using data from any class that implements the CategoryDataset interface.
VerticalNumberAxis
          A standard linear value axis, for values displayed vertically.
VerticalValuePlot
          An interface defining methods for interrogating a plot that displays values along the vertical axis.
XYItemRenderer
          Interface for rendering the visual representation of a single (x, y) item on an XYPlot.
XYPlot
          A general class for plotting data in the form of (x, y) pairs.
 

Classes in com.jrefinery.chart used by com.jrefinery.chart.annotations
ValueAxis
          The base class for axes that display value data (a "value" can be a Number or a Date).
 

Classes in com.jrefinery.chart used by com.jrefinery.chart.demo
JFreeChart
          A chart class implemented using the Java 2D APIs.
 

Classes in com.jrefinery.chart used by com.jrefinery.chart.demo.jdbc.servlet
JFreeChart
          A chart class implemented using the Java 2D APIs.
 

Classes in com.jrefinery.chart used by com.jrefinery.chart.demo.servlet
ChartRenderingInfo
          A structure for storing rendering information from one call to the JFreeChart.draw(...) method.
JFreeChart
          A chart class implemented using the Java 2D APIs.
 

Classes in com.jrefinery.chart used by com.jrefinery.chart.event
AbstractTitle
          The base class for all chart titles.
Axis
          The base class for all axes in JFreeChart.
JFreeChart
          A chart class implemented using the Java 2D APIs.
Legend
          A chart legend shows the names and visual representations of the series that are plotted in a chart.
Plot
          The base class for all plots in JFreeChart.
 

Classes in com.jrefinery.chart used by com.jrefinery.chart.servlet
ChartRenderingInfo
          A structure for storing rendering information from one call to the JFreeChart.draw(...) method.
JFreeChart
          A chart class implemented using the Java 2D APIs.
 

Classes in com.jrefinery.chart used by com.jrefinery.chart.ui
AbstractTitle
          The base class for all chart titles.
Axis
          The base class for all axes in JFreeChart.
JFreeChart
          A chart class implemented using the Java 2D APIs.
Plot
          The base class for all plots in JFreeChart.