|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.bag.Pad
public class Pad
| Field Summary | |
|---|---|
protected int |
padPoints
|
protected TimeInterval |
timeInterval
|
| Constructor Summary | |
|---|---|
Pad(int padPoints)
|
|
Pad(TimeInterval padTime)
|
|
| Method Summary | |
|---|---|
LocalSeismogramImpl |
apply(LocalSeismogramImpl seis)
Method apply |
LocalSeismogramImpl |
pad(LocalSeismogramImpl seis,
int padPoints)
|
LocalSeismogramImpl |
pad(LocalSeismogramImpl seis,
TimeInterval padSize)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TimeInterval timeInterval
protected int padPoints
| Constructor Detail |
|---|
public Pad(TimeInterval padTime)
public Pad(int padPoints)
| Method Detail |
|---|
public LocalSeismogramImpl apply(LocalSeismogramImpl seis)
throws java.lang.Exception
apply in interface LocalSeismogramFunctionseis - a LocalSeismogramImpl
java.lang.Exception
public LocalSeismogramImpl pad(LocalSeismogramImpl seis,
TimeInterval padSize)
throws FissuresException
FissuresException
public LocalSeismogramImpl pad(LocalSeismogramImpl seis,
int padPoints)
throws FissuresException
FissuresException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||