public class FillerNext extends NamedWarpScriptFunction implements WarpScriptFillerFunction
| Constructor and Description |
|---|
FillerNext(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
apply(java.lang.Object[] args)
This method will determine the tick,loc,elev,value to fill
with.
|
int |
getPostWindow()
Returns the size of the post-window (in ticks)
|
int |
getPreWindow()
Returns the size of the pre-window (in number of ticks)
|
getName, refSnapshot, setName, toStringpublic java.lang.Object[] apply(java.lang.Object[] args)
throws WarpScriptException
WarpScriptFillerFunctionapply in interface WarpScriptFillerFunctionWarpScriptExceptionpublic int getPostWindow()
WarpScriptFillerFunctiongetPostWindow in interface WarpScriptFillerFunctionpublic int getPreWindow()
WarpScriptFillerFunctiongetPreWindow in interface WarpScriptFillerFunction