Uses of Class
org.jaitools.demo.ImageChoice

Packages that use ImageChoice
org.jaitools.demo Support classes for Jiffle example programs. 
org.jaitools.demo.jiffle Example applications for the Jiffle scripting language. 
 

Uses of ImageChoice in org.jaitools.demo
 

Methods in org.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 org.jaitools.demo.jiffle
 

Methods in org.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-2012. All Rights Reserved.