Example usage for java.awt.event MouseMotionListener interface-usage

List of usage examples for java.awt.event MouseMotionListener interface-usage

Introduction

In this page you can find the example usage for java.awt.event MouseMotionListener interface-usage.

Usage

From source file org.prom5.analysis.performance.dottedchart.ui.DottedChartPanel.java

/**
 * DottedChartPanel.
 *
 * The purpose of this class is to provide a view of dotted chart
 *
 * @author Minseok Song

From source file base.BasePlayer.BedTable.java

public class BedTable extends JPanel implements MouseMotionListener, MouseListener, MouseWheelListener {

    private static final long serialVersionUID = 1L;
    BufferedImage bufImage;
    ListSorter sorter = new ListSorter();
    int rowHeight = 15, geneheaderlength = 0;

From source file org.processmining.analysis.performance.dottedchart.ui.DottedChartPanel.java

/**
 * DottedChartPanel.
 * 
 * The purpose of this class is to provide a view of dotted chart
 * 
 * @author Minseok Song

From source file com.projity.pm.graphic.graph.GraphInteractor.java

/**
 *
 */
public abstract class GraphInteractor
        implements MouseListener, MouseMotionListener, MouseWheelListener, Serializable {
    private static Log log = LogFactory.getLog(GraphInteractor.class);

From source file savant.view.swing.GraphPane.java

/**
 *
 * @author mfiume
 */
public class GraphPane extends JPanel
        implements GraphPaneAdapter, MouseWheelListener, MouseListener, MouseMotionListener {

From source file org.pmedv.core.components.RelativeImageView.java

/**
 * Description: creates a view on an image.
 * 
 * This code was modeled after an article on <a
 * href="http://www.javaworld.com/javaworld/javatips/jw-javatip109.html">
 * JavaWorld</a> by Bob Kenworthy.

From source file base.BasePlayer.AminoTable.java

public class AminoTable extends JPanel implements MouseMotionListener, MouseListener, MouseWheelListener {

    private static final long serialVersionUID = 1L;

    BufferedImage bufImage;
    ListSorter sorter = new ListSorter();

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 com.sshtools.sshterm.SshTermSessionPanel.java

/**
 *
 *
 * @author $author$
 * @version $Revision: 1.2 $
 */

From source file erigo.ctstream.CTstream.java

/**
 * 
 * Save various streams of data to CloudTurbine format (screen capture images, webcam
 * images, audio, text, etc.).
 *
 * Each stream is managed by its own class which extends DataStream.  Each DataStream