List of usage examples for java.awt.event MouseMotionListener interface-usage
From source file MouseDragClip.java
/**
* MouseDragClip -- implement simple mouse drag in a window. Speed up by using
* clipping regions.
* <p>
* This version "works" for very simple cases (only drag down and to the right,
* never move up or back :-) ).
From source file org.esa.nest.dat.views.polarview.PolarView.java
/** * NEST * User: lveci * Date: Dec 1, 2008 */ public final class PolarView extends BasicView
From source file org.esa.snap.graphbuilder.rcp.dialogs.support.GraphPanel.java
/** * Draws and Edits the graph graphically * User: lveci * Date: Jan 15, 2008 */ public class GraphPanel extends JPanel
From source file net.fenyo.gnetwatch.GUI.BasicComponent.java
/**
* This class implements an AWT component capable of drawing time series with the Java2D API.
* @author Alexandre Fenyo
* @version $Id: BasicComponent.java,v 1.39 2008/08/06 16:51:42 fenyo Exp $
*/
From source file com.tradedesksoftware.ets.client.charting.ChartShiftController.java
/**
* This class provides ways to shift (aka pan/scroll) a plot. The shift is done
* through the arrow keys and its step can be configured to be a fixed amount,
* a percentual of the current axis or a range in pixels.
* <p>
* This class only supports plots of type {@link org.jfree.chart.plot.XYPlot XYPlot},
From source file playground.sergioo.facilitiesGenerator2012.gui.ClustersPanel.java
public class ClustersPanel extends LayersPanel implements MouseListener, MouseMotionListener, MouseWheelListener, KeyListener { /** * */
From source file org.kalypso.ogc.gml.widgets.WidgetManager.java
/**
* widget controller of map view
*
* @author vdoemming
* @author Dirk Kuch
*/
From source file playground.sergioo.workplaceCapacities2012.gui.ClustersPanel.java
public class ClustersPanel extends LayersPanel implements MouseListener, MouseMotionListener, MouseWheelListener, KeyListener { /** * */
From source file org.esa.s1tbx.dat.views.polarview.PolarView.java
/** * NEST * User: lveci * Date: Dec 1, 2008 */ public final class PolarView extends BasicView
From source file ScribbleDragAndDrop.java
/**
* This component can operate in two modes. In "draw mode", it allows the user
* to scribble with the mouse. In "drag mode", it allows the user to drag
* scribbles with the mouse. Regardless of the mode, it always allows scribbles
* to be dropped on it from other applications.
*/