Package adams.data

Interface RegionRecorder<T extends DataContainer>

    • Method Detail

      • setRecordRegions

        void setRecordRegions​(boolean value)
        Sets whether the regions are recorded as well.
        Parameters:
        value - if true the regions will be recorded
        See Also:
        getRegions()
      • getRecordRegions

        boolean getRecordRegions()
        Returns whether regions are recorded.
        Returns:
        true if the regions are recorded
        See Also:
        getRegions()
      • recordRegionsTipText

        String recordRegionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getRegions

        List<T> getRegions()
        Returns the regions that were recorded.
        Returns:
        the regions