Uses of Class
jaitools.demo.ImageChoice

Packages that use ImageChoice
jaitools.demo Example applications for jai-tools image operators and the jiffle scripting language. 
jaitools.demo.jiffle Example applications for the Jiffle scripting language. 
 

Uses of ImageChoice in jaitools.demo
 

Methods in jaitools.demo that return ImageChoice
static ImageChoice ImageChoice.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageChoice[] ImageChoice.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jaitools.demo with parameters of type ImageChoice
static RenderedImage DemoImages.get(ImageChoice choice, int width, int height)
          Gets an image.
 

Uses of ImageChoice in jaitools.demo.jiffle
 

Methods in jaitools.demo.jiffle with parameters of type ImageChoice
static String JiffleDemoHelper.getScript(ImageChoice choice)
          Gets an example script.
static File JiffleDemoHelper.getScriptFile(String[] args, ImageChoice defaultScript)
          Gets a file specified in the command line args, or the default example image if no name is supplied.
 



Copyright © 2009-2011. All Rights Reserved.