Class DensityMapDialog

java.lang.Object
qupath.process.gui.commands.density.DensityMapDialog

public class DensityMapDialog extends Object
Dialog for interactively generating a custom density map.
Author:
Pete Bankhead
  • Constructor Details

    • DensityMapDialog

      public DensityMapDialog(QuPathGUI qupath)
      Constructor.
      Parameters:
      qupath -
  • Method Details

    • updateDefaults

      public boolean updateDefaults(ImageData<BufferedImage> imageData)
      Update default parameters with a specified ImageData. 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

      public Stage getStage()
      Get the stage.
      Returns: