Uses of Interface
org.jfree.chart.event.AnnotationChangeListener
Package
Description
A framework for adding annotations to charts.
Plot classes and related interfaces.
Classes for creating dial plots.
Classes for creating flow plots (a type of Sankey chart).
Plug-in renderers for the
XYPlot
class.-
Uses of AnnotationChangeListener in org.jfree.chart.annotations
Modifier and TypeMethodDescriptionvoid
AbstractAnnotation.addChangeListener
(AnnotationChangeListener listener) Registers an object to receive notification of changes to the annotation.void
Annotation.addChangeListener
(AnnotationChangeListener listener) Registers an object for notification of changes to the annotation.void
AbstractAnnotation.removeChangeListener
(AnnotationChangeListener listener) Deregisters an object so that it no longer receives notification of changes to the annotation.void
Annotation.removeChangeListener
(AnnotationChangeListener listener) Deregisters an object for notification of changes to the annotation. -
Uses of AnnotationChangeListener in org.jfree.chart.plot
Modifier and TypeClassDescriptionclass
A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.class
A combined category plot where the domain axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common domain axis.class
A combined category plot where the range axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common range axis.class
A specialised plot that draws a compass to indicate a direction based on the value from aValueDataset
.class
A fast scatter plot.class
A plot that displays a single value in the form of a needle on a dial.class
A plot that displays multiple pie plots using data from aCategoryDataset
.class
PiePlot<K extends Comparable<K>>
A plot that displays data in the form of a pie chart, using data from any class that implements thePieDataset
interface.class
Deprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).class
The base class for all plots in JFreeChart.class
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.class
A customised pie plot that leaves a hole in the middle.class
A plot that displays data from aCategoryDataset
in the form of a "spider web".class
A plot that displays a single value (from aValueDataset
) in a thermometer type display.class
A wafer map plot.class
A general class for plotting data in the form of (x, y) pairs. -
Uses of AnnotationChangeListener in org.jfree.chart.plot.dial
-
Uses of AnnotationChangeListener in org.jfree.chart.plot.flow
-
Uses of AnnotationChangeListener in org.jfree.chart.renderer.xy
Modifier and TypeClassDescriptionclass
A base class that can be used to create newXYItemRenderer
implementations.class
A renderer that draws candlesticks on anXYPlot
(requires aOHLCDataset
).class
An extension ofXYBarRenderer
that displays bars for different series values at the same x next to each other.class
The Cyclic XY item renderer is specially designed to handle cyclic axis.class
A default renderer for theXYPlot
class.class
A specialised subclass of theXYLineAndShapeRenderer
that requires anIntervalXYDataset
and represents the y-interval by shading an area behind the y-values on the chart.class
A specialised subclass of theDeviationRenderer
that requires anIntervalXYDataset
and represents the y-interval by shading an area behind the y-values on the chart, drawing only horizontal or vertical lines (steps);class
A renderer that draws high/low/open/close markers on anXYPlot
(requires aOHLCDataset
).class
A renderer that draws line charts.class
A stacked area renderer for theXYPlot
class.class
A stacked area renderer for theXYPlot
class.class
A bar renderer that displays the series items stacked.class
Standard item renderer for anXYPlot
.class
A renderer that represents data from anVectorXYDataset
by drawing a line with an arrow at each (x, y) point.class
A specialised renderer for displaying wind intensity/direction data.class
Area item renderer for anXYPlot
.class
Area item renderer for anXYPlot
.class
A renderer that draws bars on anXYPlot
(requires anIntervalXYDataset
).class
A renderer that represents data from anXYZDataset
by drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.class
A renderer that draws box-and-whisker items on anXYPlot
.class
A renderer that draws a circle at each data point with a diameter that is determined by the z-value in the dataset (the renderer requires the dataset to be an instance ofXYZDataset
.class
A renderer for anXYPlot
that highlights the differences between two series.class
A renderer that draws a small dot at each data point for anXYPlot
.class
A line and shape renderer that can also display x and/or y-error values.class
A renderer that connects data points with lines and/or draws shapes at each data point.class
A renderer that draws shapes at (x, y) coordinates and, if the dataset is an instance ofXYZDataset
, fills the shapes with a paint that is based on the z-value (the paint is obtained from a lookup table).class
A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.class
A step chart renderer that fills the area between the step and the x-axis.class
Line/Step item renderer for anXYPlot
.class
A renderer that draws a line connecting the start and end Y values for anXYPlot
.