public class ImageJ2Options extends OptionsPlugin
eventServicemoduleService, pluginService| Constructor and Description |
|---|
ImageJ2Options() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSciJavaIO() |
boolean |
isSyncEnabled()
Gets whether to synchronize ImageJ 1.x and ImageJ2 data structures.
|
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancelgetDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddInput, addInput, addOutput, addOutput, removeInput, removeOutputgetDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutputpublic boolean isSyncEnabled()
This is an experimental feature that proactively syncs objects between IJ1
(e.g., ImagePlus) and IJ2 (e.g., Dataset)
data structures.
Warning: this feature currently has serious bugs, and enabling it will have a serious impact on performance and stability!
If you need to enable it for testing or development purposes, do so by
setting the imagej.legacy.sync system property.
public boolean isSciJavaIO()
Copyright © 2014–2022 ImageJ. All rights reserved.