Class AnnotationBackground

Object
AnchorBean<AnnotationBackground>
AnnotationBackground

public class AnnotationBackground extends AnchorBean<AnnotationBackground>
How to display one or more Stacks as background during an annotation process.
Author:
Owen Feehan
  • Constructor Details

    • AnnotationBackground

      public AnnotationBackground()
  • 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 StringMap getBackgroundStackMap()
      If non-null, maps underlying stack-name to a background.
    • setBackgroundStackMap

      public void setBackgroundStackMap(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.