Class VisualizeOnBackground

All Implemented Interfaces:
DefineAdder

public class VisualizeOnBackground extends DefineAdderBean
Adds a visualization for all binary-masks and object-collections that are added using a particular background
Author:
Owen Feehan
  • Constructor Details

    • VisualizeOnBackground

      public VisualizeOnBackground()
  • Method Details

    • addTo

      public void addTo(Define define) throws DefineAddException
      Description copied from interface: DefineAdder
      Adds items to define.

      What items are added varies by implementation.

      Parameters:
      define - where to add items to
      Throws:
      DefineAddException - if the items cannot be added successfully.
    • getAdd

      public DefineAdderBean getAdd()
    • setAdd

      public void setAdd(DefineAdderBean add)
    • getBackgroundID

      public String getBackgroundID()
    • setBackgroundID

      public void setBackgroundID(String backgroundID)
    • getOutlineWidth

      public int getOutlineWidth()
    • setOutlineWidth

      public void setOutlineWidth(int outlineWidth)
    • isStackBackground

      public boolean isStackBackground()
    • setStackBackground

      public void setStackBackground(boolean stackBackground)