edu.sc.seis.fissuresUtil.display.drawable
Class DisplayRemover

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by edu.sc.seis.fissuresUtil.display.drawable.BigX
          extended by edu.sc.seis.fissuresUtil.display.drawable.DisplayRemover
All Implemented Interfaces:
Drawable, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener

public class DisplayRemover
extends BigX

DisplayRemove.java


Constructor Summary
DisplayRemover(SeismogramDisplay display)
           
 
Method Summary
 void clicked()
           
 
Methods inherited from class edu.sc.seis.fissuresUtil.display.drawable.BigX
draw, getColor, getDrawColor, intersects, mouseClicked, mouseDragged, mouseMoved, setColor, setVisibility, setXY, useInsets
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayRemover

public DisplayRemover(SeismogramDisplay display)
Method Detail

clicked

public void clicked()
Specified by:
clicked in class BigX