org.das2.event
Class AngleSlicerMouseModule

java.lang.Object
  extended by org.das2.event.MouseModule
      extended by org.das2.event.AngleSlicerMouseModule
All Implemented Interfaces:
java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener, Displayable, Editable

public class AngleSlicerMouseModule
extends MouseModule


Field Summary
 
Fields inherited from class org.das2.event.MouseModule
dragRenderer, parent
 
Constructor Summary
protected AngleSlicerMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
  AngleSlicerMouseModule(DasPlot parent, TableDataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
 
Method Summary
static AngleSlicerMouseModule create(DasPlot parent)
           
static AngleSlicerMouseModule create(Renderer renderer)
           
 void mouseRangeSelected(MouseDragEvent e0)
          Action to take when a mouse range (click, drag, release) has been selected.
 
Methods inherited from class org.das2.event.MouseModule
getCursor, getDragRenderer, getHotSpots, getLabel, getListIcon, getListLabel, hotSpotPressed, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePointSelected, mousePressed, mouseReleased, mouseWheelMoved, setDragRenderer, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AngleSlicerMouseModule

public AngleSlicerMouseModule(DasPlot parent,
                              TableDataSetConsumer dataSetConsumer,
                              DasAxis xaxis,
                              DasAxis yaxis)

AngleSlicerMouseModule

protected AngleSlicerMouseModule(DasPlot parent,
                                 DataSetConsumer dataSetConsumer,
                                 DasAxis xaxis,
                                 DasAxis yaxis)
Method Detail

create

public static AngleSlicerMouseModule create(DasPlot parent)

create

public static AngleSlicerMouseModule create(Renderer renderer)

mouseRangeSelected

public void mouseRangeSelected(MouseDragEvent e0)
Description copied from class: MouseModule
Action to take when a mouse range (click, drag, release) has been selected.

Overrides:
mouseRangeSelected in class MouseModule