Class ImageClassificationGridSpreadSheetReader

    • Field Detail

      • m_Width

        protected int m_Width
        the image width to use.
      • m_Height

        protected int m_Height
        the image height to use.
    • Constructor Detail

      • ImageClassificationGridSpreadSheetReader

        public ImageClassificationGridSpreadSheetReader()
    • Method Detail

      • setWidth

        public void setWidth​(int value)
        Sets the width to use.
        Parameters:
        value - the image width
      • getWidth

        public int getWidth()
        Returns the width to use.
        Returns:
        the image width
      • widthTipText

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

        public void setHeight​(int value)
        Sets the height to use.
        Parameters:
        value - the image height
      • getHeight

        public int getHeight()
        Returns the height to use.
        Returns:
        the image height
      • heightTipText

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

        protected int determineParentID​(Report report)
        Tries to determine the parent ID for the current report.
        Specified by:
        determineParentID in class AbstractReportReader<Report>
        Parameters:
        report - the report to determine the ID for
        Returns:
        the parent database ID, -1 if it cannot be determined