Example usage for org.jfree.chart.event ChartChangeListener interface-usage

List of usage examples for org.jfree.chart.event ChartChangeListener interface-usage

Introduction

In this page you can find the example usage for org.jfree.chart.event ChartChangeListener interface-usage.

Usage

From source file apidemo.PanScrollZoomDemo.java

/**
 * A demo for panning, scrolling and zooming.
 */
public class PanScrollZoomDemo extends JFrame
        implements ActionListener, ChangeListener, ChartChangeListener, MouseListener/*, 
                                                                                     MouseMotionListener */ {

From source file org.jfree.chart.demo.PanScrollZoomDemo.java

/**
 * A demo for panning, scrolling and zooming.
 */
public class PanScrollZoomDemo extends JFrame
        implements ActionListener, ChangeListener, ChartChangeListener, MouseListener/*, 
                                                                                     MouseMotionListener */ {

From source file org.gvsig.remotesensing.scatterplot.chart.ScatterPlotDiagram.java

/**
 * 
 *  Reescritura de la clase ChartPanel. Se reescribe para personalizar el grafico con
 *  opciones de dibujado de rectangulos sobre el area del grfico.
 *  
 *  @see CharPanel JfreeChart

From source file org.mwc.cmap.grideditor.chart.FixedChartComposite.java

/**
 * This is a local copy of the {@link FixedChartComposite} tweaked to allow
 * dragging the data points on plot in subclasses. Except the note about fixed
 * bugs below, we haven't changed anything in the {@link FixedChartComposite},
 * just added a few accessors to the class internals.
 * 

From source file de.xirp.ui.widgets.custom.XChartComposite.java

/**
 * A SWT composite for displaying a {@link org.jfree.chart.JFreeChart}
 * object. <br>
 * <br>
 * The composite listens to the chart to receive notification of
 * changes to any component of the chart. The chart is redrawn

From source file com.rcp.wbw.demo.ChartComposite.java

/**
 * A SWT GUI composite for displaying a {@link JFreeChart} object.
 * <p>
 * The composite listens to the chart to receive notification of changes to any component of the chart. The chart is
 * redrawn automatically whenever this notification is received.
 */

From source file org.jfree.experimental.chart.swt.ChartComposite.java

/**
 * A SWT GUI composite for displaying a {@link JFreeChart} object.
 * <p>
 * The composite listens to the chart to receive notification of changes to any component of the
 * chart. The chart is redrawn automatically whenever this notification is received.
 */

From source file rulebender.editors.dat.view.CustomizedChartComposite.java

/**
 * A SWT GUI composite for displaying a {@link JFreeChart} object.
 * <p>
 * The composite listens to the chart to receive notification of changes to any
 * component of the chart.  The chart is redrawn automatically whenever this
 * notification is received.

From source file com.munch.exchange.parts.neuralnetwork.results.NeuralNetworkResultChartComposite.java

/**
 * A SWT GUI composite for displaying a {@link JFreeChart} object.
 * <p>
 * The composite listens to the chart to receive notification of changes to any
 * component of the chart.  The chart is redrawn automatically whenever this
 * notification is received.

From source file com.munch.exchange.ExchangeChartComposite.java

/**
 * A SWT GUI composite for displaying a {@link JFreeChart} object.
 * <p>
 * The composite listens to the chart to receive notification of changes to any
 * component of the chart.  The chart is redrawn automatically whenever this
 * notification is received.