public class JiffleExecutorDemo extends JiffleDemoBase
JiffleExecutor
to run a script.
JiffleRuntime
object
from the compiled Jiffle
object.
JiffleExecutor
.
JiffleEvent
s and can track progress
using a JiffleProgressListener
.HEIGHT, WIDTH
Constructor and Description |
---|
JiffleExecutorDemo()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
compileAndRun(File scriptFile)
Compiles a script read from a file and submits it for execution.
|
static void |
main(String[] args)
Run the demonstration.
|
public JiffleExecutorDemo()
JiffleExecutor
and sets up event handling.public static void main(String[] args) throws Exception
arg
can be either
the path to a user-supplied script or one of "chessboard",
"interference", "ripple" or "squircle".args
- (optional) the script to runException
- on problems compiling the scriptCopyright © 2006–2018 GeoSolutions. All rights reserved.