Module org.jfree.chart
Package org.jfree.chart
Core classes for JFreeChart including
JFreeChart and ChartFactory.-
Interface Summary Interface Description ChartElement A chart element (used to support a visitor pattern for traversing all the elements in a chart).ChartElementVisitor A visitor for aChartElement.ChartTheme AChartThemea class that can apply a style or 'theme' to a chart.Drawable An interface for an object that can draw itself within an area on aGraphics2D. -
Class Summary Class Description ChartColor Class to extend the number of Colors available to the charts.ChartFactory A collection of utility methods for creating some standard charts with JFreeChart.ChartHints Special rendering hints that can be used internally by JFreeChart or by specialised implementations of theGraphics2DAPI.ChartHints.Key A key for rendering hints that can be used with JFreeChart (in addition to the regular Java2D rendering hints).ChartRenderingInfo A structure for storing rendering information from one call to the JFreeChart.draw() method.ChartTransferable A class used to represent a chart on the clipboard.ChartUtils A collection of utility methods for JFreeChart.JFreeChart A chart class implemented using the Java 2D APIs.StandardChartTheme A default implementation of theChartThemeinterface.