Uses of Interface
com.jrefinery.chart.event.AxisChangeListener

Packages that use AxisChangeListener
com.jrefinery.chart The main classes in the JFreeChart class library. 
 

Uses of AxisChangeListener in com.jrefinery.chart
 

Classes in com.jrefinery.chart that implement AxisChangeListener
 class CategoryPlot
          A general plotting class that uses data from a CategoryDataset, and uses a plug-in renderer to draw individual data items.
 class CombinedXYPlot
          An extension of XYPlot that can contain multiple subplots, laid out horizontally or vertically.
 class CompassPlot
          A compass plot...
 class FastScatterPlot
          A fast scatter plot.
 class HorizontalCategoryPlot
          A class that plots data from a CategoryDataset, with the values plotted along the horizontal axis and the categories plotted along the vertical axis.
 class MeterPlot
          A plot that displays a single value in the context of several ranges ('normal', 'warning' and 'critical').
 class OverlaidVerticalCategoryPlot
          An extension of VerticalCategoryPlot that allows multiple VerticalCategoryPlots to be overlaid in one space, using common axes.
 class OverlaidXYPlot
          An extension of XYPlot that allows multiple XYPlots to be overlaid in one space, using common axes.
 class PeriodMarkerPlot
          A plot that marks time periods, for use in overlaid plots.
 class Pie3DPlot
          A plot that displays data in the form of a 3D pie chart, using data from any class that implements the CategoryDataset interface.
 class PiePlot
          A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
 class Plot
          The base class for all plots in JFreeChart.
 class ThermometerPlot
          A plot that displays a single value in a thermometer type display.
 class VerticalCategoryPlot
          A general class for plotting vertical category charts (bars/lines/shapes), using data from any class that implements the CategoryDataset interface.
 class XYPlot
          A general class for plotting data in the form of (x, y) pairs.
 

Methods in com.jrefinery.chart with parameters of type AxisChangeListener
 void Axis.addChangeListener(AxisChangeListener listener)
          Registers an object for notification of changes to the axis.
 void Axis.removeChangeListener(AxisChangeListener listener)
          Deregisters an object for notification of changes to the axis.