Class TMASummaryViewer

java.lang.Object
qupath.lib.gui.tma.TMASummaryViewer

@Deprecated public class TMASummaryViewer extends Object
Deprecated.
since v0.4.0
Standalone viewer for looking at TMA summary results.

Important! This was used a lot when QuPath was released back in 2016, but has not been properly maintained ever since. It is now marked as deprecated, and may be removed or replaced in the future.

Author:
Pete Bankhead
  • Constructor Details

    • TMASummaryViewer

      public TMASummaryViewer(Stage stage)
      Deprecated.
      Constructor.
      Parameters:
      stage - stage that should be used for this TMA summary viewer. If null, a new stage will be created.
  • Method Details

    • getStage

      public Stage getStage()
      Deprecated.
      Get the stage for display.
      Returns:
    • setTMAEntriesFromImageData

      public void setTMAEntriesFromImageData(ImageData<BufferedImage> imageData)
      Deprecated.
      Set the TMA entries from the TMACoreObjects of a specific ImageData.
      Parameters:
      imageData -
    • setInputFile

      public void setInputFile(File file)
      Deprecated.
      Set the input file for the summary viewer.
      Parameters:
      file -