Class AnnotationBackground
Object
org.anchoranalysis.bean.AnchorBean<AnnotationBackground>
org.anchoranalysis.annotation.io.bean.AnnotationBackground
public class AnnotationBackground extends org.anchoranalysis.bean.AnchorBean<AnnotationBackground>
How to display one or more
Stacks as background during an annotation process.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description AnnotationBackground() -
Method Summary
Modifier and Type Method Description org.anchoranalysis.bean.shared.StringMapgetBackgroundStackMap()If non-null, maps underlying stack-name to a background.StringgetIgnoreContains()If non-empty, to not display any stacks inbackgroundStackMapwhose name contains this string.StringgetStackNameDefault()The name of the default stack frombackgroundStackMapto display as background when annotating.voidsetBackgroundStackMap(org.anchoranalysis.bean.shared.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.
-
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
public org.anchoranalysis.bean.shared.StringMap getBackgroundStackMap()If non-null, maps underlying stack-name to a background. -
setBackgroundStackMap
public void setBackgroundStackMap(org.anchoranalysis.bean.shared.StringMap backgroundStackMap)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.
-