Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
CellposeTrainingAlgorithm.getDiameter() |
OptionalDoubleParameter |
CellposeAlgorithm.getDiameter() |
Modifier and Type | Method and Description |
---|---|
void |
CellposeTrainingAlgorithm.setDiameter(OptionalDoubleParameter diameter) |
void |
CellposeAlgorithm.setDiameter(OptionalDoubleParameter diameter) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
CellposeAlgorithm_Old.getDiameter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CellposeAlgorithm_Old.setDiameter(OptionalDoubleParameter diameter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
CellposeSegmentationTweaksSettings.getAnisotropy() |
OptionalDoubleParameter |
CellposeSegmentationThresholdSettings.getStitchThreshold() |
Modifier and Type | Method and Description |
---|---|
void |
CellposeSegmentationTweaksSettings.setAnisotropy(OptionalDoubleParameter anisotropy) |
void |
CellposeSegmentationThresholdSettings.setStitchThreshold(OptionalDoubleParameter stitchThreshold) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
CellposeSegmentationEnhancementSettings_Old.getAnisotropy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CellposeSegmentationEnhancementSettings_Old.setAnisotropy(OptionalDoubleParameter anisotropy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
RenderOverlayAlgorithm.getOverrideLineWidth() |
Modifier and Type | Method and Description |
---|---|
void |
RenderOverlayAlgorithm.setOverrideLineWidth(OptionalDoubleParameter overrideLineWidth) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
RoiToRGBAlgorithm.getOverrideLineWidth() |
OptionalDoubleParameter |
UnreferencedRoiToRGBAlgorithm.getOverrideLineWidth() |
Modifier and Type | Method and Description |
---|---|
void |
RoiToRGBAlgorithm.setOverrideLineWidth(OptionalDoubleParameter overrideLineWidth) |
void |
UnreferencedRoiToRGBAlgorithm.setOverrideLineWidth(OptionalDoubleParameter overrideLineWidth) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
ChangeRoiPropertiesAlgorithm.getLineWidth() |
OptionalDoubleParameter |
ChangeRoiPropertiesAlgorithm.getPositionX() |
OptionalDoubleParameter |
ChangeRoiPropertiesAlgorithm.getPositionY() |
OptionalDoubleParameter |
ChangeRoiPropertiesAlgorithm.getScaleX() |
OptionalDoubleParameter |
ChangeRoiPropertiesAlgorithm.getScaleY() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeRoiPropertiesAlgorithm.setLineWidth(OptionalDoubleParameter lineWidth) |
void |
ChangeRoiPropertiesAlgorithm.setPositionX(OptionalDoubleParameter positionX) |
void |
ChangeRoiPropertiesAlgorithm.setPositionY(OptionalDoubleParameter positionY) |
void |
ChangeRoiPropertiesAlgorithm.setScaleX(OptionalDoubleParameter scaleX) |
void |
ChangeRoiPropertiesAlgorithm.setScaleY(OptionalDoubleParameter scaleY) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
ClassicWatershedSegmentationAlgorithm.getCustomHMax() |
OptionalDoubleParameter |
ClassicWatershedSegmentationAlgorithm.getCustomHMin() |
Modifier and Type | Method and Description |
---|---|
void |
ClassicWatershedSegmentationAlgorithm.setCustomHMax(OptionalDoubleParameter customHMax) |
void |
ClassicWatershedSegmentationAlgorithm.setCustomHMin(OptionalDoubleParameter customHMin) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
RoiDrawer.getOverrideLineWidth() |
Modifier and Type | Method and Description |
---|---|
void |
RoiDrawer.setOverrideLineWidth(OptionalDoubleParameter overrideLineWidth) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
OmniposeAlgorithm.getDiameter() |
OptionalDoubleParameter |
OmniposeTrainingAlgorithm.getDiameter() |
Modifier and Type | Method and Description |
---|---|
void |
OmniposeAlgorithm.setDiameter(OptionalDoubleParameter diameter) |
void |
OmniposeTrainingAlgorithm.setDiameter(OptionalDoubleParameter diameter) |
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
OmniposeSegmentationTweaksSettings.getAnisotropy() |
OptionalDoubleParameter |
OmniposeSegmentationThresholdSettings.getStitchThreshold() |
Modifier and Type | Method and Description |
---|---|
void |
OmniposeSegmentationTweaksSettings.setAnisotropy(OptionalDoubleParameter anisotropy) |
void |
OmniposeSegmentationThresholdSettings.setStitchThreshold(OptionalDoubleParameter stitchThreshold) |
Constructor and Description |
---|
OptionalDoubleParameter(OptionalDoubleParameter other)
Creates a copy
|
Modifier and Type | Method and Description |
---|---|
OptionalDoubleParameter |
CategoryPlotData.getValueAxisMaximum() |
OptionalDoubleParameter |
HistogramPlotData.getValueAxisMaximum() |
OptionalDoubleParameter |
CategoryPlotData.getValueAxisMinimum() |
OptionalDoubleParameter |
HistogramPlotData.getValueAxisMinimum() |
OptionalDoubleParameter |
XYPlotData.getxAxisMaximum() |
OptionalDoubleParameter |
XYPlotData.getxAxisMinimum() |
OptionalDoubleParameter |
XYPlotData.getyAxisMaximum() |
OptionalDoubleParameter |
XYPlotData.getyAxisMinimum() |
Modifier and Type | Method and Description |
---|---|
static void |
PlotData.calibrateAxis(ValueAxis axis,
OptionalDoubleParameter min,
OptionalDoubleParameter max)
Calibrates the axes of a plot, setting min and max values
|
void |
CategoryPlotData.setValueAxisMaximum(OptionalDoubleParameter valueAxisMaximum) |
void |
HistogramPlotData.setValueAxisMaximum(OptionalDoubleParameter valueAxisMaximum) |
void |
CategoryPlotData.setValueAxisMinimum(OptionalDoubleParameter valueAxisMinimum) |
void |
HistogramPlotData.setValueAxisMinimum(OptionalDoubleParameter valueAxisMinimum) |
void |
XYPlotData.setxAxisMaximum(OptionalDoubleParameter xAxisMaximum) |
void |
XYPlotData.setxAxisMinimum(OptionalDoubleParameter xAxisMinimum) |
void |
XYPlotData.setyAxisMaximum(OptionalDoubleParameter yAxisMaximum) |
void |
XYPlotData.setyAxisMinimum(OptionalDoubleParameter yAxisMinimum) |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.