| Name | Description | Type | Package | Framework |
| AbstractDialLayer | A base class that can be used to implement a DialLayer. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| AbstractPieLabelDistributor | A base class for handling the distribution of pie section labels. | Class | org.jfree.chart.plot | JFreeChart |
|
| ArcDialFrame | A standard frame for the DialPlot class. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| CategoryCrosshairState | Represents state information for the crosshairs in a CategoryPlot. | Class | org.jfree.chart.plot | JFreeChart |
|
| CategoryMarker | A marker for a category. | Class | org.jfree.chart.plot | JFreeChart |
|
| CategoryPlot | A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer. | Class | org.jfree.chart.plot | JFreeChart |
|
| CenterTextMode | The mode for the center text on a RingPlot. | Class | org.jfree.chart.plot | JFreeChart |
|
| ColorPalette | Defines palette used by ContourPlot. | Class | org.jfree.chart.plot | JFreeChart |
|
| CombinedDomainCategoryPlot | A combined category plot where the domain axis is shared. | Class | org.jfree.chart.plot | JFreeChart |
|
| CombinedDomainXYPlot | An extension of XYPlot that contains multiple subplots that share a common domain axis. | Class | org.jfree.chart.plot | JFreeChart |
|
| CombinedRangeCategoryPlot | A combined category plot where the range axis is shared. | Class | org.jfree.chart.plot | JFreeChart |
|
| CombinedRangeXYPlot | An extension of XYPlot that contains multiple subplots that share aSee Also:Serialized Form | Class | org.jfree.chart.plot | JFreeChart |
|
| CompassPlot | A specialised plot that draws a compass to indicate a direction based on the value from a ValueDataset. | Class | org.jfree.chart.plot | JFreeChart |
|
| ContourPlot | A class for creating shaded contours. | Class | org.jfree.chart.plot | JFreeChart |
|
| ContourPlotUtilities | Some utility methods for the ContourPlot class. | Class | org.jfree.chart.plot | JFreeChart |
|
| ContourValuePlot | An interface defining methods related to contour plots. | Interface | org.jfree.chart.plot | JFreeChart |
|
| Crosshair | A crosshair for display on a plot. | Class | org.jfree.chart.plot | JFreeChart |
|
| CrosshairState | Maintains state information about crosshairs on a plot between successive calls to the renderer's draw method. | Class | org.jfree.chart.plot | JFreeChart |
|
| DatasetRenderingOrder | Defines the tokens that indicate the rendering order for datasets in aSee Also:Serialized Form | Class | org.jfree.chart.plot | JFreeChart |
|
| DefaultDrawingSupplier | A default implementation of the DrawingSupplier interface. | Class | org.jfree.chart.plot | JFreeChart |
|
| DialBackground | A regular dial layer that can be used to draw the background for a dial. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| DialCap | A regular dial layer that can be used to draw a cap over the center of the dial (the base of the dial pointer(s)). | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| DialFrame | A dial frame is the face plate for a dial plot - it is always drawn last. | Interface | org.jfree.chart.plot.dial | JFreeChart |
|
| DialLayer | A dial layer draws itself within a reference frame. | Interface | org.jfree.chart.plot.dial | JFreeChart |
|
| DialLayerChangeEvent | An event that can be forwarded to any DialLayerChangeListener to signal a change to a DialLayer. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| DialLayerChangeListener | The interface via which an object is notified of changes to a DialLayer. | Interface | org.jfree.chart.plot.dial | JFreeChart |
|
| DialPlot | A dial plot composed of user-definable layers. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| DialPointer | A base class for the pointer in a DialPlot. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| DialPointer .Pin | A dial pointer that draws a thin line (like a pin). | Class | org.jfree.chart.plot.dial.DialPointer | JFreeChart |
|
| DialPointer .Pointer | | Class | org.jfree.chart.plot.dial.DialPointer | JFreeChart |
|
| DialScale | A dial scale is a specialised layer that has the ability to convert data values into angles. | Interface | org.jfree.chart.plot.dial | JFreeChart |
|
| DialShape | Used to indicate the background shape for aSee Also:Serialized Form | Class | org.jfree.chart.plot | JFreeChart |
|
| DialTextAnnotation | A text annotation for a DialPlot. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| DialValueIndicator | A value indicator for a DialPlot. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| DrawingSupplier | A supplier of Paint, Stroke and Shape objects for use by plots and renderers. | Interface | org.jfree.chart.plot | JFreeChart |
|
| FastScatterPlot | A fast scatter plot. | Class | org.jfree.chart.plot | JFreeChart |
|
| GreyPalette | A grey color palette. | Class | org.jfree.chart.plot | JFreeChart |
|
| IntervalMarker | Represents an interval to be highlighted in some way. | Class | org.jfree.chart.plot | JFreeChart |
|
| JThermometer | An initial quick and dirty. | Class | org.jfree.chart.plot | JFreeChart |
|
| Marker | The base class for markers that can be added to plots to highlight a value or range of values. | Class | org.jfree.chart.plot | JFreeChart |
|
| MeterInterval | An interval to be highlighted on a MeterPlot. | Class | org.jfree.chart.plot | JFreeChart |
|
| MeterPlot | A plot that displays a single value in the form of a needle on a dial. | Class | org.jfree.chart.plot | JFreeChart |
|
| MultiplePiePlot | A plot that displays multiple pie plots using data from aSee Also:Serialized Form | Class | org.jfree.chart.plot | JFreeChart |
|
| Pannable | An interface that the ChartPanel class uses to communicate with plots that support panning. | Interface | org.jfree.chart.plot | JFreeChart |
|
| PieLabelDistributor | This class distributes the section labels for one side of a pie chart so that they do not overlap. | Class | org.jfree.chart.plot | JFreeChart |
|
| PieLabelLinkStyle | Used to indicate the style for the lines linking pie sections to their corresponding labels. | Class | org.jfree.chart.plot | JFreeChart |
|
| PieLabelRecord | A structure that retains information about the label for a section in a pieSee Also:Serialized Form | Class | org.jfree.chart.plot | JFreeChart |
|
| PiePlot | A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface. | Class | org.jfree.chart.plot | JFreeChart |
|
| PiePlot3D | A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface. | Class | org.jfree.chart.plot | JFreeChart |
|
| PiePlotState | | Class | org.jfree.chart.plot | JFreeChart |
|
| Plot | The base class for all plots in JFreeChart. | Class | org.jfree.chart.plot | JFreeChart |
|
| PlotOrientation | Used to indicate the orientation (horizontal or vertical) of a 2D plot. | Class | org.jfree.chart.plot | JFreeChart |
|
| PlotRenderingInfo | Stores information about the dimensions of a plot and its subplots. | Class | org.jfree.chart.plot | JFreeChart |
|
| PlotState | Records information about the state of a plot during the drawing process. | Class | org.jfree.chart.plot | JFreeChart |
|
| PlotUtilities | Some utility methods related to the plot classes. | Class | org.jfree.chart.plot | JFreeChart |
|
| PolarAxisLocation | Used to indicate the location of an axis on a PolarPlot. | Class | org.jfree.chart.plot | JFreeChart |
|
| PolarPlot | Plots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise. | Class | org.jfree.chart.plot | JFreeChart |
|
| RainbowPalette | Contains the data to construct an 8-bit rainbow palette This come from an old application which ran on 8-bit graphics device. | Class | org.jfree.chart.plot | JFreeChart |
|
| RingPlot | A customised pie plot that leaves a hole in the middle. | Class | org.jfree.chart.plot | JFreeChart |
|
| SeriesRenderingOrder | Defines the tokens that indicate the rendering order for series in aSee Also:Serialized Form | Class | org.jfree.chart.plot | JFreeChart |
|
| SpiderWebPlot | A plot that displays data from a CategoryDataset in the form of a spider web. | Class | org.jfree.chart.plot | JFreeChart |
|
| StandardDialFrame | A simple circular frame for the DialPlot class. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| StandardDialRange | A layer that draws a range highlight on a dial plot. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| StandardDialScale | A scale for a DialPlot. | Class | org.jfree.chart.plot.dial | JFreeChart |
|
| ThermometerPlot | A plot that displays a single value (from a ValueDataset) in a thermometer type display. | Class | org.jfree.chart.plot | JFreeChart |
|
| ValueAxisPlot | An interface that is implemented by plots that use a ValueAxis, providing a standard method to find the current data range. | Interface | org.jfree.chart.plot | JFreeChart |
|
| ValueMarker | A marker that represents a single value. | Class | org.jfree.chart.plot | JFreeChart |
|
| WaferMapPlot | | Class | org.jfree.chart.plot | JFreeChart |
|
| XYCrosshairState | | Class | org.jfree.chart.plot | JFreeChart |
|
| XYPlot | A general class for plotting data in the form of (x, y) pairs. | Class | org.jfree.chart.plot | JFreeChart |
|
| Zoomable | A plot that is zoomable must implement this interface to provide a mechanism for the ChartPanel to control the zooming. | Interface | org.jfree.chart.plot | JFreeChart |