Uses of Class
jaitools.demo.ImageChoice

Packages that use ImageChoice
jaitools.demo Support classes for Jiffle example programs. 
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.
 

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 © 2011. All Rights Reserved.