Example usage for org.jfree.chart ChartMouseListener interface-usage

List of usage examples for org.jfree.chart ChartMouseListener interface-usage

Introduction

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

Usage

From source file org.cds06.speleograph.GraphPanel.java

/**
 * Panel for SpeleoGraph Charts.
 * <p>This class interact with {@link Series} to draw visible data into a {@link JFreeChart}.<br>In add, this class
 * controls user interaction with the graph, like click on axes ...</p>
 * <p>This is the most important graphical class in SpeleoGraph.</p>
 *

From source file org.amanzi.awe.distribution.ui.widgets.DistributionChartWidget.java

/**
 * TODO Purpose of
 * <p>
 * </p>
 * 
 * @author Nikolay Lagutko (nikolay.lagutko@amanzitel.com)

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

/**
 * Package: edu.ucla.stat.SOCR.motionchart
 * Date: Dec 20, 2008
 * Time: 7:31:25 PM
 *
 * @author Jameel

From source file com.lp.client.frame.component.PanelDiagramm.java

/**
 * <p> Diese Klasse kuemmert sich ...</p>
 *
 * <p>Copyright Logistik Pur Software GmbH (c) 2004-2008</p>
 *
 * <p>Erstellung: Vorname Nachname; dd.mm.06</p>

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

/**
 * A demo scatter plot with some code showing how to convert between Java2D coordinates and
 * (x, y) coordinates.
 */
public class ScatterPlotDemo3 extends ApplicationFrame implements ChartMouseListener {

From source file org.ietr.preesm.mapper.ui.MouseClickedListener.java

/**
 * Listening for mouse events to refresh correctly the awt display when Gantt
 * chart is changed.
 * 
 * @author mpelcat
 */

From source file dbseer.gui.panel.DBSeerSelectableChartPanel.java

/**
 * Created by dyoon on 2014. 6. 10..
 */
public class DBSeerSelectableChartPanel extends ChartPanel implements ChartMouseListener {
    private final Border lineBorder = BorderFactory.createLineBorder(Color.BLACK, 5);
    private final Insets insets = lineBorder.getBorderInsets(this);

From source file ste.travian.gui.WorldController.java

/**
 * Controller for actions that have to do with the World
 * @author ste
 */
public class WorldController implements Constants, ChartMouseListener {

From source file org.adempiere.apps.graph.Graph.java

/**
 *    Graph
 *
 *  @author Jorg Janke
 *  @version $Id: BarGraph.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $
 *

From source file edu.ucla.stat.SOCR.applications.demo.PortfolioApplication.java

/**
 * The triangle experiment is to break a stick at random and see if the pieces
 * form a triangle. If so, is the triangle acute or obtuse?
 */
public class PortfolioApplication extends Application implements Observer, IExperiment, ChartMouseListener {