Class AbstractOutputGenerator

    • Constructor Detail

      • AbstractOutputGenerator

        public AbstractOutputGenerator()
    • Method Detail

      • newMultiPagePane

        protected MultiPagePane newMultiPagePane​(ResultItem item)
        Generates a new MultiPagePane instance.
        Returns:
        the instance
      • addPage

        protected void addPage​(MultiPagePane multiPage,
                               String title,
                               JComponent comp,
                               int fold)
        Adds a page for the confusion matrix.
        Parameters:
        multiPage - the multi-page to add to
        title - the title to use
        comp - the component to add as page
        fold - the fold, -1 for non-fold related page, 0 for full, 1-* for fold indices