jaitools.demo.jiffle
Class JiffleBuilderDemo

java.lang.Object
  extended by jaitools.demo.jiffle.JiffleDemoBase
      extended by 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 1400 2011-02-15 06:29:59Z michael.bedward $
Author:
Michael Bedward

Field Summary
 
Fields inherited from class jaitools.demo.jiffle.JiffleDemoBase
HEIGHT, WIDTH
 
Constructor Summary
JiffleBuilderDemo()
           
 
Method Summary
static void main(String[] args)
          Compiles and runs the "ripple" script using {@link JiffleBuilder).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiffleBuilderDemo

public JiffleBuilderDemo()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Compiles and runs the "ripple" script using {@link JiffleBuilder).

Parameters:
args - ignored
Throws:
Exception - if there are errors compiling the script.


Copyright © 2009-2011. All Rights Reserved.