Class DensityMapDialog
java.lang.Object
qupath.process.gui.commands.density.DensityMapDialog
Dialog for interactively generating a custom density map.
- Author:
- Pete Bankhead
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deregister listeners.getStage()
Get the stage.boolean
updateDefaults
(ImageData<BufferedImage> imageData) Update default parameters with a specifiedImageData
.
-
Constructor Details
-
DensityMapDialog
Constructor.- Parameters:
qupath
-
-
-
Method Details
-
updateDefaults
Update default parameters with a specifiedImageData
. This can be called before showing the dialog to give better starting values.- Parameters:
imageData
-- Returns:
-
deregister
public void deregister()Deregister listeners. This should be called when the stage is closed if it will not be used again. -
getStage
Get the stage.- Returns:
-