public class ImageJ2Options extends OptionsPlugin
eventService
moduleService, 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, uncancel
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
public 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.