Class AnnotationBackground
How to display one or more
Stacks 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 inbackgroundStackMapwhose name contains this string.The name of the default stack frombackgroundStackMapto display as background when annotating.voidsetBackgroundStackMap(StringMap backgroundStackMap) If non-null, maps underlying stack-name to a background.voidsetIgnoreContains(String ignoreContains) If non-empty, to not display any stacks inbackgroundStackMapwhose name contains this string.voidsetStackNameDefault(String stackNameDefault) The name of the default stack frombackgroundStackMapto 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 frombackgroundStackMapto display as background when annotating. -
setStackNameDefault
The name of the default stack frombackgroundStackMapto 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 inbackgroundStackMapwhose name contains this string. -
setIgnoreContains
If non-empty, to not display any stacks inbackgroundStackMapwhose name contains this string.
-