Uses of Class
adams.data.imagej.transformer.AbstractImageJTransformer

Packages that use AbstractImageJTransformer
adams.data.imagej.transformer   
adams.flow.transformer   
 

Uses of AbstractImageJTransformer in adams.data.imagej.transformer
 

Subclasses of AbstractImageJTransformer in adams.data.imagej.transformer
 class Command
          A transformer that allows the execution of ImageJ commands.
Note(s):
- the options for the command can be obtained when recording macros
in ImageJ

Valid options are:

 class Gray8
          Transforms the image into an 8-bit gray image.
 class Macro
          Executes the macro commands to transform the image.
Due to ImageJ's architecture, only a single ImageJ instance is available in a process at any given time.
 class NamedSetup
          Applies an ImageJ flattener that is referenced via its global setup name (see 'NamedSetups').
 class PassThrough
          A dummy transform that just passes the image through.
 class PlugInFilter
          A transformer that allows the use of ImageJ's plug-in filters.
Notes:
- the filter must implement 'ij.plugin.filter.PlugInFilter'
- the filter can pop-up a window to enter additional parameters,
the first time it is executed, depending on the filter implementation
(you can suppress this with supplying the options manually)
- the manual options string can be obtained when recording macros
in ImageJ
- the filter must be in the classpath of the application

Valid options are:

 class Resize
          Resizes the image to predefined width and height.
 

Fields in adams.data.imagej.transformer declared as AbstractImageJTransformer
protected  AbstractImageJTransformer NamedSetup.m_ActualScheme
          the actual scheme.
 

Methods in adams.data.imagej.transformer that return AbstractImageJTransformer
static AbstractImageJTransformer AbstractImageJTransformer.forCommandLine(String cmdline)
          Instantiates the transformation from the given commandline (i.e., classname and optional options).
static AbstractImageJTransformer AbstractImageJTransformer.forName(String classname, String[] options)
          Instantiates the transformation with the given options.
protected  AbstractImageJTransformer NamedSetup.getActualScheme()
          Returns the named setup.
 

Uses of AbstractImageJTransformer in adams.flow.transformer
 

Fields in adams.flow.transformer declared as AbstractImageJTransformer
protected  AbstractImageJTransformer ImageJTransformer.m_TransformAlgorithm
          the transformer to apply to the image.
 

Methods in adams.flow.transformer that return AbstractImageJTransformer
 AbstractImageJTransformer ImageJTransformer.getTransformAlgorithm()
          Returns the transformer in use.
 

Methods in adams.flow.transformer with parameters of type AbstractImageJTransformer
 void ImageJTransformer.setTransformAlgorithm(AbstractImageJTransformer value)
          Sets the transformer to use.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.