Library:JFreeChart
Version:1.0.1
Compatibility:JDK 1.4
Interfaces in library JFreeChart.
NamePackageDescription
Arrangementorg.jfree.chart.blockAn object that is responsible for arranging a collection of Block s within a BlockContainer .
AxisChangeListenerorg.jfree.chart.eventThe interface that must be supported by classes that wish to receive notification of changes to an axis.
Blockorg.jfree.chart.blockA block is an arbitrary item that can be drawn (in Java2D space) within a rectangular area, has a preferred size, and can be arranged by an Arrangement manager.
BoxAndWhiskerCategoryDatasetorg.jfree.data.statisticsA category dataset that defines various medians, outliers and an average value for each item.
BoxAndWhiskerXYDatasetorg.jfree.data.statisticsAn interface that defines data in the form of (x, max, min, average, median) tuples.
CategoryAnnotationorg.jfree.chart.annotationsThe interface that must be supported by annotations that are to be added to a CategoryPlot .
CategoryDatasetorg.jfree.data.categoryThe interface for a dataset with one or more series, and values associated with categories.
CategoryItemLabelGeneratororg.jfree.chart.labelsA category item label generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as labels for the items in a CategoryPlot .
CategoryItemRendererorg.jfree.chart.renderer.categoryA plug-in object that is used by the CategoryPlot class to display individual data items from a CategoryDataset .
CategorySeriesLabelGeneratororg.jfree.chart.labelsA generator that creates labels for the series in a CategoryDataset .
CategoryToolTipGeneratororg.jfree.chart.labelsA category tool tip generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as tooltips for the items in a CategoryPlot .
CategoryURLGeneratororg.jfree.chart.urlsA URL generator for items in a CategoryDataset .
ChartChangeListenerorg.jfree.chart.eventThe interface that must be supported by classes that wish to receive notification of chart events.
ChartEditororg.jfree.chart.editorA chart editor is typically a JComponent containing a user interface for modifying the properties of a chart.
ChartEditorFactoryorg.jfree.chart.editorA factory for creating new ChartEditor instances.
ChartMouseListenerorg.jfree.chartThe interface that must be implemented by classes that wish to receive ChartMouseEvent notifications from a ChartPanel .
ChartProgressListenerorg.jfree.chart.eventThe interface that must be supported by classes that wish to receive notification of chart progress events.
CombinationDatasetorg.jfree.data.generalInterface that describes the new methods that any combined dataset needs to implement.
ContourDatasetorg.jfree.data.contourThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
ContourToolTipGeneratororg.jfree.chart.labelsInterface for a tooltip generator for plots that use data from a ContourDataset .
ContourValuePlotorg.jfree.chart.plotAn interface defining methods related to contour plots.
Datasetorg.jfree.data.generalThe base interface for data sets.
DatasetChangeListenerorg.jfree.data.generalThe interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetTagsorg.jfree.data.xmlConstants for the tags that identify the elements in the XML files.
DomainInfoorg.jfree.dataAn interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
DrawingSupplierorg.jfree.chart.plotA supplier of Paint and Stroke objects.
Effect3Dorg.jfree.chartAn interface that should be implemented by renderers that use a 3D effect.
EntityBlockParamsorg.jfree.chart.blockAn interface that is used by the draw() method of some Block implementations to determine whether or not to generate entities for the items within the block.
EntityBlockResultorg.jfree.chart.blockProvides access to the EntityCollection generated when a block is drawn.
EntityCollectionorg.jfree.chart.entityThis interface defines the methods used to access an ordered list of ChartEntity objects.
Function2Dorg.jfree.data.functionA function of the form y = f(x).
GanttCategoryDatasetorg.jfree.data.ganttAn extension of the IntervalCategoryDataset interface that adds support for multiple sub-intervals.
ImageEncoderorg.jfree.chart.encodersInterface for abstracting different types of image encoders.
ImageFormatorg.jfree.chart.encodersInterface used for referencing different image formats.
IntervalCategoryDatasetorg.jfree.data.categoryA category dataset that defines a value range for each series/category combination.
IntervalXYDatasetorg.jfree.data.xyAn extension of the XYDataset interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.
IntervalXYZDatasetorg.jfree.data.xyAn extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.
KeyedValueorg.jfree.dataA (key, value) pair.
KeyedValueDatasetorg.jfree.data.generalA dataset containing a single value.
KeyedValuesorg.jfree.dataAn ordered list of (key, value) items.
KeyedValues2Dorg.jfree.dataAn extension of the Values2D interface where a unique key is associated with the row and column indices.
KeyedValues2DDatasetorg.jfree.data.generalA dataset containing (key, value) data items.
KeyedValuesDatasetorg.jfree.data.generalA dataset containing (key, value) data items.
LegendItemSourceorg.jfree.chartA source of legend items.
OHLCDatasetorg.jfree.data.xyAn interface that defines data in the form of (x, high, low, open, close) tuples.
PieDatasetorg.jfree.data.generalA general purpose dataset where values are associated with keys.
PieSectionLabelGeneratororg.jfree.chart.labelsInterface for a label generator for plots that use data from a PieDataset .
PieToolTipGeneratororg.jfree.chart.labelsA tool tip generator that is used by the PiePlot class.
PieURLGeneratororg.jfree.chart.urlsInterface for a URL generator for plots that use data from a PieDataset .
PlotChangeListenerorg.jfree.chart.eventThe interface that must be supported by classes that wish to receive notification of changes to a plot.
PolarItemRendererorg.jfree.chart.rendererThe interface for a renderer that can be used by the PolarPlot class.
RangeInfoorg.jfree.dataAn interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
RendererChangeListenerorg.jfree.chart.eventThe interface that must be supported by classes that wish to receive notification of changes to a renderer.
SeriesChangeListenerorg.jfree.data.generalMethods for receiving notification of changes to a data series.
SeriesDatasetorg.jfree.data.generalThe interface for a dataset consisting of one or many series of data.
StatisticalCategoryDatasetorg.jfree.data.statisticsA category dataset that defines a median and standard deviation value for each item.
TableXYDatasetorg.jfree.data.xyA dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.
TickUnitSourceorg.jfree.chart.axisAn interface used by the DateAxis and NumberAxis classes to obtain a suitable TickUnit .
Timelineorg.jfree.chart.axisAn interface that defines the contract for a Timeline.
TimePeriodorg.jfree.data.timeA period of time measured to millisecond precision using two instances of java.util.Date.
TitleChangeListenerorg.jfree.chart.eventThe interface that must be supported by classes that wish to receive notification of changes to a chart title.
ToolTipTagFragmentGeneratororg.jfree.chart.imagemapInterface for generating the tooltip fragment of an HTML image map area tag.
URLTagFragmentGeneratororg.jfree.chart.imagemapInterface for generating the URL fragment of an HTML image map area tag.
Valueorg.jfree.dataA general purpose interface for accessing a value.
ValueAxisPlotorg.jfree.chart.plotAn interface that is implemented by plots that use a ValueAxis , providing a standard method to find the current data range.
ValueDatasetorg.jfree.data.generalAn interface for a dataset that returns a single value.
Valuesorg.jfree.dataAn interface through which (single-dimension) data values can be accessed.
Values2Dorg.jfree.dataA general purpose interface that can be used to access a table of values.
WindDatasetorg.jfree.data.xyInterface for a dataset that supplies wind intensity and direction values observed at various points in time.
XisSymbolicorg.jfree.data.xyRepresent a data set where X is a symbolic values.
XYAnnotationorg.jfree.chart.annotationsThe interface that must be supported by annotations that are to be added to an XYPlot .
XYDatasetorg.jfree.data.xyAn interface through which data in the form of (x, y) items can be accessed.
XYItemLabelGeneratororg.jfree.chart.labelsInterface for a label generator for plots that use data from an XYDataset .
XYItemRendererorg.jfree.chart.renderer.xyInterface for rendering the visual representation of a single (x, y) item on an XYPlot .
XYSeriesLabelGeneratororg.jfree.chart.labelsA generator that creates labels for the series in an XYDataset .
XYToolTipGeneratororg.jfree.chart.labelsInterface for a tooltip generator for plots that use data from an XYDataset .
XYURLGeneratororg.jfree.chart.urlsInterface for a URL generator for plots that uses data from an XYDataset .
XYZDatasetorg.jfree.data.xyThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
XYZToolTipGeneratororg.jfree.chart.labelsInterface for a tooltip generator for plots that use data from an XYZDataset .
XYZURLGeneratororg.jfree.chart.urlsInterface for a URL generator for plots that uses data from an XYZDataset .
YisSymbolicorg.jfree.data.xyRepresent a data set where Y is a symbolic values.
Zoomableorg.jfree.chart.plotA plot that is zoomable must implement this interface to provide a mechanism for the ChartPanel to control the zooming.
Search