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.StringMap getBackgroundStackMap()
    If non-null, maps underlying stack-name to a background.
    String getIgnoreContains()
    If non-empty, to not display any stacks in backgroundStackMap whose name contains this string.
    String getStackNameDefault()
    The name of the default stack from backgroundStackMap to display as background when annotating.
    void setBackgroundStackMap​(org.anchoranalysis.bean.shared.StringMap backgroundStackMap)
    If non-null, maps underlying stack-name to a background.
    void setIgnoreContains​(String ignoreContains)
    If non-empty, to not display any stacks in backgroundStackMap whose name contains this string.
    void setStackNameDefault​(String stackNameDefault)
    The name of the default stack from backgroundStackMap to display as background when annotating.

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getStackNameDefault

      public String getStackNameDefault()
      The name of the default stack from backgroundStackMap to display as background when annotating.
    • setStackNameDefault

      public void setStackNameDefault​(String stackNameDefault)
      The name of the default stack from backgroundStackMap to 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

      public String getIgnoreContains()
      If non-empty, to not display any stacks in backgroundStackMap whose name contains this string.
    • setIgnoreContains

      public void setIgnoreContains​(String ignoreContains)
      If non-empty, to not display any stacks in backgroundStackMap whose name contains this string.