public class ParticleMotionPlot extends AbstractFileWriter implements WaveformVectorProcess
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_FILE_TEMPLATE |
DEFAULT_FILE_TEMPLATE_WO_EXT, DEFAULT_PREFIX, DEFAULT_WORKING_DIR, INDEX_VAR, origTemplate, prefix, template, velocitizer, workingDir
Constructor and Description |
---|
ParticleMotionPlot(org.w3c.dom.Element config) |
ParticleMotionPlot(java.lang.String workingDir,
java.lang.String fileTemplate,
java.lang.String prefix) |
Modifier and Type | Method and Description |
---|---|
WaveformVectorResult |
accept(CacheEvent event,
ChannelGroup channelGroup,
RequestFilter[][] original,
RequestFilter[][] available,
LocalSeismogramImpl[][] seismograms,
CookieJar cookieJar) |
de.erichseifert.gral.plots.Plot |
makePlot(LocalSeismogramImpl[] XSeis,
ChannelImpl xChan,
LocalSeismogramImpl[] ySeis,
ChannelImpl yChan,
CacheEvent event) |
void |
savePlot(de.erichseifert.gral.plots.Plot plot,
CacheEvent event,
ChannelImpl channel,
ChannelImpl otherChannel,
java.util.Map<java.lang.String,java.lang.Object> extras) |
extractFileTemplate, extractPrefix, extractWorkingDir, generate, generate, generate, getTemplate, removeExisting, removeExisting, removeExisting
public ParticleMotionPlot(org.w3c.dom.Element config) throws java.lang.Exception
java.lang.Exception
public ParticleMotionPlot(java.lang.String workingDir, java.lang.String fileTemplate, java.lang.String prefix) throws java.lang.Exception
java.lang.Exception
public WaveformVectorResult accept(CacheEvent event, ChannelGroup channelGroup, RequestFilter[][] original, RequestFilter[][] available, LocalSeismogramImpl[][] seismograms, CookieJar cookieJar) throws java.lang.Exception
accept
in interface WaveformVectorProcess
java.lang.Exception
public de.erichseifert.gral.plots.Plot makePlot(LocalSeismogramImpl[] XSeis, ChannelImpl xChan, LocalSeismogramImpl[] ySeis, ChannelImpl yChan, CacheEvent event) throws java.lang.Exception
java.lang.Exception
public void savePlot(de.erichseifert.gral.plots.Plot plot, CacheEvent event, ChannelImpl channel, ChannelImpl otherChannel, java.util.Map<java.lang.String,java.lang.Object> extras) throws java.io.IOException
java.io.IOException