public class CellposeSegmentationTweaksSettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
CellposeSegmentationTweaksSettings() |
CellposeSegmentationTweaksSettings(CellposeSegmentationTweaksSettings other) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
getAnisotropy() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
boolean |
isDisableResample() |
boolean |
isInterpolate() |
boolean |
isNetAverage() |
boolean |
isNormalize() |
void |
setAnisotropy(OptionalDoubleParameter anisotropy) |
void |
setDisableResample(boolean disableResample) |
void |
setInterpolate(boolean interpolate) |
void |
setNetAverage(boolean netAverage) |
void |
setNormalize(boolean normalize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public CellposeSegmentationTweaksSettings()
public CellposeSegmentationTweaksSettings(CellposeSegmentationTweaksSettings other)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public boolean isNormalize()
public void setNormalize(boolean normalize)
public OptionalDoubleParameter getAnisotropy()
public void setAnisotropy(OptionalDoubleParameter anisotropy)
public boolean isNetAverage()
public void setNetAverage(boolean netAverage)
public boolean isInterpolate()
public void setInterpolate(boolean interpolate)
public boolean isDisableResample()
public void setDisableResample(boolean disableResample)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.