edu.sc.seis.sod.process.waveform
Class SeismogramTitler

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.SeismogramTitler

public class SeismogramTitler
extends java.lang.Object


Constructor Summary
SeismogramTitler(BorderConfiguration titleBorder)
           
 
Method Summary
static BorderConfiguration[] extractBorderConfigs(SeismogramDisplayConfiguration[] sdcs)
           
 void title(EventAccessOperations event, Channel channel, MicroSecondTimeRange timeRange)
           
 void title(EventAccessOperations event, Channel channel, MicroSecondTimeRange timeRange, java.util.Map<java.lang.String,java.lang.Object> extras)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeismogramTitler

public SeismogramTitler(BorderConfiguration titleBorder)
Method Detail

title

public void title(EventAccessOperations event,
                  Channel channel,
                  MicroSecondTimeRange timeRange)

title

public void title(EventAccessOperations event,
                  Channel channel,
                  MicroSecondTimeRange timeRange,
                  java.util.Map<java.lang.String,java.lang.Object> extras)

extractBorderConfigs

public static BorderConfiguration[] extractBorderConfigs(SeismogramDisplayConfiguration[] sdcs)