edu.sc.seis.fissuresUtil.display.drawable
Interface Drawable

All Known Subinterfaces:
MovableDrawable, NamedDrawable
All Known Implementing Classes:
BigX, Crosshair, CurrentTimeFlag, DisplayRemover, DrawableFilteredSeismogram, DrawableSeismogram, Event, FilteredSeismogramRemover, Flag, SeismogramRemover, Selection, SoundPlay, TimeAmpLabel, VerticalLine

public interface Drawable

Drawables are objects to be put in the main display of a SeismogramDisplay. Created: Fri Jun 7 10:27:49 2002

Version:
0.1
Author:
Charlie Groves

Method Summary
 void draw(Graphics2D canvas, Dimension size, TimeEvent currentTime, AmpEvent currentAmp)
           
 Color getColor()
           
 void setColor(Color c)
           
 void setVisibility(boolean visible)
           
 

Method Detail

draw

void draw(Graphics2D canvas,
          Dimension size,
          TimeEvent currentTime,
          AmpEvent currentAmp)

setVisibility

void setVisibility(boolean visible)

getColor

Color getColor()

setColor

void setColor(Color c)


Copyright © 2002-2007 Seismology at the University of South Carolina. All Rights Reserved.