Uses of Class
jaitools.jiffle.JiffleBuilder

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.
 



Copyright © 2009-2011. All Rights Reserved.