public class CLIJSettings extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
CLIJSettings.ContrastEnhancerSettings |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
CLIJSettings() |
Modifier and Type | Method and Description |
---|---|
CLIJSettings.ContrastEnhancerSettings |
getContrastEnhancerSettings() |
int |
getDevice() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
static CLIJSettings |
getInstance() |
static void |
initializeCLIJ(Context context,
boolean force)
Initializes CLIJ based on the settings
|
boolean |
isAutoCalibrateAfterPulling() |
void |
setAutoCalibrateAfterPulling(boolean autoCalibrateAfterPulling) |
void |
setDevice(int device) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public static String ID
public static CLIJSettings getInstance()
public static void initializeCLIJ(Context context, boolean force)
context
- SciJava contextforce
- if a re-initialization should be appliedpublic EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public int getDevice()
public void setDevice(int device)
public boolean isAutoCalibrateAfterPulling()
public void setAutoCalibrateAfterPulling(boolean autoCalibrateAfterPulling)
public CLIJSettings.ContrastEnhancerSettings getContrastEnhancerSettings()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.