Class VisualizeOnBackground
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.bean.define.adder.DefineAdder>
org.anchoranalysis.bean.define.adder.DefineAdderBean
org.anchoranalysis.plugin.mpp.bean.define.VisualizeOnBackground
- All Implemented Interfaces:
org.anchoranalysis.bean.define.adder.DefineAdder
public class VisualizeOnBackground
extends org.anchoranalysis.bean.define.adder.DefineAdderBean
Adds a visualization for all binary-masks and object-collections that are added using a
particular background
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description VisualizeOnBackground() -
Method Summary
Modifier and Type Method Description voidaddTo(org.anchoranalysis.bean.define.Define define)org.anchoranalysis.bean.define.adder.DefineAdderBeangetAdd()StringgetBackgroundID()intgetOutlineWidth()booleanisStackBackground()voidsetAdd(org.anchoranalysis.bean.define.adder.DefineAdderBean add)voidsetBackgroundID(String backgroundID)voidsetOutlineWidth(int outlineWidth)voidsetStackBackground(boolean stackBackground)
-
Constructor Details
-
VisualizeOnBackground
public VisualizeOnBackground()
-
-
Method Details
-
addTo
public void addTo(org.anchoranalysis.bean.define.Define define) throws org.anchoranalysis.bean.define.DefineAddException- Throws:
org.anchoranalysis.bean.define.DefineAddException
-
getAdd
public org.anchoranalysis.bean.define.adder.DefineAdderBean getAdd() -
setAdd
public void setAdd(org.anchoranalysis.bean.define.adder.DefineAdderBean add) -
getBackgroundID
-
setBackgroundID
-
getOutlineWidth
public int getOutlineWidth() -
setOutlineWidth
public void setOutlineWidth(int outlineWidth) -
isStackBackground
public boolean isStackBackground() -
setStackBackground
public void setStackBackground(boolean stackBackground)
-