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 net.sf.maltcms.chromaui.charts.format.ScaledNumberFormatter.java

/**
 *
 * @author nilshoffmann
 */
public class ScaledNumberFormatter extends NumberFormat implements ChartChangeListener {

From source file edu.ucla.stat.SOCR.motionchart.MotionChart.java

/**
 * Package: edu.ucla.stat.SOCR.motionchart
 * User: Khashim
 * Date: Sep 15, 2008
 * Time: 2:58:23 PM
 *

From source file org.moeaframework.analysis.diagnostics.ApproximationSetViewer.java

/**
 * Window for displaying approximation set dynamics.
 */
public class ApproximationSetViewer extends JFrame
        implements ChangeListener, ActionListener, ChartChangeListener, ListSelectionListener {

From source file de.unibayreuth.bayeos.goat.panels.timeseries.JPanelChart.java

/**
 *
 * @author  oliver
 */
public class JPanelChart extends JPanel
        implements ChartChangeListener, ChangeListener, MouseListener, MouseMotionListener, ActionListener {

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

/**********************************************************************
 * A parent Panel container for the elements that show port utilization
 * information.  Normally this is intended to display some sort of graph
 * covering a collection or History of OMS snapshots.
 * <p>
 * @see  related classes and interfaces

From source file iDynoOptimizer.MOEAFramework26.src.org.moeaframework.analysis.diagnostics.ApproximationSetViewer.java

/**
 * Window for displaying approximation set dynamics.
 */
public class ApproximationSetViewer extends JFrame
        implements ChangeListener, ActionListener, ChartChangeListener, ListSelectionListener {

From source file de.hs.mannheim.modUro.controller.diagram.fx.ChartCanvas.java

/**
 * A canvas for displaying a {@link JFreeChart} in JavaFX.  You can use the
 * canvas directly to display charts, but usually the {@link ChartViewer}
 * class (which embeds a canvas) is a better option.
 * <p>
 * The canvas installs several default mouse handlers, if you don't like the

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

/**
 *
 * @author  ywil8421
 */

public class LectureJATKResult extends JFrame implements ChartChangeListener, ChartProgressListener {

From source file org.glotaran.core.datadisplayers.multispec.MultiSpecEditorTopComponent.java

/**
 * Top component which displays something.
 */
@ConvertAsProperties(dtd = "-//org.glotaran.core.datadisplayers.multispec//MultiSpecEditor//EN", autostore = false)
@TopComponent.Description(preferredID = "MultiSpecEditorTopComponent",
        //iconBase="SET/PATH/TO/ICON/HERE", 

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

/**********************************************************************
 * Describe purpose and responsibility of PortHeatMapPlotPanel
 * <p>
 * @see  related classes and interfaces
 *
 * @author meier3