Package qupath.lib.gui.tma
Class TMASummaryViewer
java.lang.Object
qupath.lib.gui.tma.TMASummaryViewer
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStage()
Deprecated.Get the stage for display.void
setInputFile
(File file) Deprecated.Set the input file for the summary viewer.void
setTMAEntriesFromImageData
(ImageData<BufferedImage> imageData) Deprecated.Set the TMA entries from the TMACoreObjects of a specific ImageData.
-
Constructor Details
-
TMASummaryViewer
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
Deprecated.Get the stage for display.- Returns:
-
setTMAEntriesFromImageData
Deprecated.Set the TMA entries from the TMACoreObjects of a specific ImageData.- Parameters:
imageData
-
-
setInputFile
Deprecated.Set the input file for the summary viewer.- Parameters:
file
-
-