public class Pad extends java.lang.Object implements LocalSeismogramFunction
| Modifier and Type | Field and Description |
|---|---|
protected int |
padPoints |
protected TimeInterval |
timeInterval |
| Constructor and Description |
|---|
Pad(int padPoints) |
Pad(TimeInterval padTime) |
| Modifier and Type | Method and Description |
|---|---|
LocalSeismogramImpl |
apply(LocalSeismogramImpl seis)
Method apply
|
LocalSeismogramImpl |
pad(LocalSeismogramImpl seis,
int padPoints) |
LocalSeismogramImpl |
pad(LocalSeismogramImpl seis,
TimeInterval padSize) |
protected TimeInterval timeInterval
protected int padPoints
public Pad(TimeInterval padTime)
public Pad(int padPoints)
public LocalSeismogramImpl apply(LocalSeismogramImpl seis) throws java.lang.Exception
apply in interface LocalSeismogramFunctionseis - a LocalSeismogramImpljava.lang.Exceptionpublic LocalSeismogramImpl pad(LocalSeismogramImpl seis, TimeInterval padSize) throws FissuresException
FissuresExceptionpublic LocalSeismogramImpl pad(LocalSeismogramImpl seis, int padPoints) throws FissuresException
FissuresException