Package org.jfree.chart
package org.jfree.chart
Core classes, including
JFreeChart
and
ChartPanel
.-
ClassDescriptionClass to extend the number of Colors available to the charts.A collection of utility methods for creating some standard charts with JFreeChart.A frame for displaying a chart.Special rendering hints that can be used internally by JFreeChart or by specialised implementations of the
Graphics2D
API.A key for rendering hints that can be used with JFreeChart (in addition to the regular Java2D rendering hints).A mouse event for a chart that is displayed in aChartPanel
.The interface that must be implemented by classes that wish to receiveChartMouseEvent
notifications from aChartPanel
.A Swing GUI component for displaying aJFreeChart
object.A structure for storing rendering information from one call to the JFreeChart.draw() method.AChartTheme
a class that can apply a style or 'theme' to a chart.A class used to represent a chart on the clipboard.A collection of utility methods for JFreeChart.Some utility methods for calculating hash codes.A chart class implemented using the Java 2D APIs.A temporary storage object for recording the properties of a legend item, without any consideration for layout issues.A collection of legend items.A source of legend items.Represents the order for rendering legend items.A class that handles mouse wheel events for theChartPanel
class.AChartPanel
that applies offline rendering, for better performance when navigating (i.e.Using enum state pattern to control the 'offline' renderingA storage structure that mapsComparable
instances withPaint
instances.PolarChartPanel
is the top level object for using thePolarPlot
.A default implementation of theChartTheme
interface.A storage structure that mapsComparable
instances withStroke
instances.