Class | Description |
---|---|
DefaultLegacyHooks |
The
LegacyHooks encapsulating an active LegacyService for use
within the patched ImageJ 1.x. |
IJ1Helper |
A helper class to interact with ImageJ 1.x.
|
ImageJ2Options |
Allows the setting and persisting of options relevant to ImageJ2, in ImageJ1.
|
LegacyCodeRunner |
Runs the given ImageJ 1.x
PlugIn class. |
LegacyCommandline |
Handles the following ImageJ 1.x commands, as per
ImageJ 's
documentation:
"file-name"
Opens a fileExample 1: blobs.tif Example 2: /Users/wayne/images/blobs.tif Example 3: e81*.tif -macro path [arg] Runs a macro or script (JavaScript, BeanShell or Python), passing an optional string argument, which the macro or script can be retrieve using the getArgument() function. |
LegacyCommandline.Batch |
Implements
-batch path [arg] and -batch-no-exit path [arg] . |
LegacyCommandline.Debug |
Implements
-debug . |
LegacyCommandline.Eval |
Implements
-eval "macro code" . |
LegacyCommandline.Filename |
Handles
"file-name" . |
LegacyCommandline.IJPath |
Implements
-ijpath path . |
LegacyCommandline.Macro |
Implements
-macro path [arg] . |
LegacyCommandline.Port |
Implements
-port<n> . |
LegacyCommandline.Run |
Implements
-run command . |
LegacyImageJApp |
Application metadata and operations for ImageJ 1.x.
|
LegacyImageMap |
An image map between legacy ImageJ
ImagePlus objects and modern
ImageJ ImageDisplay s. |
LegacyService |
Service for working with legacy ImageJ 1.x.
|
Macros |
Static utility methods for working with ImageJ 1.x macros via its
call
function.
|
OptionsSynchronizer |
The options synchronizer bidirectionally synchronizes modern ImageJ options
with legacy ImageJ settings and preferences.
|
SingleInstance |
This class tries to contact another instance on the same machine, started
by the current user.
|
SingleInstanceArgument |
Handles arguments relating to the single instance listener feature of ImageJ
1.x.
|
Copyright © 2014–2022 ImageJ. All rights reserved.