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 TypeMethodDescriptionvoid
Adds items todefine
.getAdd()
int
boolean
void
setAdd
(DefineAdderBean add) void
setBackgroundID
(String backgroundID) void
setOutlineWidth
(int outlineWidth) void
setStackBackground
(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:DefineAdder
Adds 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)
-