Class AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter

    • Field Detail

      • m_ImplicitBackground

        protected boolean m_ImplicitBackground
        whether to use an implicit background (ie first layer = 1).
    • Constructor Detail

      • AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter

        public AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter()
    • Method Detail

      • setImplicitBackground

        public void setImplicitBackground​(boolean value)
        Sets whether to use an implicit background, ie layers with start at index 1 rather than 0.
        Parameters:
        value - true if to use implicit background
      • getImplicitBackground

        public boolean getImplicitBackground()
        Returns whether to use an implicit background, ie layers with start at index 1 rather than 0.
        Returns:
        true if to use implicit background
      • implicitBackgroundTipText

        public String implicitBackgroundTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.