Class AnnotationBackground
How to display one or more
Stack
s as background during an annotation process.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf non-null, maps underlying stack-name to a background.If non-empty, to not display any stacks inbackgroundStackMap
whose name contains this string.The name of the default stack frombackgroundStackMap
to display as background when annotating.void
setBackgroundStackMap
(StringMap backgroundStackMap) If non-null, maps underlying stack-name to a background.void
setIgnoreContains
(String ignoreContains) If non-empty, to not display any stacks inbackgroundStackMap
whose name contains this string.void
setStackNameDefault
(String stackNameDefault) The name of the default stack frombackgroundStackMap
to display as background when annotating.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
AnnotationBackground
public AnnotationBackground()
-
-
Method Details
-
getStackNameDefault
The name of the default stack frombackgroundStackMap
to display as background when annotating. -
setStackNameDefault
The name of the default stack frombackgroundStackMap
to display as background when annotating. -
getBackgroundStackMap
If non-null, maps underlying stack-name to a background. -
getIgnoreContains
If non-empty, to not display any stacks inbackgroundStackMap
whose name contains this string. -
setIgnoreContains
If non-empty, to not display any stacks inbackgroundStackMap
whose name contains this string.
-