Uses of Interface org.jfree.chart.event.AxisChangeListener

Uses in package org.jfree.chart.plot.dial

Classes implementing org.jfree.chart.event.AxisChangeListener

class
A dial plot composed of user-definable layers.

Uses in package org.jfree.chart.axis

Methods with parameter type org.jfree.chart.event.AxisChangeListener

void
Registers an object for notification of changes to the axis.
void
Deregisters an object for notification of changes to the axis.

Uses in package org.jfree.chart.plot

Classes implementing org.jfree.chart.event.AxisChangeListener

class
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
class
A combined category plot where the domain axis is shared.
class
An extension of XYPlot that contains multiple subplots that share a common domain axis.
class
A combined category plot where the range axis is shared.
class
An extension of XYPlot 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 a ValueDataset.
class
A class for creating shaded contours.
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 a CategoryDataset.
class
A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
class
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface.
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 a CategoryDataset in the form of a "spider web".
class
A plot that displays a single value (from a ValueDataset) in a thermometer type display.
class
A wafer map plot.
class
A general class for plotting data in the form of (x, y) pairs.