adams.core
Class ImageJHelper

java.lang.Object
  extended by adams.core.ImageJHelper

public class ImageJHelper
extends Object

Helper class for ImageJ.

Version:
$Revision: 6067 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Field Summary
static String ENV_IMAGEJ_DIR
          the environment variable to specify an alternative ImageJ directory, just above the "plugins" directory.
protected static Boolean m_PluginsDirectorySet
          whether the plugins directory has been set already.
static String PROPERTY_PLUGINS_DIR
          the system property that ImageJ queries for the plugins directory.
 
Constructor Summary
ImageJHelper()
           
 
Method Summary
static void setPluginsDirectory()
          Sets the ImageJ directory as ".$PROJECTHOME/imagej" and the plugins directory therefore as ".$PROJECTHOME/imagej/plugins"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_PLUGINS_DIR

public static final String PROPERTY_PLUGINS_DIR
the system property that ImageJ queries for the plugins directory.

See Also:
Constant Field Values

ENV_IMAGEJ_DIR

public static final String ENV_IMAGEJ_DIR
the environment variable to specify an alternative ImageJ directory, just above the "plugins" directory.

See Also:
Constant Field Values

m_PluginsDirectorySet

protected static Boolean m_PluginsDirectorySet
whether the plugins directory has been set already.

Constructor Detail

ImageJHelper

public ImageJHelper()
Method Detail

setPluginsDirectory

public static void setPluginsDirectory()
Sets the ImageJ directory as ".$PROJECTHOME/imagej" and the plugins directory therefore as ".$PROJECTHOME/imagej/plugins"



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