public class ROIProperties extends AbstractJIPipeParameterCollection
ROIEditor
that only contains properties for creating ROIJIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
ROIProperties() |
ROIProperties(ROIProperties other) |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Roi roi,
ExpressionVariables variables) |
void |
applyToRoiReference(Roi target,
ExpressionVariables variables)
Note that this is without cloning the ROI
|
OptionalColorParameter |
getFillColor() |
OptionalColorParameter |
getLineColor() |
double |
getLineWidth() |
int |
getPositionC() |
int |
getPositionT() |
int |
getPositionZ() |
DefaultExpressionParameter |
getRoiName() |
void |
setFillColor(OptionalColorParameter fillColor) |
void |
setLineColor(OptionalColorParameter lineColor) |
void |
setLineWidth(double lineWidth) |
void |
setPositionC(int positionC) |
void |
setPositionT(int positionT) |
void |
setPositionZ(int positionZ) |
void |
setRoiName(DefaultExpressionParameter roiName) |
getEventBus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public ROIProperties()
public ROIProperties(ROIProperties other)
public int getPositionZ()
public void setPositionZ(int positionZ)
public int getPositionC()
public void setPositionC(int positionC)
public int getPositionT()
public void setPositionT(int positionT)
public OptionalColorParameter getFillColor()
public void setFillColor(OptionalColorParameter fillColor)
public OptionalColorParameter getLineColor()
public void setLineColor(OptionalColorParameter lineColor)
public double getLineWidth()
public void setLineWidth(double lineWidth)
public DefaultExpressionParameter getRoiName()
public void setRoiName(DefaultExpressionParameter roiName)
public void applyToRoiReference(Roi target, ExpressionVariables variables)
target
- targetpublic void applyTo(Roi roi, ExpressionVariables variables)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.