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

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.display.drawable.EventFlag
      extended by edu.sc.seis.fissuresUtil.display.drawable.EventBoxes

public class EventBoxes
extends EventFlag

Draws a box around the event on a plottable from the origin to the arrival of 4kmps. It expects a 4kmps arrival to be in the arrivals in the plottable. If the 4kmps arrival at this station is less than 5 minutes past the origin, the box is from the origin to 5 minutes past it


Field Summary
 
Fields inherited from class edu.sc.seis.fissuresUtil.display.drawable.EventFlag
arrivals
 
Constructor Summary
EventBoxes(PlottableDisplay plottableDisplay, edu.iris.Fissures.IfEvent.EventAccessOperations eventAccess, edu.sc.seis.TauP.Arrival[] arrivals)
           
 
Method Summary
 void draw(java.awt.Graphics g)
           
 java.util.List getBoxes()
           
 
Methods inherited from class edu.sc.seis.fissuresUtil.display.drawable.EventFlag
getColor, getDisplay, getEvent, getEventCoverage, getOriginTime, getOriginX, getOriginY, getRow, getTitle, getTitleLoc, getX, getX, getXPercent, getY, getY, isSelected, setAlpha, setTitleLoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBoxes

public EventBoxes(PlottableDisplay plottableDisplay,
                  edu.iris.Fissures.IfEvent.EventAccessOperations eventAccess,
                  edu.sc.seis.TauP.Arrival[] arrivals)
Method Detail

draw

public void draw(java.awt.Graphics g)
Overrides:
draw in class EventFlag

getBoxes

public java.util.List getBoxes()