Class VisualizeOnBackground
- All Implemented Interfaces:
DefineAdder
Adds a visualization for all binary-masks and object-collections that are added using a
particular background
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds items todefine.getAdd()intbooleanvoidsetAdd(DefineAdderBean add) voidsetBackgroundID(String backgroundID) voidsetOutlineWidth(int outlineWidth) voidsetStackBackground(boolean stackBackground) Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
VisualizeOnBackground
public VisualizeOnBackground()
-
-
Method Details
-
addTo
Description copied from interface:DefineAdderAdds items todefine.What items are added varies by implementation.
- Parameters:
define- where to add items to- Throws:
DefineAddException- if the items cannot be added successfully.
-
getAdd
-
setAdd
-
getBackgroundID
-
setBackgroundID
-
getOutlineWidth
public int getOutlineWidth() -
setOutlineWidth
public void setOutlineWidth(int outlineWidth) -
isStackBackground
public boolean isStackBackground() -
setStackBackground
public void setStackBackground(boolean stackBackground)
-