|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiffleBuilder | |
|---|---|
| jaitools.jiffle | Jiffle scripting language. |
| Uses of JiffleBuilder in jaitools.jiffle |
|---|
| Methods in jaitools.jiffle that return JiffleBuilder | |
|---|---|
JiffleBuilder |
JiffleBuilder.dest(String varName,
int width,
int height)
Creates a new destination image and associates it with a variable name in the script. |
JiffleBuilder |
JiffleBuilder.dest(String varName,
int minx,
int miny,
int width,
int height)
Creates a new destination image and associates it with a variable name in the script. |
JiffleBuilder |
JiffleBuilder.dest(String varName,
Rectangle destBounds)
Creates a new destination image and associates it with a variable name in the script. |
JiffleBuilder |
JiffleBuilder.dest(String varName,
WritableRenderedImage destImage)
Sets a destination image associated with a variable name in the script. |
JiffleBuilder |
JiffleBuilder.run()
Runs the script. |
JiffleBuilder |
JiffleBuilder.script(File scriptFile)
Reads the script from scriptFile. |
JiffleBuilder |
JiffleBuilder.script(String script)
Sets the script to be compiled. |
JiffleBuilder |
JiffleBuilder.source(String varName,
RenderedImage sourceImage)
Associates a source image with a variable name in the script. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||