jaitools.demo.jiffle
Class JiffleBuilderDemo
java.lang.Object
jaitools.demo.jiffle.JiffleDemoBase
jaitools.demo.jiffle.JiffleBuilderDemo
public class JiffleBuilderDemo
- extends JiffleDemoBase
Demonstrates using JiffleBuilder to compile and run a script.
Jiffle saves you from having to write lots of tedious JAI and Java AWT code.
JiffleBuilder saves you from having to write lots of tedious Jiffle code !
Specifically, it uses concise chained methods to set the script, associate
variable names with images, and optionally create an image to receive the
processing results.
- Since:
- 1.1
- Version:
- $Id: JiffleBuilderDemo.java 1639 2011-04-06 03:20:36Z michael.bedward $
- Author:
- Michael Bedward
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiffleBuilderDemo
public JiffleBuilderDemo()
main
public static void main(String[] args)
throws Exception
- Compiles and runs the "ripple" script using
JiffleBuilder.
- Parameters:
args - ignored
- Throws:
Exception - if there are errors compiling the script.
Copyright © 2011. All Rights Reserved.