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

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

Introduction

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

Usage

From source file cgpanalyser.gui.chart.XYChartPanel.java

/**
 *
 * @author Vlastimil Kapusta, xkapus02@stud.fit.vutbr.cz
 */
public class XYChartPanel extends ChartPanel implements ChartProgressListener {

From source file org.fhcrc.cpl.toolbox.gui.chart.CrosshairChangeListener.java

/**
 * Convenience class for only getting updates when Crosshair values change.  Add this as a ChartProgressListener
 */
public abstract class CrosshairChangeListener implements ChartProgressListener {
    protected static Logger _log = Logger.getLogger(CrosshairChangeListener.class);

From source file gchisto.jfreechart.extensions.ChartLocker.java

/**
 *
 * @author tony
 */
public class ChartLocker extends Locker implements ChartProgressListener {

From source file msi.gama.outputs.layers.charts.ChartJFreeChartOutput.java

public class ChartJFreeChartOutput extends ChartOutput implements ChartProgressListener {

    private BufferedImage createCompatibleImage(final int sizeX, final int sizeY) {
        if ((int) r.getWidth() != sizeX || (int) r.getHeight() != sizeY) {
            r.setRect(0, 0, sizeX, sizeY);
            if (cache != null) {

From source file gov.llnl.lc.infiniband.opensm.plugin.gui.chart.AdvancedXY_PlotPanel.java

public class AdvancedXY_PlotPanel extends XY_PlotPanel implements ChangeListener, ChartProgressListener {
    // this is a panel that contains a SimpleXY_PlotPanel, a table, a slider, border layout

    static final protected int MAX_DATASETS = 4;
    static final protected int MAX_DS_SIZE = 102;

From source file com.orange.atk.graphAnalyser.LectureJATKResult.java

/**
 *
 * @author  ywil8421
 */

public class LectureJATKResult extends JFrame implements ChartChangeListener, ChartProgressListener {

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 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.